Wireshark-bugs: [Wireshark-bugs] [Bug 4035] Application crash when changing real-time option

Date: Sat, 04 Apr 2015 23:58:10 +0000

changed bug 4035


What Removed Added
CC   [email protected]

Comment # 14 on bug 4035 from
I can still duplicate this in current master (1.99) using Jeroen's steps in
comment #12.

I added some NULL checks, but all it seems to do is push the problem
downstream.  It doesn't seem like Wireshark is architected to change this
preference during a live capture.  A bunch of the capture_file structure
members are NULL because we don't actually open a capture file (call cf_open)
unless we are displaying.  Doing it "midstream" of a capture doesn't yield good
results.


You are receiving this mail because:
  • You are the assignee for the bug.
  • You are watching all bug changes.