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 5f78d0f: Fix ui/iface_lists.c - type attribute is not

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 2 Mar 2014 09:53:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5f78d0f4f1df67c7965248e9b4397e1da0ad48ae
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5f78d0f by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    Fix ui/iface_lists.c - type attribute is not copied
    
     temp is a clone of the local if_info, but the type
     attribute is not copied correctly
    
     Additionally, the if_type member is exposed via the 
     capture options
    
    Change-Id: Id53f0dfd1e127921e1b89bbf78cb431ee257a96c
    Reviewed-on: https://code.wireshark.org/review/404
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  9c62ea4   Fix text2pcap.c: Argument with 'nonnull' attribute passed null (clang analyzer)
    adds  5f78d0f   Fix ui/iface_lists.c - type attribute is not copied


Summary of changes:
 capture_opts.c   |    3 +++
 capture_opts.h   |    1 +
 ui/iface_lists.c |    1 +
 3 files changed, 5 insertions(+)