In "col_set_addr()", don't do anything other than clearing the column
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Aug 2003 06:40:25 +0000 (06:40 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Aug 2003 06:40:25 +0000 (06:40 +0000)
commit2f58f481f974bd191a58f9651ef121368f9465ed
tree72ae29588aecf7bdcef455eb3f1df5b97bb64e02
parent2fe2067f41662ace2b54766986fee12a21ab809d
In "col_set_addr()", don't do anything other than clearing the column
expression information if the address type is AT_NONE -
"address_to_str_buf()" panics if passed an AT_NONE address, as there's
nothing sensible one can do with them.  (A null string wouldn't be
appropriate here, as a dissector might have set the address columns to a
string.)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8269 f5534014-38df-0310-8fa8-9805f1628bb7
epan/column-utils.c