URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=34fa16971919e9f71ef7dde018253e5b3c0e0bc5
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
34fa169 by Marcel Essig (marcel.essig@xxxxxx):
Add a new Dissector for HiSLIP
Change-Id: I87aaf4c8093ee8013a661aa8af81dba63eaa7086
Signed-off-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/1337
Actions performed:
from 2b2d8a9 Fix Dereference of null pointer found by Clang analyzer
adds 34fa169 Add a new Dissector for HiSLIP
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-hislip.c | 1069 +++++++++++++++++++++++++++++++++++++++
4 files changed, 1072 insertions(+)
create mode 100644 epan/dissectors/packet-hislip.c