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

Ports in Broccoli do not only consist of a number but also indicate whether they are TCP or UDP. More...

#include <broccoli.h>

Data Fields

uint64 port_num
 Port number in host byte order. More...
 
int port_proto
 IPPROTO_xxx. More...
 

Detailed Description

Ports in Broccoli do not only consist of a number but also indicate whether they are TCP or UDP.

Field Documentation

◆ port_num

uint64 bro_port::port_num

Port number in host byte order.

◆ port_proto

int bro_port::port_proto

IPPROTO_xxx.


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