Wireshark-commits: [Wireshark-commits] master dd8a799: openSAFETY: Separate definitions into header

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 12 Mar 2015 16:39:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dd8a79974ceecf075d6f91d1860ba6d5008ccb80
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    openSAFETY: Separate definitions into header
    
     To allow future tap interfaces as well as analysis plugins
     to use the same definitions the dissector used, all defines
     are being separated into a header file
    
    Change-Id: Iec38e361ded46aab6684c2713ba9a047193a6694
    Reviewed-on: https://code.wireshark.org/review/7468
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b255d8a   CMake: Update wslua build and test.
    adds  dd8a799   openSAFETY: Separate definitions into header


Summary of changes:
 epan/dissectors/packet-opensafety.c |  435 ++++-------------------------------
 epan/dissectors/packet-opensafety.h |  387 +++++++++++++++++++++++++++++++
 2 files changed, 435 insertions(+), 387 deletions(-)
 create mode 100644 epan/dissectors/packet-opensafety.h