aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-12-19 11:22:38 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-12-19 11:22:38 +0000
commite4633bc783303fc849b9f3afcc39a588bca50c75 (patch)
treee8a9552faa7c244cac990215d077c4e7ecf4f86c /packet-netbios.c
parent54ac42f3799f251ba9ed96f47000ccfcecab4b87 (diff)
Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list of packets corresponding to a reassembled pdu
svn path=/trunk/; revision=6807
Diffstat (limited to 'packet-netbios.c')
-rw-r--r--packet-netbios.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-netbios.c b/packet-netbios.c
index 7ec235adb8..d06a3573c2 100644
--- a/packet-netbios.c
+++ b/packet-netbios.c
@@ -5,7 +5,7 @@
*
* derived from the packet-nbns.c
*
- * $Id: packet-netbios.c,v 1.54 2002/12/17 08:48:38 guy Exp $
+ * $Id: packet-netbios.c,v 1.55 2002/12/19 11:22:33 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1388,11 +1388,11 @@ void proto_register_netbios(void)
NULL, 0x0, "Fragment contained data past end of packet", HFILL }},
{ &hf_netb_fragment_error,
- {"Defragmentation error", "netbios.fragment.error", FT_NONE, BASE_NONE,
+ {"Defragmentation error", "netbios.fragment.error", FT_FRAMENUM, BASE_NONE,
NULL, 0x0, "Defragmentation error due to illegal fragments", HFILL }},
{ &hf_netb_fragment,
- { "NetBIOS Fragment", "netbios.fragment", FT_NONE, BASE_NONE,
+ { "NetBIOS Fragment", "netbios.fragment", FT_FRAMENUM, BASE_NONE,
NULL, 0x0, "NetBIOS Fragment", HFILL }},
{ &hf_netb_fragments,