aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-18 08:01:11 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-18 08:01:11 +0000
commit22824634e53c03dcfccf340bf35889599ba7601a (patch)
tree9d035f77c86d615b6833692755641c99a39c051b /epan/dissectors/packet-ieee80211.h
parentec10e5596a7c3925bffe4cce5f75b75fbf83d12e (diff)
Fold the Prism and AVS header dissectors into packet-ieee80211.c, and
have them use least some of the radio-information fields, so that the same field name can be used for multiple radio header types. The AVS header can supply the data rate in bits/second, so have that field be in those units, and make it 64 bits to leave room for the future, Just In Case. Display it as Mb/s, however. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23911 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ieee80211.h')
-rw-r--r--epan/dissectors/packet-ieee80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ieee80211.h b/epan/dissectors/packet-ieee80211.h
index 6e34cd45c2..b75d739975 100644
--- a/epan/dissectors/packet-ieee80211.h
+++ b/epan/dissectors/packet-ieee80211.h
@@ -32,6 +32,9 @@ void capture_ieee80211_datapad (const guchar *, int, int, packet_counts *);
void capture_ieee80211_fixed (const guchar *, int, int, packet_counts *);
void capture_ieee80211_ht (const guchar *, int, int, packet_counts *);
+void capture_prism(const guchar *, int, int, packet_counts *);
+void capture_wlancap(const guchar *, int, int, packet_counts *);
+
void ieee_80211_add_tagged_parameters (tvbuff_t * tvb, int offset,
packet_info * pinfo, proto_tree * tree, int tagged_parameters_len);