Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3041] New: packet-ansi_map.c: invalid code in range_delete

Date: Thu, 6 Nov 2008 12:51:24 -0800 (PST)
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.