Wireshark-bugs: [Wireshark-bugs] [Bug 8155] Buildbot crash output: fuzz-2012-12-31-17881.pcap
Date: Wed, 02 Jan 2013 15:13:37 +0000

changed bug 8155

What Removed Added
Attachment #9751 Flags   review_for_checkin?

Comment # 2 on bug 8155 from
Created attachment 9751 [details]
bitmask patch for MIH

I had a look at the bitmasks again and went through all my calls of the
proto_tree_add_bitmask function. I also noticed that the existing bitmasks were
in the wrong Endianess. So I fixed those as well. Attached is a patch that on
my fuzz tests doesn't generate errors. Although I still get a warning as seen
below. However, I don't think these additional warnings are related to
packet-mih.c

$ ./tshark -nVxr ../fuzz-2012-12-31-17881.pcap | grep "ERROR\|WARNING"

** (process:10312): WARNING **: IAX Packet 3591 from circuit ids 332->328
conflicts with earlier call with circuit ids 328->329

** (process:10312): WARNING **: IAX Packet 5587 from circuit ids 486->328
conflicts with earlier call with circuit ids 328->329


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