ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master c3e42cc: OptoMMP Dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 25 Jul 2014 19:54:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c3e42cc6b4e21b0278e8bae5064ac1b99031f045
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c3e42cc by John Miner (wiresharkdissectorcoder@xxxxxxxxx):

    OptoMMP Dissector
    
    Change-Id: I754335b9944a9de169e37c16a3e37a86d35543a6
    Reviewed-on: https://code.wireshark.org/review/3110
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  788ff15   Empty proto_reg_handoff_* are not needed, remove some.
    adds  c3e42cc   OptoMMP Dissector


Summary of changes:
 epan/CMakeLists.txt              |    1 +
 epan/dissectors/Makefile.common  |    1 +
 epan/dissectors/packet-optommp.c |  889 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 891 insertions(+)
 create mode 100644 epan/dissectors/packet-optommp.c