Wireshark-bugs: [Wireshark-bugs] [Bug 1814] Capture filters not work when capturing from named p
Date: Sun, 2 Sep 2007 20:04:43 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1814





------- Comment #2 from guy@xxxxxxxxxxxx  2007-09-02 20:04 GMT -------
...and if we're not going to use the filter, we shouldn't let the user specify
it, as having a capture filter box fools the user into thinking it makes a
difference.

As such, doing bpf_filter() on the packets when reading from a pipe is probably
the right idea, if doable.  *HOWEVER*, doing the filtering in the program
writing to the pipe (or, if that program is getting its input from another
program, e.g. a tcpdump/WinDump run over ssh, doing it in *that* program -
i.e., doing itas early as possible in the pipeline) is *STILL* a good idea, as
per my previous comment.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.