Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-bugs: [Wireshark-bugs] [Bug 1814] Capture filters not work when capturing from named pipes.

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: bugzilla-daemon@xxxxxxxxxxxxx
Date: Sun, 2 Sep 2007 19:11:58 +0000 (GMT)

http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1814


guy@xxxxxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows XP                  |All
           Platform|PC                          |All




------- Comment #1 from guy@xxxxxxxxxxxx  2007-09-02 19:11 GMT -------
This isn't unique to Windows.

I assume the theory was that the program writing to the pipe should be doing
the filtering; that means you don't have to push uninteresting packets through
the pipe (pushing them through the pipe is a waste of CPU and memory bandwidth,
at minimum, and if the program writing to the pipe is receiving the packets
from over a network - e.g., a tcpdump/WinDump run on a remote machine via ssh -
it also wastes network bandwidth; in addition, it increases the risk of packet
loss).

If it's impossible to do the filtering in the program writing to the pipe, we
could have the capture loop run bpf_filter() on the incoming packets when
reading from a pipe.


-- 
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.

  • References:
    • [Wireshark-bugs] [Bug 1814] New: Capture filters not work when capturing from named pipes.
      • From: bugzilla-daemon
  • Prev by Date: [Wireshark-bugs] [Bug 1813] Creating new Display Filter Macro
  • Next by Date: [Wireshark-bugs] [Bug 1751] Direction info missing for Bluetooth H4 captures in pcap-format
  • Previous by thread: [Wireshark-bugs] [Bug 1814] New: Capture filters not work when capturing from named pipes.
  • Next by thread: [Wireshark-bugs] [Bug 1814] Capture filters not work when capturing from named pipes.
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation