https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7119
--- Comment #1 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-04-17 09:46:18 PDT ---
The problem is in packet-ansi_a.c
dissect_cdma2000_a1_elements() calls
elem_tlv(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, elem_idx_t idx,
guint32 offset, guint len _U_, const gchar *name_add)
The parm_len = 254 making consumed = 0 => never ending loop.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.