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 4653] New: dap ASN1 generated dissector differs from epan/

Date: Wed, 7 Apr 2010 08:19:51 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4653

           Summary: dap ASN1 generated dissector differs from
                    epan/dissectors version
           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
--
I re-generated all the ASN1 dissectors (after doing a clean) and then compared
the generated code against epan/dissectors.

I found the following difference for packet-dap.c.
(The "+" line is from the newly generated code).


 static const ber_sequence_t T_manageDSAITPlaneRef_sequence[] = {
[...]

-  { &hf_dap_agreementID     , BER_CLASS_UNI, BER_UNI_TAG_SEQUENCE,
BER_FLAGS_NOOWNTAG, dissect_disp_AgreementID },

+  { &hf_dap_agreementID     , -1/*imported*/, -1/*imported*/,
BER_FLAGS_NOOWNTAG, dissect_disp_AgreementID },

[...]
 };



I expect this is a dependency issue (similar to Bug #4648) ...

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