Re: Identifying if the packet has been conn tracked by the conn track module in the NAT module.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thursday 2009-03-05 06:47, sachin sanap wrote:

>Hi,
>
>I want to know if its possible for the NAT module to know if the
>packet sent to it has been identified by conn track modules like FTP,
>H323 and is treated differently than simple NAT.

if (skb->nfct != NULL && !nf_ct_is_untracked(skb))
	/* tracked */
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux