ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master ab8cad28: Remove sccp_info member from packet_info st

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Nov 2014 09:20:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ab8cad28160cef32889abdc498f9c657bb31024f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ab8cad28 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Remove sccp_info member from packet_info structure.
    
    sccp_msg_info_t* is now passed from SCCP dissector to its subdissectors through dissector data parameter.
    
    Change-Id: Iab4aae58f8995e844f72e02e9f2de36e83589fc0
    Reviewed-on: https://code.wireshark.org/review/5442
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7c47503   openflow: Use (what appear to be the) correct filter names for a few fields.
    adds  ab8cad28  Remove sccp_info member from packet_info structure.


Summary of changes:
 asn1/gsm_map/gsm_map.cnf               |   17 +--
 asn1/gsm_map/packet-gsm_map-template.c |   41 ++++++++
 asn1/ranap/packet-ranap-template.c     |   20 ++--
 asn1/ranap/ranap.cnf                   |   12 ++-
 epan/dissectors/packet-bssap.c         |  179 ++++++++++++++++----------------
 epan/dissectors/packet-gsm_a_bssmap.c  |   15 ++-
 epan/dissectors/packet-gsm_a_common.c  |    1 -
 epan/dissectors/packet-gsm_a_common.h  |    5 -
 epan/dissectors/packet-gsm_a_dtap.c    |   19 ++--
 epan/dissectors/packet-gsm_bssmap_le.c |   16 +--
 epan/dissectors/packet-gsm_map.c       |  152 +++++++++++++++++----------
 epan/dissectors/packet-ranap.c         |   60 ++++++-----
 epan/dissectors/packet-sccp.c          |   18 ++--
 epan/dissectors/packet-sua.c           |   27 +++--
 epan/packet_info.h                     |    1 -
 15 files changed, 339 insertions(+), 244 deletions(-)