aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.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-ieee80211.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-ieee80211.c')
-rw-r--r--packet-ieee80211.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-ieee80211.c b/packet-ieee80211.c
index e8b0390e61..f9a5eff408 100644
--- a/packet-ieee80211.c
+++ b/packet-ieee80211.c
@@ -3,7 +3,7 @@
* Copyright 2000, Axis Communications AB
* Inquiries/bugreports should be sent to Johan.Jorgensen@axis.com
*
- * $Id: packet-ieee80211.c,v 1.78 2002/11/06 21:49:29 guy Exp $
+ * $Id: packet-ieee80211.c,v 1.79 2002/12/19 11:22:23 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2167,11 +2167,11 @@ proto_register_ieee80211 (void)
{&hf_fragment_error,
{"Defragmentation error", "wlan.fragment.error",
- FT_NONE, BASE_NONE, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"Defragmentation error due to illegal fragments", HFILL }},
{&hf_fragment,
- {"802.11 Fragment", "wlan.fragment", FT_NONE, BASE_NONE, NULL, 0x0,
+ {"802.11 Fragment", "wlan.fragment", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"802.11 Fragment", HFILL }},
{&hf_fragments,