Yes, this is another WireShark Crash Question.... So, I've used Wireshark in the following OS's:
I'm testing software in an environment consisting of multiple instances of the aforementioned OS's. My filter is ip.addr == 192.168.1.1. (I can't give the actual IP for security purposes). I have an SNMP Trap set up on 192.168.1.1 and am using wireshark to make sure errors are sent to the Trap. When I have WireShark running, it records the SNMP's just fine. For no reason, it randomly crashes. It doesn't matter which machine I'm using it on. I'm using WireShark 1.10.3 (64-bit). Any thoughts on this? asked 20 Nov '13, 09:43 xenoranger |
One Answer:
That's a display filter so Wireshark will be capturing and recording all the other traffic received by the NIC (presumably you're running the capture in promiscuous mode) and is likely to be running out of memory. See the OutOfMemory page on the wiki for more info. Try setting a capture filter (in the Capture Options dialog) of answered 20 Nov '13, 10:10 grahamb ♦ |
It might be related to https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9255 and https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8281