aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.h
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-20 00:00:06 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-20 00:00:06 +0000
commit9ec935691b8d699bcd0a543366ae0567592e8d96 (patch)
tree319f38589fac563477dfb9c5798e14bdf71c1774 /epan/dissectors/packet-ieee80211.h
parent4da585b0b8e70e619fa208e400d459a270da1a11 (diff)
- Diplay SSID in mangemntframes
- Display unprintable characters in SSID as '.' (SSID charaters are of type octet, not alphanum). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12784 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ieee80211.h')
-rw-r--r--epan/dissectors/packet-ieee80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee80211.h b/epan/dissectors/packet-ieee80211.h
index c6396cb8e4..c80bb7bd4e 100644
--- a/epan/dissectors/packet-ieee80211.h
+++ b/epan/dissectors/packet-ieee80211.h
@@ -31,4 +31,4 @@ void capture_ieee80211 (const guchar *, int, int, packet_counts *);
void capture_ieee80211_fixed (const guchar *, int, int, packet_counts *);
void ieee_80211_add_tagged_parameters (tvbuff_t * tvb, int offset,
- proto_tree * tree, int tagged_parameters_len);
+ packet_info * pinfo, proto_tree * tree, int tagged_parameters_len);