diff options
author | David Perry <boolean263@protonmail.com> | 2021-07-19 21:25:40 +0000 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2021-07-19 21:25:40 +0000 |
commit | dc7089e83110a5dc5dfb5c9a21c95fc3d9cb97f2 (patch) | |
tree | 67a33ccd6b0cddb428adc24f35759e0fd136d25f /extcap | |
parent | c7ed8aa3ee25ecb4f4788b0f08fd37e3de2f3473 (diff) | |
download | wireshark-dc7089e83110a5dc5dfb5c9a21c95fc3d9cb97f2.tar.gz wireshark-dc7089e83110a5dc5dfb5c9a21c95fc3d9cb97f2.tar.bz2 wireshark-dc7089e83110a5dc5dfb5c9a21c95fc3d9cb97f2.zip |
Carry drop count/packet ID/queue ID as options on packet block
Diffstat (limited to 'extcap')
-rw-r--r-- | extcap/androiddump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extcap/androiddump.c b/extcap/androiddump.c index e2d65ad8d9..f7df7cfbbf 100644 --- a/extcap/androiddump.c +++ b/extcap/androiddump.c @@ -504,7 +504,6 @@ static gboolean extcap_dumper_dump(struct extcap_dumper extcap_dumper, rec.ts.nsecs = (int) nanoseconds; rec.block = NULL; - rec.rec_header.packet_header.drop_count = 0; /* NOTE: Try to handle pseudoheaders manually */ if (extcap_dumper.encap == EXTCAP_ENCAP_BLUETOOTH_H4_WITH_PHDR) { |