Wireshark-commits: [Wireshark-commits] master 67ebeee: wiretap: no "drop_count" in pcapng format

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 24 Oct 2019 07:07:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=67ebeee25143c4246b23286952ef0d6955511c2c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

67ebeee by Michal Ruprich (michalruprich@xxxxxxxxx):

    wiretap: no "drop_count" in pcapng format
    
    When using wiretap to create a pcapng file,
    the drop_count field from the wtap_packet_header
    in wiretap/wtap.h is not being dumped to the file
    in pcapng_write_enhanced_packet_block function.
    
    Bug: 16062
    Change-Id: Id9b8dbd1f7406e019fab00ff7a4167ab27543f62
    Reviewed-on: https://code.wireshark.org/review/34836
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  eb4e83d   asn2wrs.py: fix parsing of integer unions with extension
     add  67ebeee   wiretap: no "drop_count" in pcapng format


Summary of changes:
 wiretap/pcapng.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)