From 4877553530fc356888edb95332b24eaeaadeee80 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Mon, 26 Nov 2001 05:13:14 +0000 Subject: Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_X which also takes a handle as an argument and thus doesn't call dissect_data directly. svn path=/trunk/; revision=4270 --- packet-ieee80211.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-ieee80211.c') diff --git a/packet-ieee80211.c b/packet-ieee80211.c index 1b6ff51587..c597d929dd 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.42 2001/11/26 04:52:50 hagbard Exp $ + * $Id: packet-ieee80211.c,v 1.43 2001/11/26 05:13:11 hagbard Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -816,7 +816,7 @@ dissect_ieee80211_mgt (guint16 fcf, tvbuff_t * tvb, packet_info * pinfo, guint32 next_len; int tagged_parameter_tree_len; - CHECK_DISPLAY_AS_DATA(proto_wlan_mgt, tvb, pinfo, tree); + CHECK_DISPLAY_AS_X(data_handle,proto_wlan_mgt, tvb, pinfo, tree); if (tree) { -- cgit v1.2.3