URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=23adc871f4c26e605a12e659f1ddf13a51713163
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
23adc87 by Qiaoyin Yang (qiaoyin.yang[AT]gmail.com):
Add dissector for CP "Cooper" 2179 Protocol
All credit for development should go Qiaoyin Yang
CP2179 protocol is a serial based protocol. The 2179 protocol is implemented with minor variations between vendors.
The RTAC implemented the 2179 client supporting a limited function codes and command codes. The RTAC doesn't support
multiple function codes in a single request and the dissector also doesn't support decoding these or corresponding responses.
Bug:10285
Change-Id: I217bf4185c52b0b183f69b3b5aa84613340d3944
Reviewed-on: https://code.wireshark.org/review/3089
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 511e1fb Fix up some formatting.
adds 23adc87 Add dissector for CP "Cooper" 2179 Protocol
Summary of changes:
AUTHORS | 4 +
docbook/release-notes.asciidoc | 1 +
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-cp2179.c | 1417 ++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-rtacser.c | 8 +
6 files changed, 1432 insertions(+)
create mode 100644 epan/dissectors/packet-cp2179.c