10#ifndef __PACKET_SIP_H__
11#define __PACKET_SIP_H__
17 const uint8_t *request_method;
18 unsigned response_code;
25 uint32_t tap_cseq_number;
33} sip_reason_code_proto_t;
37 sip_reason_code_proto_t protocol_type_num;
41WS_DLL_PUBLIC
const value_string sip_response_code_vals[];
44 unsigned parameter_offset,
unsigned parameter_len);
46extern void dissect_sip_p_access_network_info_header(
tvbuff_t *tvb,
packet_info *pinfo,
proto_tree *tree,
int start_offset,
int line_end_offset);
Definition packet_info.h:43
Definition packet-sip.h:16
Definition packet-sip.h:36
Definition value_string.h:25
Definition tvbuff-int.h:35