You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/src/detect-http-cookie.h

20 lines
388 B
C

/**Copyright (c) 2009 Open Information Security Foundation
*
* \author Gurvinder Singh <gurvindersinghdahiya@gmail.com>
*
*/
#ifndef _DETECT_HTTP_COOKIE_H
#define _DETECT_HTTP_COOKIE_H
typedef struct DetectHttpCookieData_ {
uint8_t *data;
uint8_t data_len;
} DetectHttpCookieData;
/* prototypes */
void DetectHttpCookieRegister (void);
#endif /* _DETECT_HTTP_COOKIE_H */