aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-12-20 00:00:06 +0000
committerJörg Mayer <jmayer@loplof.de>2004-12-20 00:00:06 +0000
commit4ba6d382b72437f9ce16d2459d7ec3b3bd6609f7 (patch)
tree319f38589fac563477dfb9c5798e14bdf71c1774 /epan/dissectors/packet-ieee80211.h
parentb2c9c74aed5d7c8071639265bfc285dd1a3f6dcf (diff)
- Diplay SSID in mangemntframes
- Display unprintable characters in SSID as '.' (SSID charaters are of type octet, not alphanum). svn path=/trunk/; revision=12784
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);