Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 11768] Buildbot crash output: fuzz-2015-11-25-3304.pcap

Date: Wed, 25 Nov 2015 17:43:10 +0000

Comment # 6 on bug 11768 from
There is an issue in ISUP dissector, and more precisely this bitmask:

  static const int * indicators2_fields_gfe[] = {
    &hf_isup_inn_indicator,
    &hf_isup_numbering_plan_indicator,
    &hf_isup_number_different_meaning,
    &hf_isup_address_presentation_restricted_indicator,
    &hf_isup_screening_indicator,
    NULL
  };

where hf_isup_number_different_meaning has no bit mask set.

I tried looking at the Q.763 spec but did not find this definition. For sure
the bitmask definition is wrong anyway.


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