ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-2.6 b8ad099: extcap: Move extcap_foreach to a GList

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 04 Apr 2018 18:37:10 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b8ad0997fe0dbbeaf6737cd9f07c849283d8c15b
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

b8ad099 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    extcap: Move extcap_foreach to a GList
    
    Allow for a higher flexibility of the arguments passed to extcap_foreach
    
    Change-Id: I19708ac9d6c2aceecd88d0f691b5155bb8027675
    Reviewed-on: https://code.wireshark.org/review/26736
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    (cherry picked from commit 57fed5d17fa22340fde76cabe2b5340ad48a1989)
    Reviewed-on: https://code.wireshark.org/review/26741
    

Actions performed:

    from  cf4a195   If we're reading from a string, don't fclose yyin.
    adds  b8ad099   extcap: Move extcap_foreach to a GList


Summary of changes:
 extcap.c | 69 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 33 deletions(-)