pcap_tstamp_type_val_to_name.3pcap - Man Page

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.

Backward Compatibility

These functions became available in libpcap release 1.2.1.

See Also

pcap(3PCAP), pcap_tstamp_type_name_to_val(3PCAP)

Referenced By

The man page pcap_tstamp_type_val_to_description.3pcap(3) is an alias of pcap_tstamp_type_val_to_name.3pcap(3).

22 August 2018