spp_sip.h (snort-2.9.16.1) | : | spp_sip.h (snort-2.9.17) | ||
---|---|---|---|---|
skipping to change at line 95 | skipping to change at line 95 | |||
/* | /* | |||
* Per-session data block containing current state | * Per-session data block containing current state | |||
* of the SIP preprocessor for the session. | * of the SIP preprocessor for the session. | |||
* | * | |||
* state_flags: Bit vector describing the current state of the | * state_flags: Bit vector describing the current state of the | |||
* session. | * session. | |||
*/ | */ | |||
typedef struct _sipData | typedef struct _sipData | |||
{ | { | |||
uint32_t state_flags; | uint32_t state_flags; | |||
tSfPolicyId policy_id; | ||||
SIP_DialogList dialogs; | SIP_DialogList dialogs; | |||
SIP_Roptions ropts; | SIP_Roptions ropts; | |||
tSfPolicyId policy_id; | ||||
tSfPolicyUserContextId config; | tSfPolicyUserContextId config; | |||
} SIPData; | } SIPData; | |||
typedef struct _SIPMsg | typedef struct _SIPMsg | |||
{ | { | |||
uint16_t headerLen; | uint16_t headerLen; | |||
uint16_t methodLen; | uint16_t methodLen; | |||
SIPMethodsFlag methodFlag; | SIPMethodsFlag methodFlag; | |||
uint16_t status_code; | uint16_t status_code; | |||
uint16_t uriLen; | uint16_t uriLen; | |||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 1 lines changed or added |