![]() |
Broccoli API Documentation
1.100
Broccoli API Documentation
|
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 |
Broccoli can send and receive pcap-captured packets, wrapped into the following structure:
| 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 |
1.8.14