Broccoli API Documentation  1.100
Broccoli API Documentation
Data Fields
bro_packet Struct Reference

Broccoli can send and receive pcap-captured packets, wrapped into the following structure: More...

#include <broccoli.h>

Data Fields

double pkt_time
 
uint32 pkt_hdr_size
 
uint32 pkt_link_type
 
struct pcap_pkthdr pkt_pcap_hdr
 
const u_char * pkt_data
 
const char * pkt_tag
 

Detailed Description

Broccoli can send and receive pcap-captured packets, wrapped into the following structure:

Field Documentation

◆ pkt_data

const u_char* bro_packet::pkt_data

◆ pkt_hdr_size

uint32 bro_packet::pkt_hdr_size

◆ pkt_link_type

uint32 bro_packet::pkt_link_type

◆ pkt_pcap_hdr

struct pcap_pkthdr bro_packet::pkt_pcap_hdr

◆ pkt_tag

const char* bro_packet::pkt_tag

◆ pkt_time

double bro_packet::pkt_time

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