Wireshark-commits: [Wireshark-commits] master f2cb59a: Add QNX' QNET protocol
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 4 Feb 2015 07:10:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f2cb59a2d8c06353e1eb07b1655f5da00a6983a6
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f2cb59a by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Add QNX' QNET protocol
    
    no ethertype 0x8203-0x8205 support in trunk.
    0x8204 is QNX OS VER 6's qnet ethernet protocol number.
    
    Bug:3934
    Change-Id: I52555b568c3a304f1512fe25f949330b46f49a93
    Reviewed-on: https://code.wireshark.org/review/6363
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  0f353c9   HTTP2: Add tap for HTTP2 dissector
    adds  f2cb59a   Add QNX' QNET protocol


Summary of changes:
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-qnet6.c  | 6194 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 6196 insertions(+)
 create mode 100755 epan/dissectors/packet-qnet6.c