Michael Mann
changed
bug 4035
Comment # 14
on bug 4035
from Michael Mann
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.