|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Warrick FitzGerald (wfitzgerald
livetechnology.com)Date: Sat Feb 09 2002 - 13:58:49 CST
Ahh, thanks for the help. One more though :)
The ip_src and ip_dst addresses are often "0" which is the default. Is this
a bug / problem or am I not understanding the data model ?
Select looks like this :
SELECT `iphdr`.`ip_src`,
`iphdr`.`ip_dst`,
`tcphdr`.`tcp_sport`,
`tcphdr`.`tcp_dport`,
`tcphdr`.`tcp_seq`,
`tcphdr`.`tcp_ack`,
`data`.`data_payload`
FROM `data`
INNER JOIN `tcphdr` ON (`data`.`cid` = `tcphdr`.`cid`)
INNER JOIN `iphdr` ON (`tcphdr`.`cid` = `iphdr`.`cid`)
However looking at the iphdr table only reveals exactly the same thing ?
Thanks
Warrick FitzGerald
LiveTechnology Inc.
_______________________________________________
Snort-users mailing list
Snort-users
lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]