ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4864] Wireshark Crash Mucrosoft Visual C++ Runtime Library

Date: Thu, 10 Jun 2010 18:42:46 -0700 (PDT)
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.