URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5a8c08b1206bf4ddbbc07c3dc2e19ca6607dd15
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
f5a8c08 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
Add FSSO (Fortinet Single Sign-On) Dissector
It is send from DCAgent to FSSO collector using UDP 8002 packet
It is based on analysis of protocol (and log)
Bug: 16657
Change-Id: I2e23a403a103c25820d714446d4e3245af04e876
Reviewed-on: https://code.wireshark.org/review/37547
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from fd03c85 check_typed_item_calls.py: Look for items with the wrong type passed to APIs
add f5a8c08 Add FSSO (Fortinet Single Sign-On) Dissector
Summary of changes:
docbook/release-notes.adoc | 4 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-fortinet-sso.c | 239 ++++++++++++++++++++++++++++++++++
3 files changed, 244 insertions(+)
create mode 100644 epan/dissectors/packet-fortinet-sso.c