pflogd: Do not access obsolete structure member pcap.tzoff
This change is in preparation for a libpcap update. See also: https://github.com/the-tcpdump-group/libpcap/commit/d4d65e7c4c0a6233784b346dcb0ebb7e23a3feaa Reviewed by: emaste Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -375,7 +375,7 @@ try_reset_dump(int nomove)
|
||||
hdr.magic = TCPDUMP_MAGIC;
|
||||
hdr.version_major = PCAP_VERSION_MAJOR;
|
||||
hdr.version_minor = PCAP_VERSION_MINOR;
|
||||
hdr.thiszone = hpcap->tzoff;
|
||||
hdr.thiszone = 0;
|
||||
hdr.snaplen = hpcap->snapshot;
|
||||
hdr.sigfigs = 0;
|
||||
hdr.linktype = hpcap->linktype;
|
||||
|
||||
Reference in New Issue
Block a user