Wireshark-commits: [Wireshark-commits] master 4e8dae3: wifi-dpp: Add support for version 1.2.9 of t
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4e8dae37ebefd048d77147df3b62a3a1f4404bb4
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
4e8dae3 by Richard Sharpe (realrichardsharpe@xxxxxxxxx):
wifi-dpp: Add support for version 1.2.9 of the protocol.
Also fix packet-ieee1905.c to include packet-wifi-dpp.h for the definition
it needs.
Change-Id: Iebb290ffb3112161605d6065123cfc54b921f2eb
Reviewed-on: https://code.wireshark.org/review/38163
Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ce81473 check_tfs.py: Import subprocess module (needed for querying git)
add 4e8dae3 wifi-dpp: Add support for version 1.2.9 of the protocol.
Summary of changes:
epan/dissectors/packet-ieee1905.c | 5 +-
epan/dissectors/packet-wifi-dpp.c | 475 +++++++++++++++++++++++++++++++++-----
epan/dissectors/packet-wifi-dpp.h | 10 +
3 files changed, 426 insertions(+), 64 deletions(-)
create mode 100644 epan/dissectors/packet-wifi-dpp.h