aboutsummaryrefslogtreecommitdiff
path: root/pcap-int.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-08-03 18:59:51 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-08-03 19:33:18 +0200
commitd4d65e7c4c0a6233784b346dcb0ebb7e23a3feaa (patch)
treed16b1a8936cd14b2069030cbf2b684e077b994a7 /pcap-int.h
parentf0d1bceae487e9b375fc96ede3b324e0f4e6b211 (diff)
Remove no more used field 'tzoff' in some structures
As a follow-up to comit 5f2a5c03e0f91bc2dc2ae33838db273dd6c7d8d9.
Diffstat (limited to 'pcap-int.h')
-rw-r--r--pcap-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pcap-int.h b/pcap-int.h
index 5888df72..21036822 100644
--- a/pcap-int.h
+++ b/pcap-int.h
@@ -196,7 +196,6 @@ struct pcap {
int snapshot;
int linktype; /* Network linktype */
int linktype_ext; /* Extended information stored in the linktype field of a file */
- int tzoff; /* timezone offset */
int offset; /* offset for proper alignment */
int activated; /* true if the capture is really started */
int oldstyle; /* if we're opening with pcap_open_live() */