Comment # 6
on bug 11768
from Pascal Quantin
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.