https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3041
Summary: packet-ansi_map.c: invalid code in
range_delete_callback ?
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: wmeier@xxxxxxxxxxx
Build Information:
[SVN]
--
The add_ansi_tcap... in the below from packet-ansi_map seems incorrect since
(presumably) the intent of this function is to do only a delete.
static void range_delete_callback(guint32 ssn)
{
if (ssn) {
delete_ansi_tcap_subdissector(ssn , ansi_map_handle);
add_ansi_tcap_subdissector(ssn , ansi_map_handle);
}
}
[Leaving this to the experts... :) ]
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.