From d673500082461b67f57914dca6176447f73f6c27 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Wed, 29 Nov 2000 05:16:15 +0000 Subject: Wrap the dissect_fddi() call (with a 4th argument) with dissect_fddi_not_bitswapped() and dissect_fddi_bitswapped(), both of which use the standard 3-argument tvbuffified-dissector argument list. Add a dissector table called "wtap_encap" which is used to call dissectors from dissect_frame(). The switch() statement from this top-level dissector is removed. The link-layer dissectors register themselves with the "wtap_encap" dissector table. The dissectors are now static where possible. svn path=/trunk/; revision=2708 --- packet-ieee80211.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packet-ieee80211.h') diff --git a/packet-ieee80211.h b/packet-ieee80211.h index 7f50ab0c09..0db900e014 100644 --- a/packet-ieee80211.h +++ b/packet-ieee80211.h @@ -4,7 +4,7 @@ * Copyright 2000, Axis Communications AB * Inquiries/bugreports should be sent to Johan.Jorgensen@axis.com * - * $Id: packet-ieee80211.h,v 1.1 2000/11/15 05:41:42 guy Exp $ + * $Id: packet-ieee80211.h,v 1.2 2000/11/29 05:16:15 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -28,4 +28,3 @@ */ void capture_ieee80211 (const u_char *, int, packet_counts *); -void dissect_ieee80211 (tvbuff_t *, packet_info *, proto_tree *); -- cgit v1.2.3