Wireshark-commits: [Wireshark-commits] master 1e65231: packet-ehdlc: Decode details of XID messages

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Oct 2016 20:17:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1e65231798507b6bd41951d69d6098f3a4b470af
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1e65231 by Harald Welte (laforge@xxxxxxxxxxxx):

    packet-ehdlc: Decode details of XID messages
    
    We so far only dumped the XID as raw hex bytes.  Now we actually decode
    the header and internal data structure of the XID.
    
    Change-Id: I2901486222d84166291e071bc07cb82a2f480974
    Reviewed-on: https://code.wireshark.org/review/18461
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  3e82f42   gsm_abis_om2000: Dissect TLV structure of 0xa3/0xa5/0xa6 TLVs
    adds  1e65231   packet-ehdlc: Decode details of XID messages


Summary of changes:
 epan/dissectors/packet-ehdlc.c |   99 +++++++++++++++++++++++++++++++++++-----
 1 file changed, 88 insertions(+), 11 deletions(-)