Wireshark-commits: [Wireshark-commits] master 48617df: f5ethtrailer: fix memleak and fix tap regist
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Mar 2018 04:28:17 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=48617df1c6c620097b257c769ca7ae2c88a45209
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

48617df by Peter Wu (peter@xxxxxxxxxxxxx):

    f5ethtrailer: fix memleak and fix tap registration
    
    On startup, not all protocols are ready. In particular, the ip, ipv6 and
    tcp tap registrations failed (and the error messages were leaked). Fix
    this by performing this registration when a capture file is loaded.
    
    Change-Id: Idd0634e395d484bae67b343ea23a84d440c4f4bc
    Reviewed-on: https://code.wireshark.org/review/26641
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  acaff5a   Qt: TCP Stream Graphs dialog updates.
    adds  48617df   f5ethtrailer: fix memleak and fix tap registration


Summary of changes:
 epan/dissectors/packet-f5ethtrailer.c | 69 +++++++++++++++++++++++++++--------
 1 file changed, 53 insertions(+), 16 deletions(-)