Wireshark-commits: [Wireshark-commits] master 0ce5b8c: Add RakNet protocol dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Oct 2014 19:38:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0ce5b8cdac85a4622638ee067c0963554d1fc909
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0ce5b8c by Nick Carter (ncarter100@xxxxxxxxx):

    Add RakNet protocol dissector
    
    Bug: 10534
    Change-Id: Id56008da0c21a5f3a0309cdf21aff287c7820dcf
    Reviewed-on: https://code.wireshark.org/review/4372
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  74a8ad7   Get rid of no-longer-used #define.
    adds  0ce5b8c   Add RakNet protocol dissector


Summary of changes:
 docbook/release-notes.asciidoc  |    2 +
 epan/CMakeLists.txt             |    2 +
 epan/dissectors/Makefile.common |    2 +
 epan/dissectors/packet-mcpe.c   |  402 +++++++++++++++++++++++
 epan/dissectors/packet-raknet.c |  676 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 1084 insertions(+)
 create mode 100644 epan/dissectors/packet-mcpe.c
 create mode 100644 epan/dissectors/packet-raknet.c