aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-12-02 09:09:25 +0000
committerGuy Harris <guy@alum.mit.edu>2000-12-02 09:09:25 +0000
commitc06489bae319cfb652805f863ace40e595e6ca45 (patch)
tree1dddad0fb04544d7c17a975c418f9b4e1e55476d /packet-ieee80211.c
parent3f658551e588c02d71111282f87b0a196dd0b2e5 (diff)
Add the relevant "CHECK_DISPLAY_AS_DATA()" call.
svn path=/trunk/; revision=2732
Diffstat (limited to 'packet-ieee80211.c')
-rw-r--r--packet-ieee80211.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-ieee80211.c b/packet-ieee80211.c
index 30e0fe102d..91b43088c7 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.5 2000/11/30 03:19:27 guy Exp $
+ * $Id: packet-ieee80211.c,v 1.6 2000/12/02 09:09:25 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -746,6 +746,8 @@ dissect_ieee80211 (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
cap_len = pinfo->captured_len;
fcf = tvb_get_letohs (tvb, 0);
+ CHECK_DISPLAY_AS_DATA(proto_wlan, tvb, pinfo, tree);
+
pinfo->current_proto = capture_proto_name;
if (check_col (pinfo->fd, COL_PROTOCOL))