URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4652f95ee92e3891cf1c78908b6ea45a7b1f2c9f
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4652f95 by Gilles Roudiere (gilles@xxxxxxxxxxxx):
Added a new DSR dissector
Added a new dissector for the Dynamic Source Routing (DSR) protocol (RFC 4728)
It should correctly dissect all DSR packets, including the "Flow State
Extension" DSR packets.
See Bug #10499 for capture file
Change-Id: Ie33a1a2fe095cab19d5abfbfa8e1c79fec664a35
Reviewed-on: https://code.wireshark.org/review/4251
Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
Actions performed:
from 8fc2327 Qt: Fix preference bugs.
adds 4652f95 Added a new DSR dissector
Summary of changes:
AUTHORS | 9 +-
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-dsr.c | 776 +++++++++++++++++++++++++++++++++++++++
4 files changed, 785 insertions(+), 2 deletions(-)
create mode 100755 epan/dissectors/packet-dsr.c