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 a159ced: WCCP: Remove uneeded check (pinfo & info_tre

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Nov 2014 16:33:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a159cedd5bc3a39c29f9a9952b5f202cb6565f0b
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a159ced by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    WCCP: Remove uneeded check (pinfo & info_tree)
    
    Remove also some false positive Dereference of null pointer
    
    Change-Id: I09687993531827c6e4f5178f3414ddd9a2702038
    Reviewed-on: https://code.wireshark.org/review/5506
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  a2c2f87   Remove the use of pinfo->private_data from dissectors that just save it to restore it.
    adds  a159ced   WCCP: Remove uneeded check (pinfo & info_tree)


Summary of changes:
 epan/dissectors/packet-wccp.c |   28 ++++++++++------------------
 1 file changed, 10 insertions(+), 18 deletions(-)