Wireshark-commits: [Wireshark-commits] master cc45082: Gryphon Protocol dissector fixes and updates

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 07 Mar 2018 22:06:26 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cc45082635c9cfed0112727b1b10a0f863bce13c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cc45082 by ciechanowski (markciechanowski@xxxxxxxxx):

    Gryphon Protocol dissector fixes and updates.
    
    These updates fix the incorrect "malformed packet" errors.
    The updates include Gryphon Protocol commands that were
    not included in the prior version of the Gryphon dissector.
    Specifically, added LIN Protocol commands for LDF files,
    LIN ioctls, LIN signal conversion commands, and USDT
    ISO-15765-2 commands.
    
    Change-Id: I746aa871d8496f3a73374eefd52ed900a069d16b
    Reviewed-on: https://code.wireshark.org/review/26269
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fbb0423   IEEE 802.15.4: support vendor specific commands; small cleanups
    adds  cc45082   Gryphon Protocol dissector fixes and updates.


Summary of changes:
 AUTHORS                               |    4 +
 plugins/epan/gryphon/AUTHORS          |    3 +
 plugins/epan/gryphon/Makefile.am      |    2 +-
 plugins/epan/gryphon/README           |    6 +-
 plugins/epan/gryphon/packet-gryphon.c | 2726 ++++++++++++++++++++++++++++++---
 plugins/epan/gryphon/packet-gryphon.h |  154 +-
 6 files changed, 2678 insertions(+), 217 deletions(-)