mirror of https://github.com/OISF/suricata
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.
9 lines
321 B
C
9 lines
321 B
C
/* Copyright (c) 2008 Victor Julien <victor@inliniac.net> */
|
|
|
|
#ifndef __RESPOND_REJECT_LIBNET11_H__
|
|
#define __RESPOND_REJECT_LIBNET11_H__
|
|
|
|
int RejectSendLibnet11L3IPv4TCP(ThreadVars *, Packet *, void *,int);
|
|
int RejectSendLibnet11L3IPv4ICMP(ThreadVars *, Packet *, void *,int);
|
|
#endif /* __RESPOND_REJECT_LIBNET11_H__ */
|