tail head cat sleep
QR code linking to this page

Manual Pages  — PCAP_TSTAMP_TYPE_VAL_TO_NAME

NAME

pcap_tstamp_type_val_to_name, pcap_tstamp_type_val_to_description - get a name or description for a time stamp type value

CONTENTS

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(3), pcap_tstamp_type_name_to_val(3)

22 August 2018 PCAP_TSTAMP_TYPE_VAL_TO_NAME (3)

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

"I liken starting one's computing career with Unix, say as an undergraduate, to being born in East Africa. It is intolerably hot, your body is covered with lice and flies, you are malnourished and you suffer from numerous curable diseases. But, as far as young East Africans can tell, this is simply the natural condition and they live within it. By the time they find out differently, it is too late. They already think that the writing of shell scripts is a natural act."
— Ken Pier, Xerox PARC