aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.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-ipv6.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-ipv6.c')
-rw-r--r--packet-ipv6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-ipv6.c b/packet-ipv6.c
index d884100d49..ec561be51f 100644
--- a/packet-ipv6.c
+++ b/packet-ipv6.c
@@ -1,7 +1,7 @@
/* packet-ipv6.c
* Routines for IPv6 packet disassembly
*
- * $Id: packet-ipv6.c,v 1.90 2002/10/25 23:23:26 guy Exp $
+ * $Id: packet-ipv6.c,v 1.91 2002/12/19 11:22:29 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1070,12 +1070,12 @@ proto_register_ipv6(void)
{ &hf_ipv6_fragment_error,
{ "Defragmentation error", "ipv6.fragment.error",
- FT_NONE, BASE_NONE, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"Defragmentation error due to illegal fragments", HFILL }},
{ &hf_ipv6_fragment,
{ "IPv6 Fragment", "ipv6.fragment",
- FT_NONE, BASE_NONE, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"IPv6 Fragment", HFILL }},
{ &hf_ipv6_fragments,