Bugzilla – Attachment #21858: proposed fix for both ipv4 and ipv6 for bug #57661
int *hotdrop)
{
/* tcp.doff is only 4 bits, ie. max 15 * 4 bytes */
char opt[60 - sizeof(struct tcphdr)];
u_int8_t opt[60 - sizeof(struct tcphdr)];
unsigned int i;
duprintf("tcp_match: finding option\n");