tcpflow
1.6.1
About: tcpflow is a TCP/IP packet demultiplexer that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis and debugging.
![]() ![]() |
#include <http_parser.h>
Public Attributes | |
uint16_t | field_set |
uint16_t | port |
struct { | |
uint16_t off | |
uint16_t len | |
} | field_data [UF_MAX] |
Definition at line 355 of file http_parser.h.
struct { ... } http_parser_url::field_data[UF_MAX] |
Referenced by http_parse_host(), and http_parser_parse_url().
uint16_t http_parser_url::field_set |
Definition at line 356 of file http_parser.h.
Referenced by http_parse_host(), and http_parser_parse_url().
uint16_t http_parser_url::len |
Definition at line 361 of file http_parser.h.
Referenced by http_parse_host(), and http_parser_parse_url().
uint16_t http_parser_url::off |
Definition at line 360 of file http_parser.h.
Referenced by http_parse_host(), and http_parser_parse_url().
uint16_t http_parser_url::port |
Definition at line 357 of file http_parser.h.
Referenced by http_parser_parse_url().