diff options
author | Guy Harris <gharris@sonic.net> | 2020-12-15 23:49:22 -0800 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-12-15 23:49:22 -0800 |
commit | b75571b42ea1c6fe43cca05e9a2f0996ebc94991 (patch) | |
tree | 1f9ab3b40a3b6bb3b78e3df1bc59b25474d16dd5 /cmakeconfig.h.in | |
parent | d1fa8e6db81994038b6ea648ec58a7f9cba0fcfd (diff) |
Add support for getting and setting packet time stamps with Npcap.
If, when building for WinPcap/Npcap on Windows, we have
PacketGetTimestampModes(), add support for getting the available time
stamp modes and setting the time stamp mode.
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r-- | cmakeconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index ea87e70f..192209cb 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -259,6 +259,9 @@ /* Define to 1 if you have the `_wcserror_s' function. */ #cmakedefine HAVE__WCSERROR_S 1 +/* Define to 1 if you have the `PacketGetTimestampModes' function. */ +#cmakedefine HAVE_PACKET_GET_TIMESTAMP_MODES 1 + /* Define to 1 if you have the `PacketIsLoopbackAdapter' function. */ #cmakedefine HAVE_PACKET_IS_LOOPBACK_ADAPTER 1 |