aboutsummaryrefslogtreecommitdiffstats
path: root/packet-skinny.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-10-11 16:04:36 +0000
committerGuy Harris <guy@alum.mit.edu>2001-10-11 16:04:36 +0000
commitfb2eb0d6260ece5580f9cf676740c0481cd32b6a (patch)
tree441349d3b9e9ca3e0bf06bc55bbe900e173ecf0b /packet-skinny.c
parent880defb7f1dda2f3b155572a8f83c2265b8d3ba3 (diff)
For the SCCP message ID field, use the formerly commented-out version
with the value_string table, as per mail from Joerg. svn path=/trunk/; revision=4018
Diffstat (limited to 'packet-skinny.c')
-rw-r--r--packet-skinny.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-skinny.c b/packet-skinny.c
index 6a7d069555..e7c01500e8 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.2 2001/10/11 16:01:53 guy Exp $
+ * $Id: packet-skinny.c,v 1.3 2001/10/11 16:04:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -265,8 +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, */
- FT_UINT32, BASE_HEX, NULL, 0x0,
+ FT_UINT32, BASE_HEX, VALS(message_id), 0x0,
"The function requested/done with this message.",
HFILL }
},