Pascal Quantin
changed
bug 8155
Comment # 1
on bug 8155
from Pascal Quantin
Packet-mih.c tries to use proto_tree_add_bitmask with FT_UINT64, which will
trigger an assert (hf_iq_list is this case, but there is also
hf_link_subtype_eth, hf_link_subtype_wireless_other, hf_link_subtype_ieee80211,
hf_link_subtype_umts, hf_link_subtype_cdma2000 and hf_link_subtype_ieee80216).
Despite the comment in line 1096, the assert will be triggered as the length is
deduced from the FT_UINT64 length value.
Adding Alton MacDonald in copy of this bug as he wrote this code (see bug
5881).
You are receiving this mail because:
- You are watching all bug changes.