[Wireshark-dev] win32 libs updated

2007-12-26 Thread Anders Broman
Hi, NASM is added to the tools please run nmake -f makefile.nmake setup to get it. Regards Anders ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Compilation error in asn.1 file

2007-12-26 Thread Anders Broman
Hi, If you already have a trace of this protocol, take a look at it with Wireshark. It should decode down to the TCAP layer. In the SCCP part you should have an SSN number you need To get ANSI TCAP to decode it by setting preferences. If you then look at the (ANSI)TCAP part that should give you an

Re: [Wireshark-dev] Compilation error in asn.1 file

2007-12-26 Thread taraniteja.vishwanatha
Hi Anders, Yeah you got right. This runs on top of the ANSI-TCAP layer.I am writing a separate asn for this file. I did not import any operations from ANSI-TCAP. I feel there should be an identifier which TCAP identifies this dissector and its operations( I don't have that still).Can you plea

Re: [Wireshark-dev] Compilation error in asn.1 file

2007-12-26 Thread Anders Broman
Hi, Ok I think I remember now you are dealing with ANSI TCAP stuff - right? And you are hand writing the asn1 file? I don't think asn2wrs can handle "ANSI OPERATIONS" in theory you should IMPORT OPERATIONS like: IMPORTS OPERATION FROM TCAP-Remote-Operations-Information-Objects {iso(1)memb

Re: [Wireshark-dev] Compilation error in asn.1 file

2007-12-26 Thread taraniteja.vishwanatha
Hi , Let me explain you in detail. I have a protocol defined in asn.1 format , whose operations and parameters look like the ones mentioned below: Operation Code=1 Class=1 ASN.1 Formal Description xxxRequest ::= OPERATION PARAMETER SEQUENCE { aaa (2) AAA, bbb (3) BBB } RESULT reqresul