![]() |
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include <packet-http.h>
Public Attributes | |
uint16_t | server_port |
uint8_t | http_version |
const char *(* | get_header_value )(packet_info *, const char *, bool) |
bool | from_server |
Used for version-independent HTTP information for upgrade protocols
bool _http_upgrade_info_t::from_server |
Direction of the message
const char *(* _http_upgrade_info_t::get_header_value) (packet_info *, const char *, bool) |
Lookup header value
uint8_t _http_upgrade_info_t::http_version |
HTTP version (1, 2 or 3)
uint16_t _http_upgrade_info_t::server_port |
Server port. Can be used for protocol heuristics