Wireshark-commits: [Wireshark-commits] master dfd6eb5: wiretap: DPA-400 logfile support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 07 May 2018 17:41:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dfd6eb5d68065b47cf19603f34300ed43ae5e858
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dfd6eb5 by Dirk Eibach (dirk.eibach@xxxxxxxx):

    wiretap: DPA-400 logfile support
    
    Wiretap support for reading the Unigraf DPA-400 DisplayPort
    AUX channel monitor logfiles.
    
    Bug: 14651
    Change-Id: I8d3c50575c9806dd04b40053db45564404bad103
    Reviewed-on: https://code.wireshark.org/review/27312
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  c983272   Refer to the bytes of the real checksum field if the checksum is missing or generated
    adds  dfd6eb5   wiretap: DPA-400 logfile support


Summary of changes:
 wiretap/CMakeLists.txt                           |   1 +
 wiretap/dpa400.c                                 | 234 +++++++++++++++++++++++
 epan/dissectors/packet-bgp.h => wiretap/dpa400.h |  21 +-
 wiretap/file_access.c                            |   7 +
 wiretap/wtap.h                                   |   1 +
 5 files changed, 254 insertions(+), 10 deletions(-)
 create mode 100644 wiretap/dpa400.c
 copy epan/dissectors/packet-bgp.h => wiretap/dpa400.h (50%)