EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
Pcap context structure definition. More...
#include <pcap_service.h>
Data Fields | |
int | pcap_fd |
pcap_t * | pd |
char | ifname [IF_NAMESIZE] |
capture_callback_fn | pcap_fn |
void * | fn_ctx |
Pcap context structure definition.
void* pcap_context::fn_ctx |
The context for callback function
char pcap_context::ifname[IF_NAMESIZE] |
The pcap interface
int pcap_context::pcap_fd |
The pcap selectable fd
capture_callback_fn pcap_context::pcap_fn |
The pcap capture callback
pcap_t* pcap_context::pd |
The pcap structure