diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-10-07 21:15:00 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-10-07 21:15:00 +0000 |
commit | 96886bd8a07d7d446a6be0997525ac780ea03556 (patch) | |
tree | 78424cc4e5cff63e2029cef8457eede5cad2d93e | |
parent | 7144508132cd09e71213a39dec3a913dd79ce345 (diff) | |
download | wireshark-96886bd8a07d7d446a6be0997525ac780ea03556.tar.gz wireshark-96886bd8a07d7d446a6be0997525ac780ea03556.tar.bz2 wireshark-96886bd8a07d7d446a6be0997525ac780ea03556.zip |
Get rid of an out-of-date comment.
svn path=/trunk/; revision=8643
-rw-r--r-- | epan/to_str.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/to_str.c b/epan/to_str.c index 4ffad195c8..c43f88fd69 100644 --- a/epan/to_str.c +++ b/epan/to_str.c @@ -1,7 +1,7 @@ /* to_str.c * Routines for utilities to convert various other types to strings. * - * $Id: to_str.c,v 1.37 2003/08/26 01:28:28 guy Exp $ + * $Id: to_str.c,v 1.38 2003/10/07 21:15:00 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -747,8 +747,6 @@ decode_numeric_bitfield(guint32 val, guint32 mask, int width, export the names of the source and destination address fields, so that "col_set_addr()" need know nothing whatsoever about particular address types */ -/* XXX - perhaps we should have "address_to_str_buf()" to fill in a - specified buffer, and have "address_to_str()" call it */ /* convert an address struct into a printable string */ gchar* address_to_str(address *addr) |