Wireshark-commits: [Wireshark-commits] master 9e9506e: dissector-skinny: Update skinny dissector to
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9e9506e06892444720e9a01c163e5c8e882555cd
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9e9506e by Diederik de Groot (ddegroot@xxxxxxxx):
    dissector-skinny: Update skinny dissector to include new messages and enums
    
    Some new firmware has come out for sccp devices which contains the use of
    1 new message and some extended enums
    
    Fix: UserToDeviceData was reusing the hf_skinny_data flag which had a side effect of showing the label as 'Statistics' which was incorrect.
    
    Change-Id: I84f31f5f170dee075df64b5e7187f8742b6768af
    Reviewed-on: https://code.wireshark.org/review/10483
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    
Actions performed:
    from  f5bd19e   Add casts to reassure the compiler that we know what we're doing.
    adds  9e9506e   dissector-skinny: Update skinny dissector to include new messages and enums
Summary of changes:
 epan/dissectors/packet-skinny.c    |   96 +++++++++++++++++++++++++++---------
 epan/dissectors/packet-skinny.c.in |   29 ++++++-----
 tools/SkinnyProtocolOptimized.xml  |   41 +++++++++++----
 3 files changed, 119 insertions(+), 47 deletions(-)