Comment # 8
on bug 10476
from Guy Harris
(In reply to Alex Kirk from comment #7)
> Correct, capinfos runs successfully for me.
...and nothing looks clearly absurd in the capinfos output, so this probably
has nothing to do with the code that reads pcap files and everything to do with
the code that dissects packets, unless it's an issue with the GUI code.
What happens if you run
tshark Z:\Downloads\pcaps\android-testing.pcap
tshark -V Z:\Downloads\pcaps\android-testing.pcap
tshark -2 Z:\Downloads\pcaps\android-testing.pcap
tshark -2 -V Z:\Downloads\pcaps\android-testing.pcap
If any of *those* crash, it's a dissector issue.
You are receiving this mail because:
- You are watching all bug changes.