Wireshark-commits: [Wireshark-commits] master fbe39ce: openSAFETY: Implementing a tap interface

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Apr 2015 05:53:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fbe39cebf1a1cf1977866d3792d56e67a5a9e833
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fbe39ce by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    openSAFETY: Implementing a tap interface
    
     Implementing a tap interface as well as a packet structure
     which contains all necessary information from a single
     openSAFETY frame.
    
     This structure is located in a separate packet-opensafety.h so
     that plugins and other programs, which want to utilize the tap
     interface, may benefit from the same defines
    
     The 40bit calculation was implemented in a wrong fashion,
     so that it never calculated the correct UDID
    
    Change-Id: I62895f91d0a255a5489b9bf397a40d824a27383f
    Reviewed-on: https://code.wireshark.org/review/7275
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2ce0418   Bluetooth: OBEX: Dissect HeaderID
    adds  fbe39ce   openSAFETY: Implementing a tap interface


Summary of changes:
 epan/dissectors/packet-opensafety.c |  850 ++++++++++++++++++++---------------
 epan/dissectors/packet-opensafety.h |  118 ++++-
 2 files changed, 612 insertions(+), 356 deletions(-)