aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-27 02:18:00 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-27 02:18:00 +0000
commit3392cb47720a326a4ee6f85e6f27681cc3a23821 (patch)
tree512b4917dce377520714d9c04ef61bb637e92cf8 /epan/dissectors/packet-ieee80211.c
parent09bd9ad788f8d51c874677eef9b5180f3b8c1e70 (diff)
Treat IE 173 (symbol proprietary) like we treat the vendor IE
svn path=/trunk/; revision=52886
Diffstat (limited to 'epan/dissectors/packet-ieee80211.c')
-rw-r--r--epan/dissectors/packet-ieee80211.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index beab53d256..af7d9bd895 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -12445,6 +12445,7 @@ add_tagged_field(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset
case TAG_VENDOR_SPECIFIC_IE: /* 7.3.2.26 Vendor Specific information element (221) */
case TAG_CISCO_VENDOR_SPECIFIC: /* This Cisco proprietary IE seems to mimic 221 */
+ case TAG_SYMBOL_PROPRIETARY: /* This Symbol proprietary IE seems to mimic 221 */
if (tag_len < 3)
{
expert_add_info_format(pinfo, ti_len, &ei_ieee80211_tag_length, "Tag Length %u wrong, must be >= 3", tag_len);