libpcap
1.10.1
About: libpcap is a packet filter library used by tools like tcpdump.
![]() ![]() |
#include <pcap-types.h>
#include <memory.h>
#include <stdio.h>
#include <string.h>
#include "pcap-int.h"
#include <pcap/namedb.h>
Go to the source code of this file.
Functions | |
static int | skip_space (FILE *) |
static int | skip_line (FILE *) |
static u_char | xdtoi (u_char c) |
struct pcap_etherent * | pcap_next_etherent (FILE *fp) |
struct pcap_etherent* pcap_next_etherent | ( | FILE * | fp | ) |
Definition at line 84 of file etherent.c.
References pcap_etherent::addr, pcap_etherent::name, PCAP_ISXDIGIT, skip_line(), skip_space(), and xdtoi().
Referenced by pcap_ether_hostton().
|
inlinestatic |
Definition at line 72 of file etherent.c.
Referenced by pcap_next_etherent().
|
inlinestatic |
Definition at line 60 of file etherent.c.
Referenced by parse_dpdk_cfg(), and pcap_next_etherent().
|
inlinestatic |
Definition at line 45 of file etherent.c.
Referenced by pcap_next_etherent().