URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=72b91a56f86e3bbab700900366f81dc8c353b91d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
72b91a5 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: I5f3e910876bb7fb86de2111f856d026fdf220917
Reviewed-on: https://code.wireshark.org/review/2954
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 8e17fd6 Add optional user Fast SER preference for SEL Fast Message Protocol
adds 72b91a5 Add QNX' QNET protocol
Summary of changes:
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-qnet6.c | 6202 +++++++++++++++++++++++++++++++++++++++
epan/tvbuff.h | 11 +
4 files changed, 6215 insertions(+)
create mode 100755 epan/dissectors/packet-qnet6.c