|
|||||||||||
|
Re: [Snort-devel] ascii output's problems
From: Erek Adams <erek(at)snort.org>
Date: Fri Sep 12 2003 - 21:45:13 EDT On Sat, 13 Sep 2003, Nicolas Delon wrote: [...snip...] > So, if someone attacks a host with a source port lower than the target
Check back up in the code a few lines: /* figure out which way this packet is headed in relation to the homenet */ if((p->iph->ip_dst.s_addr & pv.netmask) == pv.homenet) { if((p->iph->ip_src.s_addr & pv.netmask) != pv.homenet) Cheers! Erek Adams "When things get weird, the weird turn pro." H.S. Thompson This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf Snort-devel mailing list Snort-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/snort-devel Received on Fri Sep 12 21:56:05 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:08:09 EDT |
||||||||||
|
|||||||||||