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 11b3663: Fixed a bug related to epan initialization

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Aug 2018 06:18:17 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=11b3663004dfebb6976b1e416b6aa70e96a743c8
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

11b3663 by Adam Morrison (adammo@xxxxxxxxxxxx):

    Fixed a bug related to epan initialization
    
    In various places, <program>_epan_new was called before setting the
    provider, so the wth field was null. This fix is necessary for the
    next commit, adding Secrets Description Block, as it uses this field.
    
    Change-Id: Ice8ee01c56b3e04fc71d7b2c659d9635cb366951
    Reviewed-on: https://code.wireshark.org/review/28868
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bb25d64   IP: Use pinfo for session IP addresses
     add  11b3663   Fixed a bug related to epan initialization


Summary of changes:
 file.c   | 10 +++++-----
 sharkd.c |  8 ++++----
 tshark.c |  8 +++-----
 3 files changed, 12 insertions(+), 14 deletions(-)