diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-08-22 17:36:27 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-08-22 17:36:27 -0700 |
commit | fa4435e65c7bd1abb6758062249d3b55bfccf018 (patch) | |
tree | 28bd4357de507c3ff98eee15299faa923d1de053 /pcap_activate.3pcap | |
parent | 749726f92c0f728c0085ffb8563871bfac4e88f9 (diff) | |
download | libpcap-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.3pcap | 6 |
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 |