diff options
Diffstat (limited to 'pcap-int.h')
-rw-r--r-- | pcap-int.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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() */ |