From d2986ef68ddf1a93e4cfb7360b59caab01dd3693 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 31 Dec 2002 07:49:14 +0000 Subject: 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 --- packet-rpc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packet-rpc.c') 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 * - * $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 @@ -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, -- cgit v1.2.3