URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=44129c6ded87914461d48190918fb2b29dd93105
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
44129c6 by Jaap Keuter (jaap.keuter@xxxxxxxxx):
IEEE80211: handle symbol proprietary tag seperately
The contents of the Symbol Proprietary TLV was assumbed to be the same
as the Vendor Specific TLV. This proved not to be the case, at least for
Zebra Extreme networks nodes. This change implements the dissection of
the format as defined in the bug.
Bug: 15909
Change-Id: I4c14dde386d33302d187680f9f09f8b5bb1ef213
Reviewed-on: https://code.wireshark.org/review/34023
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 795b8cf [Automatic update for 2019-07-21]
add 44129c6 IEEE80211: handle symbol proprietary tag seperately
Summary of changes:
debian/libwireshark0.symbols | 2 +
epan/dissectors/packet-ieee80211.c | 101 ++++++++++++++++++++++++++++++++++++-
epan/dissectors/packet-srt.c | 5 --
epan/unit_strings.c | 2 +
epan/unit_strings.h | 2 +
5 files changed, 105 insertions(+), 7 deletions(-)