diff options
author | guy <guy> | 2006-10-04 18:16:20 +0000 |
---|---|---|
committer | guy <guy> | 2006-10-04 18:16:20 +0000 |
commit | c6424266c2637ae3f1479088979f068bc4c90816 (patch) | |
tree | f648d8511a6f0e32a86d867ace6884f4cc571345 /TODO | |
parent | 6cbfdcc80d837b0e1488cb10c73e5918a3019dde (diff) |
No, that's not the right fix for the Linux kernel interface; the right
fix is to discard unread packets when changing the filter, as that fixes
not only the problem with the *first* filter you set, it fixes the
problem you get when *changing* the filter. That fix is now in the code.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -15,13 +15,6 @@ General style (okay, you can guess that by looking at the code) and a guide for what needs to be documented. -Linux kernel interface - -- Currently there is a race condition in that a socket is activated at the - same time it is opened - before applying a filter. This has to - be corrected so that capture starts when pcap_read is called for the - first time. - Less urgent items ----------------- |