Wireshark-commits: [Wireshark-commits] master 55fd97e: ISO 8583-1 dissector initial import

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 13 Mar 2016 17:39:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=55fd97e73df032584ab9c9c1c4401aa91fe5096c
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

55fd97e by Paulo Roberto Brandão (betobrandao@xxxxxxxxx):

    ISO 8583-1 dissector initial import
    
    Initial import of source code for the dissector of the ISO 8583-1
    'financial transaction card originated messages - Interchange
    message specification' standard.
    
    Bug: 12244
    Change-Id: I24804cab4a93131ec9afa307844ad62eb2e01089
    Reviewed-on: https://code.wireshark.org/review/14311
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  30563e6   [Automatic update for 2016-03-13]
    adds  55fd97e   ISO 8583-1 dissector initial import


Summary of changes:
 docbook/release-notes.asciidoc   |    1 +
 epan/dissectors/CMakeLists.txt   |    1 +
 epan/dissectors/Makefile.common  |    1 +
 epan/dissectors/packet-iso8583.c | 1405 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 1408 insertions(+)
 create mode 100644 epan/dissectors/packet-iso8583.c