1PCAP_DATALINK(3PCAP) PCAP_DATALINK(3PCAP)
23
4
NAME
6pcap_datalink - get the link-layer header type
7
SYNOPSIS
9#include <pcap/pcap.h>
1011
int pcap_datalink(pcap_t *p);
12
DESCRIPTION
14pcap_datalink() returns the link-layer header type for the live capture
15or ``savefile'' specified by p.
16
SEE ALSO
18pcap(3PCAP), pcap-linktype(7)
1920
21
22
22 August 2010 PCAP_DATALINK(3PCAP)