URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=537a02b365a3f4c59e4a152bb90a540638074b07
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
537a02b by Martin Kaiser (martin@xxxxxxxxxxxxxxxx):
start a dissector for Ethernet Local Management Interface
Change-Id: I332bd690be67c908067c12e570f993565de98aed
Reviewed-on: https://code.wireshark.org/review/1159
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
Actions performed:
from da055b8 remove unused variable 'tree'
adds 537a02b start a dissector for Ethernet Local Management Interface
Summary of changes:
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-elmi.c | 125 +++++++++++++++++++++++++++++++++++++++
3 files changed, 127 insertions(+)
create mode 100644 epan/dissectors/packet-elmi.c