]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
Add support for setting the time stamp type for a capture.
[tcpdump] / netdissect.h
index 55bf7d4fce0728f770c07f64fbca8416f509118a..493010a930bf29f543f2c8dc2df5284218795842 100644 (file)
@@ -107,6 +107,7 @@ struct netdissect_options {
   int ndo_Iflag;               /* rfmon (monitor) mode */
   int ndo_Oflag;                /* run filter code optimizer */
   int ndo_dlt;                  /* if != -1, ask libpcap for the DLT it names*/
+  int ndo_jflag;                /* packet time stamp source */
   int ndo_pflag;                /* don't go promiscuous */
 
   int ndo_Cflag;                /* rotate dump files after this many bytes */