https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4358
--- Comment #4 from Guy Harris <guy@xxxxxxxxxxxx> 2009-12-27 13:02:33 PST ---
In de_network_name() in packet-gsm_a_dtap.c, there's the code
/* There could be Greek chars, so better be safe */
net_name = ep_alloc(2 * num_chars);
gsm_sms_char_ascii_decode(net_name, a_bigbuf, num_chars);
proto_tree_add_text(tree, tvb , curr_offset, len - 1, "Text String:
%s", net_name);
and there's
Text String: Σ
in the dissection of that frame - did somebody say something about Greek
characters?
That's the only code in packet-gsm_a_dtap.c that calls any ep_ routines.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.