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

@@ -31,7 +31,7 @@ public:
}
PackList (Packet * m_val)
{
if (ROBUST)
if (!ROBUST)
assert (m_val != NULL);
content = new PackListNode(m_val);
}