from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
PCAP_TSTAMP_TYPE_VAL_TO_NAME
Section: Misc. Reference Manual Pages (3PCAP) Updated: 12 December 2013 Index
Return to Main Contents
NAME
pcap_tstamp_type_val_to_name, pcap_tstamp_type_val_to_description - get
a name or description for a time stamp type value
SYNOPSIS
#include <pcap.h>
const char *pcap_tstamp_type_val_to_name(int tstamp_type);
const char *pcap_tstamp_type_val_to_description(int tstamp_type);
DESCRIPTION
pcap_tstamp_type_val_to_name()
translates a time stamp type value to the corresponding time stamp type
name.
NULL
is returned on failure.
pcap_tstamp_type_val_to_description()
translates a time stamp type value to a short description of that time
stamp type.
NULL
is returned on failure.
SEE ALSO
pcap(3PCAP), pcap_tstamp_type_name_to_val(3PCAP)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
|