10#ifndef __PACKET_HTTP2_H__
11#define __PACKET_HTTP2_H__
18#define HTTP2_HEADER_CONTENT_ENCODING "content-encoding"
19#define HTTP2_HEADER_STATUS ":status"
20#define HTTP2_HEADER_STATUS_PARTIAL_CONTENT "206"
21#define HTTP2_HEADER_METHOD ":method"
22#define HTTP2_HEADER_METHOD_CONNECT "CONNECT"
23#define HTTP2_HEADER_TRANSFER_ENCODING "transfer-encoding"
24#define HTTP2_HEADER_PATH ":path"
25#define HTTP2_HEADER_LOCATION "location"
26#define HTTP2_HEADER_AUTHORITY ":authority"
27#define HTTP2_HEADER_SCHEME ":scheme"
28#define HTTP2_HEADER_CONTENT_TYPE "content-type"
29#define HTTP2_HEADER_PROTOCOL ":protocol"
30#define HTTP2_HEADER_UNKNOWN "<unknown>"
32#define HTTP2_HEADER_GRPC_ENCODING "grpc-encoding"
33#define HTTP2_HEADER_3GPP_SBI_CORRELATION_INFO "3gpp-sbi-correlation-info"
56const char* http2_get_header_value(
packet_info *pinfo,
const char* name,
bool the_other_direction);
70http2_set_stream_imsi(
packet_info *pinfo,
char* imsi);
84http2_add_notifyuri_imsi(
char* notifyuri,
const char* imsi);
90http2_get_imsi_from_location(
const char* location);
97http2_get_stream_id_le(
unsigned streamid,
unsigned sub_stream_id,
unsigned *sub_stream_id_out);
104http2_get_stream_id_ge(
unsigned streamid,
unsigned sub_stream_id,
unsigned *sub_stream_id_out);
Definition packet_info.h:43
Definition tvbuff-int.h:35