https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4864
--- Comment #2 from Bill Meier <wmeier@xxxxxxxxxxx> 2010-06-10 21:42:44 EDT ---
When you use Wireshark to do the capture:
Are you displaying the captured frames in real-time ?
IE: what preferences are checked in the Edit ! Preferences ! Capture
window ?
--------
In any case:
Please do the following to simplify to see if more information can be obtained
about what's going on.
Dumpcap is the program actually used (called) by Wireshark to do a capture.
1. Do a short capture using dumpcap as follows:
(dumpcap -h for options).
a. dumpcap -D will provide a numbered list of available interfaces
b. dumpcap -i <interface-number> -a duration:15 -w foo.pcap
will do a 15 second capture of all traffic on the specified interface.
(Note: If dumpcap fails somehow then please also try windump).
2. Use wireshark to open the capture file.
If wireshark crashes when the file is opened, then (if possible) please
attach the capture file to this bug. If necessary, the attachment can be
marked private so that only the Wireshark core developers can access the
file.
Thanks....
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.