Broccoli API Documentation  1.97
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

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

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