URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c583304dd570097fde4d8a1615b44c0be15e126d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
c583304 by Mikael Kanstrup (mikael.kanstrup@xxxxxxxx):
Add TEAP dissector
Initial support for TEAP (Tunnel Extensible Authentication Protocol)
defined in RFC7170.
Only partial support implemented. Mainly the parts needed to discover
the carried EAP payload when establishing IEEE802.11 EAP-TEAP
connections.
Bug: 16379
Change-Id: Ic2b31d0b871b430792a371cd09926811e350c32b
Reviewed-on: https://code.wireshark.org/review/36104
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from f8f6ce5 Test: Make sure we can run Wireshark on macOS.
add c583304 Add TEAP dissector
Summary of changes:
docbook/release-notes.adoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-eap.c | 5 +
epan/dissectors/packet-teap.c | 733 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 740 insertions(+)
create mode 100644 epan/dissectors/packet-teap.c