URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7cef0cb93cc44ed02cd68caa79d3d97173b0edfe
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7cef0cb by Michael Mann (mmann78@xxxxxxxxxxxx):
Add Local Service Discovery (LSD) protocol
Bug: 12985
Change-Id: Iceacd3d122337091380d56bd7fa9875bf7cb4d47
Reviewed-on: https://code.wireshark.org/review/18134
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 53c20dd ieee802.15.4: Increments the offset for not defined/unknown Payload IEs
adds 7cef0cb Add Local Service Discovery (LSD) protocol
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 1 +
epan/dissectors/packet-lsd.c | 207 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 210 insertions(+)
create mode 100644 epan/dissectors/packet-lsd.c