mod cisco handles now capwap and bindings.
FossilOrigin-Name: 5ecfa070f63017bedce79d401934f1256edd626288e50c7b4e15fbec9635f7fd
This commit is contained in:
parent
fb74f28756
commit
f2bdb605a2
@ -48,8 +48,6 @@ static int init()
|
|||||||
static int detect(struct conn *conn, const uint8_t * rawmsg, int rawlen, int elems_len,
|
static int detect(struct conn *conn, const uint8_t * rawmsg, int rawlen, int elems_len,
|
||||||
struct sockaddr *from, int mode)
|
struct sockaddr *from, int mode)
|
||||||
{
|
{
|
||||||
if (mode != MOD_MODE_CAPWAP)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
|
|
||||||
int offset = cw_get_hdr_msg_offset(rawmsg);
|
int offset = cw_get_hdr_msg_offset(rawmsg);
|
||||||
|
Loading…
Reference in New Issue
Block a user