Wireshark-commits: [Wireshark-commits] master fc48f57: Add a dissector for Apple's PKTAP headers.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 1 Apr 2014 17:03:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fc48f57214d55d3f35bff87f1fffa08ac6f7bfd6
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fc48f57 by Guy Harris (guy@xxxxxxxxxxxx):

    Add a dissector for Apple's PKTAP headers.
    
    It automatically works for LINKTYPE_PKTAP and, by default, for
    LINKTYPE_USER2; if any other dissector is specified for LINKTYPE_USER2,
    that dissector overrides PKTAP.
    
    Change-Id: Ic00ac8a81c6101e45d638d337aef42df3920da12
    Reviewed-on: https://code.wireshark.org/review/903
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  47d2967   replace comparing sequence numbers of TCP segments with wrap-firendly XX_SEQ macros; replace tabs with 2 whitespace indentations
    adds  fc48f57   Add a dissector for Apple's PKTAP headers.


Summary of changes:
 epan/CMakeLists.txt                 |    1 +
 epan/dissectors/Makefile.common     |    1 +
 epan/dissectors/packet-pktap.c      |  300 +++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-user_encap.c |   25 +++
 wiretap/pcap-common.c               |    4 +
 wiretap/wtap.c                      |    3 +
 wiretap/wtap.h                      |    1 +
 7 files changed, 335 insertions(+)
 create mode 100644 epan/dissectors/packet-pktap.c