ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7119] ANSIMAP infinite loop

Date: Tue, 17 Apr 2012 09:46:18 -0700 (PDT)
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.