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.