aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-17 09:30:58 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-17 09:30:58 +0000
commit9bfe54fe7c8ef8a4f3db298b83183851f6764c27 (patch)
tree398707b8865bba97bba9aed97a27aed527cfff27 /packet-ieee80211.c
parentcfbe21e383fe3bf8fa0edb20515ac1b57bc4dde7 (diff)
Show the "More Fragments" indicator as such, rather than as a "this is
fragmented" vs. "this is not fragmented" indicator. svn path=/trunk/; revision=5182
Diffstat (limited to 'packet-ieee80211.c')
-rw-r--r--packet-ieee80211.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-ieee80211.c b/packet-ieee80211.c
index 3990c5b0da..70d092ef28 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.55 2002/04/17 08:25:05 guy Exp $
+ * $Id: packet-ieee80211.c,v 1.56 2002/04/17 09:30:58 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1811,8 +1811,8 @@ proto_register_wlan (void)
};
static const true_false_string more_frags = {
- "MSDU/MMPDU is fragmented",
- "No fragments"
+ "More fragments follow",
+ "This is the last fragment"
};
static const true_false_string retry_flags = {
@@ -1989,7 +1989,7 @@ proto_register_wlan (void)
"From DS flag", HFILL }}, /* 5 */
{&hf_fc_more_frag,
- {"Fragments", "wlan.fc.frag", FT_BOOLEAN, 8, TFS (&more_frags), FLAG_MORE_FRAGMENTS,
+ {"More Fragments", "wlan.fc.frag", FT_BOOLEAN, 8, TFS (&more_frags), FLAG_MORE_FRAGMENTS,
"More Fragments flag", HFILL }}, /* 6 */
{&hf_fc_retry,