aboutsummaryrefslogtreecommitdiff
path: root/pcap/pcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcap/pcap.h')
-rw-r--r--pcap/pcap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap/pcap.h b/pcap/pcap.h
index b24259d9..53733b54 100644
--- a/pcap/pcap.h
+++ b/pcap/pcap.h
@@ -208,8 +208,8 @@ struct pcap_file_header {
bpf_u_int32 magic;
u_short version_major;
u_short version_minor;
- bpf_int32 reserved1; /* not used - SHOULD be filled with 0 */
- bpf_u_int32 reserved2; /* not used - SHOULD be filled with 0 */
+ bpf_int32 thiszone; /* gmt to local correction; this is always 0 */
+ bpf_u_int32 sigfigs; /* accuracy of timestamps; this is always 0 */
bpf_u_int32 snaplen; /* max length saved portion of each pkt */
bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
};