EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
pcap_context Struct Reference

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
 

Detailed Description

Pcap context structure definition.

Field Documentation

◆ fn_ctx

void* pcap_context::fn_ctx

The context for callback function

◆ ifname

char pcap_context::ifname[IF_NAMESIZE]

The pcap interface

◆ pcap_fd

int pcap_context::pcap_fd

The pcap selectable fd

◆ pcap_fn

capture_callback_fn pcap_context::pcap_fn

The pcap capture callback

◆ pd

pcap_t* pcap_context::pd

The pcap structure


The documentation for this struct was generated from the following file: