Wireshark-bugs: [Wireshark-bugs] [Bug 4647] New: P7 ASN1 generated dissector differs from the ep
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4647
Summary: P7 ASN1 generated dissector differs from the
epan/dissectors version
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: wmeier@xxxxxxxxxxx
Build Information:
SVN
--
The generated version also fails to compile.
[svn diff output]
--- epan/dissectors/packet-p7.c (revision 32398)
+++ epan/dissectors/packet-p7.c (working copy)
@@ -3715,9 +3715,9 @@
};
static const ber_choice_t RTSE_apdus_choice[] = {
- { 0, &hf_p7_rtorq_apdu , BER_CLASS_CON, 16, BER_FLAGS_IMPLTAG,
dissect_rtse_RTORQapdu },
- { 1, &hf_p7_rtoac_apdu , BER_CLASS_CON, 17, BER_FLAGS_IMPLTAG,
dissect_rtse_RTOACapdu },
- { 2, &hf_p7_rtorj_apdu , BER_CLASS_CON, 18, BER_FLAGS_IMPLTAG,
dissect_rtse_RTORJapdu },
+ { 0, &hf_p7_rtorq_apdu , BER_CLASS_CON, 16, BER_FLAGS_IMPLTAG,
dissect_Reliable_Transfer_APDU_RTORQapdu },
+ { 1, &hf_p7_rtoac_apdu , BER_CLASS_CON, 17, BER_FLAGS_IMPLTAG,
dissect_Reliable_Transfer_APDU_RTOACapdu },
+ { 2, &hf_p7_rtorj_apdu , BER_CLASS_CON, 18, BER_FLAGS_IMPLTAG,
@@ -5549,15 +5549,15 @@
{ &hf_p7_rtorq_apdu,
{ "rtorq-apdu", "p7.rtorq_apdu",
FT_NONE, BASE_NONE, NULL, 0,
- "rtse.RTORQapdu", HFILL }},
+ "Reliable_Transfer_APDU.RTORQapdu", HFILL }},
{ &hf_p7_rtoac_apdu,
{ "rtoac-apdu", "p7.rtoac_apdu",
FT_NONE, BASE_NONE, NULL, 0,
- "rtse.RTOACapdu", HFILL }},
+ "Reliable_Transfer_APDU.RTOACapdu", HFILL }},
{ &hf_p7_rtorj_apdu,
{ "rtorj-apdu", "p7.rtorj_apdu",
FT_NONE, BASE_NONE, NULL, 0,
- "rtse.RTORJapdu", HFILL }},
+ "Reliable_Transfer_APDU.RTORJapdu", HFILL }},
{ &hf_p7_rttp_apdu,
{ "rttp-apdu", "p7.rttp_apdu",
FT_INT32, BASE_DEC, NULL, 0,
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.