aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-12-31 07:49:14 +0000
committerGuy Harris <guy@alum.mit.edu>2002-12-31 07:49:14 +0000
commitd2986ef68ddf1a93e4cfb7360b59caab01dd3693 (patch)
treec5d9843a16cc52ad1e1cbc966b811d06632d9077 /packet-rpc.c
parent3340b685d72f70fc0ec8deb8ebe7a106194c51da (diff)
Make the "rpc.fragment" and "rpc.fragment.error" fields FT_FRAMENUMs, as
they're put into the tree with "proto_tree_add_uint_format()", with the frame number as the value. svn path=/trunk/; revision=6824
Diffstat (limited to 'packet-rpc.c')
-rw-r--r--packet-rpc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-rpc.c b/packet-rpc.c
index dcfa6a209e..6523cd63a3 100644
--- a/packet-rpc.c
+++ b/packet-rpc.c
@@ -2,7 +2,7 @@
* Routines for rpc dissection
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
*
- * $Id: packet-rpc.c,v 1.113 2002/12/19 02:58:43 guy Exp $
+ * $Id: packet-rpc.c,v 1.114 2002/12/31 07:49:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3105,11 +3105,11 @@ proto_register_rpc(void)
"Fragment contained data past end of packet", HFILL }},
{ &hf_rpc_fragment_error,
- { "Defragmentation error", "rpc.fragment.error", FT_NONE, BASE_NONE, NULL, 0x0,
+ { "Defragmentation error", "rpc.fragment.error", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"Defragmentation error due to illegal fragments", HFILL }},
{ &hf_rpc_fragment,
- { "RPC Fragment", "rpc.fragment", FT_NONE, BASE_NONE, NULL, 0x0,
+ { "RPC Fragment", "rpc.fragment", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"RPC Fragment", HFILL }},
{ &hf_rpc_fragments,