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 a2c2f87: Remove the use of pinfo->private_data from d

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Nov 2014 16:21:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a2c2f872f4eb2ba393d091a5623b1168689e6b09
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a2c2f87 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Remove the use of pinfo->private_data from dissectors that just save it to restore it.
    
    Change-Id: I13197cc48068bb35ee12a7023cfe5f76bbc4e264
    Reviewed-on: https://code.wireshark.org/review/5486
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  449bc19   Qt: support the -R option to set a read filter on the command line
    adds  a2c2f87   Remove the use of pinfo->private_data from dissectors that just save it to restore it.


Summary of changes:
 epan/dissectors/packet-bgp.c        |    7 -------
 epan/dissectors/packet-cisco-wids.c |    7 -------
 epan/dissectors/packet-ethertype.c  |    7 -------
 epan/dissectors/packet-gsm_a_dtap.c |    4 ----
 epan/dissectors/packet-gssapi.c     |    7 -------
 epan/dissectors/packet-h223.c       |    7 -------
 epan/dissectors/packet-ieee8023.c   |    8 +-------
 epan/dissectors/packet-infiniband.c |    8 +-------
 epan/dissectors/packet-isl.c        |    8 +-------
 epan/dissectors/packet-ldp.c        |    8 --------
 epan/dissectors/packet-nbns.c       |    7 -------
 epan/dissectors/packet-ntlmssp.c    |   31 +++----------------------------
 epan/dissectors/packet-rpc.c        |    8 --------
 epan/dissectors/packet-sctp.c       |    7 -------
 epan/dissectors/packet-sflow.c      |    7 -------
 epan/dissectors/packet-tcp.c        |    3 ---
 epan/dissectors/packet-tcp.h        |    3 +--
 epan/dissectors/packet-tds.c        |    7 -------
 epan/dissectors/packet-tpkt.c       |   15 ---------------
 epan/dissectors/packet-websocket.c  |    3 ---
 20 files changed, 7 insertions(+), 155 deletions(-)