hi_paf.h (snort-2.9.16.1) | : | hi_paf.h (snort-2.9.17) | ||
---|---|---|---|---|
skipping to change at line 48 | skipping to change at line 48 | |||
void hi_paf_term(void); | void hi_paf_term(void); | |||
int hi_paf_register_port(struct _SnortConfig *sc, uint16_t port, bool client, bo ol server, tSfPolicyId pid, bool auto_on); | int hi_paf_register_port(struct _SnortConfig *sc, uint16_t port, bool client, bo ol server, tSfPolicyId pid, bool auto_on); | |||
int hi_paf_register_service(struct _SnortConfig *, uint16_t service, bool client , bool server, tSfPolicyId pid, bool auto_on); | int hi_paf_register_service(struct _SnortConfig *, uint16_t service, bool client , bool server, tSfPolicyId pid, bool auto_on); | |||
bool hi_paf_simple_request(void* ssn); | bool hi_paf_simple_request(void* ssn); | |||
bool hi_paf_resp_eoh(void* ssn); | bool hi_paf_resp_eoh(void* ssn); | |||
uint32_t hi_paf_resp_bytes_processed(void* ssn); | uint32_t hi_paf_resp_bytes_processed(void* ssn); | |||
bool hi_paf_disable_te(void *ssn, bool to_server); | bool hi_paf_disable_te(void *ssn, bool to_server); | |||
bool hi_paf_valid_http(void* ssn); | bool hi_paf_valid_http(void* ssn); | |||
uint32_t hi_paf_get_size(); | ||||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |