]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-int.h
Merge branch 'timestamps' of https://github.com/msekletar/libpcap
[libpcap] / pcap-int.h
index 8956f2a1aa9974ab3884fdd1bd565fe38a981396..6fee2a7c237b189c73046652b49600802aefe7e2 100644 (file)
@@ -92,6 +92,7 @@ struct pcap_opt {
        int     rfmon;          /* monitor mode */
        int     immediate;      /* immediate mode - deliver packets as soon as they arrive */
        int     tstamp_type;
+       int     tstamp_precision;
 };
 
 typedef int    (*activate_op_t)(pcap_t *);