http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1409
Summary: documentation mistake
Product: Web sites
Version: N/A
Platform: PC
URL: http://wireshark.org/docs/wsug_html_chunked/ChCapCapture
FilterSection.html
OS/Version: Linux
Status: NEW
Severity: Trivial
Priority: High
Component: Main site - www.wireshark.org
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: macmiranda@xxxxxxxxx
CC: macmiranda@xxxxxxxxx
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Since there is not component for documentation, I'll post it here.
There is an error in the page:
http://wireshark.org/docs/wsug_html_chunked/ChCapCaptureFilterSection.html
According to Example 4.2, the filter 'tcp port 23 and not host 10.0.0.5'
captures all telnet traffic not from 10.0.0.5. But this filter also discards
traffic to 10.0.0.5. Either you use this filter to capture all telnet traffic
not to and not from 10.0.0.5 or you use filter 'tcp port 23 and not src host
10.0.0.5'.
I'd really appreciate if you correct this soon because I need the official
documentation to proof an error on a test.
--
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.