Wireshark-commits: [Wireshark-commits] master 526a9a6: New dissector: Asphodel Protocol
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=526a9a64eefe4e03305fbed85c1f55f9e7dd17e0
Submitter: "Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
526a9a6 by Jeffrey Nichols (jsnichols@xxxxxxxxxxxxxxx):
    New dissector: Asphodel Protocol
    
    Add a dissector for Asphodel (https://bitbucket.org/suprocktech/asphodel).
    Asphodel is a protocol for streaming real-time data from sensors in industrial
    environments. This protocol dissector supports complete dissection of the UDP
    advertisment packets, and simple dissection of the TCP command and stream data.
    
    Sample Capture:
    https://wiki.wireshark.org/SampleCaptures#Asphodel_Protocol
    
    Change-Id: I6a7f730a4ce5349ac48b4fd86e61429983af5bf9
    Reviewed-on: https://code.wireshark.org/review/37318
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    
Actions performed:
    from  d7f610d   rawshark: fix test to avoid reading beyond end of format string
     add  526a9a6   New dissector: Asphodel Protocol
Summary of changes:
 AUTHORS.src                       |   4 +
 docbook/release-notes.adoc        |   1 +
 epan/dissectors/CMakeLists.txt    |   1 +
 epan/dissectors/packet-asphodel.c | 792 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 798 insertions(+)
 create mode 100644 epan/dissectors/packet-asphodel.c