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 2058] New: ansi map - origination request result

Date: Sun, 2 Dec 2007 11:34:50 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2058

           Summary: ansi map - origination request result
           Product: Wireshark
           Version: 0.99.6
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: shmulik.bezalel@xxxxxxxxx


Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
in OriginationRequestRes_set -> parameter ResumePIC -> line 9036 is optional

{ &hf_ansi_map_resumePIC  , BER_CLASS_CON, 394, BER_FLAGS_IMPLTAG,
dissect_ansi_map_ResumePIC }, 

should be
{ &hf_ansi_map_resumePIC  , BER_CLASS_CON, 394,
BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_ansi_map_ResumePIC },


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.