diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-10-11 16:01:53 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-10-11 16:01:53 +0000 |
commit | 880defb7f1dda2f3b155572a8f83c2265b8d3ba3 (patch) | |
tree | 418615c9448f8f02122199ebcb43451ec96e7339 /packet-skinny.c | |
parent | 68924359dbfbbfbb06535a1698c4c5f43b17dec9 (diff) | |
download | wireshark-880defb7f1dda2f3b155572a8f83c2265b8d3ba3.tar.gz wireshark-880defb7f1dda2f3b155572a8f83c2265b8d3ba3.tar.bz2 wireshark-880defb7f1dda2f3b155572a8f83c2265b8d3ba3.zip |
Get rid of C++ comment.
svn path=/trunk/; revision=4017
Diffstat (limited to 'packet-skinny.c')
-rw-r--r-- | packet-skinny.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-skinny.c b/packet-skinny.c index 4f67e3c0fe..6a7d069555 100644 --- a/packet-skinny.c +++ b/packet-skinny.c @@ -7,7 +7,7 @@ * This file is based on packet-aim.c, which is * Copyright 2000, Ralf Hoelzer <ralf@well.com> * - * $Id: packet-skinny.c,v 1.1 2001/10/11 16:01:10 guy Exp $ + * $Id: packet-skinny.c,v 1.2 2001/10/11 16:01:53 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -265,7 +265,7 @@ proto_register_skinny(void) /* FIXME: Enable use of message name ??? */ { &hf_skinny_messageid, { "Message ID", "skinny.messageid", - // FIXME: FT_UINT32, BASE_HEX, VALS(message_id), 0x0, + /* FIXME: FT_UINT32, BASE_HEX, VALS(message_id), 0x0, */ FT_UINT32, BASE_HEX, NULL, 0x0, "The function requested/done with this message.", HFILL } |