URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fff998d6c1c7d38f3929eaa6e5101683c071744a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fff998d by cbontje (cbontje@xxxxxxxxx):
New Dissector for Landis & Gyr (Telegyr) 8979
Commit includes dissector code for lg8979 as well as additions to RTAC Serial code to call dissector when required.
See bug report 9874 for further details and sample pcap files
UPDATE1: L&G 8979 commit for addressing comments from Anders and Alexis and added Cmakelists.txt
UPDATE2: address further comments from Alexis re. proto_item_set_text / proto_item_add_text entries. Also add modelines
UPDATE3: fix compilation error noted by Alexis
UPDATE4: address proto_tree_add_* comments from Michael
Change-Id: I6e69d2b7b7e91e6efa12e4a5fb7dbd140c0540ed
Reviewed-on: https://code.wireshark.org/review/610
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 04d9501 Add capture file reader/writer support for Lua so scripts can implement new capture file formats.
adds fff998d New Dissector for Landis & Gyr (Telegyr) 8979
Summary of changes:
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-lg8979.c | 1563 ++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-rtacser.c | 8 +
4 files changed, 1573 insertions(+)
create mode 100644 epan/dissectors/packet-lg8979.c