In "col_set_addr()", don't do anything other than clearing the column
authorGuy Harris <guy@alum.mit.edu>
Tue, 26 Aug 2003 06:40:25 +0000 (06:40 -0000)
committerGuy Harris <guy@alum.mit.edu>
Tue, 26 Aug 2003 06:40:25 +0000 (06:40 -0000)
commit87d35a7c554e68cc15b3e1fdb043472c0f4be33e
tree72ae29588aecf7bdcef455eb3f1df5b97bb64e02
parentb73e8138a8456cdc0e3b40fb6d0ac25a47eb6602
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.)

svn path=/trunk/; revision=8269
epan/column-utils.c