aboutsummaryrefslogtreecommitdiffstats
path: root/packet-skinny.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-10-11 16:01:53 +0000
committerGuy Harris <guy@alum.mit.edu>2001-10-11 16:01:53 +0000
commit880defb7f1dda2f3b155572a8f83c2265b8d3ba3 (patch)
tree418615c9448f8f02122199ebcb43451ec96e7339 /packet-skinny.c
parent68924359dbfbbfbb06535a1698c4c5f43b17dec9 (diff)
Get rid of C++ comment.
svn path=/trunk/; revision=4017
Diffstat (limited to 'packet-skinny.c')
-rw-r--r--packet-skinny.c4
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 }