summaryrefslogtreecommitdiff
path: root/pcap_activate.3pcap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-08-22 17:36:27 -0700
committerGuy Harris <guy@alum.mit.edu>2010-08-22 17:36:27 -0700
commitfa4435e65c7bd1abb6758062249d3b55bfccf018 (patch)
tree28bd4357de507c3ff98eee15299faa923d1de053 /pcap_activate.3pcap
parent749726f92c0f728c0085ffb8563871bfac4e88f9 (diff)
downloadlibpcap-fa4435e65c7bd1abb6758062249d3b55bfccf018.tar.gz
Add support for setting the time stamp type for a capture.
Based on a patch from Scott Mcmillan <scott.a.mcmillan@intel.com>. (Second part of the commit.)
Diffstat (limited to 'pcap_activate.3pcap')
-rw-r--r--pcap_activate.3pcap6
1 files changed, 5 insertions, 1 deletions
diff --git a/pcap_activate.3pcap b/pcap_activate.3pcap
index b33fa530..219e4502 100644
--- a/pcap_activate.3pcap
+++ b/pcap_activate.3pcap
@@ -56,7 +56,11 @@ if the process doesn't have permission to open the capture source,
if monitor mode was specified but the capture source doesn't support
monitor mode,
.B PCAP_ERROR_IFACE_NOT_UP
-if the capture source is not up, and
+if the capture source is not up,
+.B PCAP_ERROR_TSTAMP_TYPE_NOTSUP
+if the time stamp specified in a previous
+.B pcap_set_tstamp_type()
+call isn't supported by the capture source, and
.B PCAP_ERROR
if another error occurred.
If