varia. now correctly sniffs in non-blocking mode (essential for multi-interface

sniffing), while requires at least libpcap 0.8
This commit is contained in:
Arnout Engelen
2005-04-03 09:31:26 +00:00
parent a142648f45
commit c66bc829ea
11 changed files with 56 additions and 28 deletions

View File

@@ -64,7 +64,7 @@ u_int32_t PackList::sumanddel (timeval t)
/* packet may be deleted by caller */
Connection::Connection (Packet * packet)
{
if (ROBUST)
if (!ROBUST)
assert (packet != NULL);
connections = new ConnList (this, connections);
sent_packets = new PackList ();