Wireshark-commits: [Wireshark-commits] master dc44f39: dumpcap: use typedefs instead of structs.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 24 May 2019 03:47:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dc44f3926ccce4adc79b7067b0fdf26272efd504
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

dc44f39 by Dario Lombardo (lomato@xxxxxxxxx):

    dumpcap: use typedefs instead of structs.
    
    pcapng.h defines some typedefs for its structs for more readability.
    Use them in dumpcap.
    
    Change-Id: I7f4cc47819314732ddcd5076b38f68c52aedb071
    Reviewed-on: https://code.wireshark.org/review/33329
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0636c26   developers-guide: restore winflexbison to Windows install
     add  dc44f39   dumpcap: use typedefs instead of structs.


Summary of changes:
 dumpcap.c | 52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)