URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ba7aa190b3ced8ca1164e50e2cc5cf454a5cd289
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ba7aa19 by Martin Kaiser (wireshark@xxxxxxxxx):
    start a dissector for ZVT Kassenschnittstelle
    
    this is a protocol between payment terminals and
    electronic cash-register systems / vending machines
    
    Change-Id: Ieac87c0af8e15f2dfe8b4a6274f3b56d652a5b1f
    Reviewed-on: https://code.wireshark.org/review/6531
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
    
Actions performed:
    from  1e1d96f   Modify the errorcode defenition to suit ANSI MAP, this is (probably) OK as ANSI MAP is currently the only user of ANSI TCAP. Bug: 6112
    adds  ba7aa19   start a dissector for ZVT Kassenschnittstelle
Summary of changes:
 docbook/release-notes.asciidoc  |    1 +
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-zvt.c    |  353 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 356 insertions(+)
 create mode 100755 epan/dissectors/packet-zvt.c