Re: [Wireshark-dev] local operation code in MAP

2007-02-27 Thread Florent . Drouin
To: wireshark-dev@wireshark.org Sent by: cc: [EMAIL PROTECTED] Subject: Re: [Wireshark-dev] local operation

Re: [Wireshark-dev] local operation code in MAP

2007-02-27 Thread durgabhavani.uppuluru
Hi, I've given the value for operation code, not the ASN1 compiler. I've tried below suggestion but still got the problem. Operation code length : 02, and the operation code : H'81 H'99. I tried to print the opcode value read from dissect_ber_integer, dissect_ber_integer64 They

Re: [Wireshark-dev] local operation code in MAP

2007-02-27 Thread durgabhavani.uppuluru
Hi, I've made the following changes in the packet: opcode length : 2 bytes opcode value : 00 99. It works. Thanks a lot for your help. Regards, Bhavani. From: DurgaBhavani Uppuluru Sent: Tuesday, February 27, 2007 7:44 PM To:

Re: [Wireshark-dev] local operation code in MAP

2007-02-27 Thread Florent . Drouin
Sent by: cc: [EMAIL PROTECTED] Subject: Re: [Wireshark-dev] local operation code in MAP

Re: [Wireshark-dev] local operation code in MAP

2007-02-27 Thread Anders Broman \(AL/EAB\)
Hi, Shouldn't the encoded value be H'81 H'19(153) ? Best regards Anders From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Tue 2/27/2007 3:14 PM To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] local operation code in MAP Hi, I've

Re: [Wireshark-dev] local operation code in MAP

2007-02-27 Thread Anders Broman
for Wireshark Ämne: Re: [Wireshark-dev] local operation code in MAP Hi, Shouldn't the encoded value be H'81 H'19(153) ? Best regards Anders From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Tue 2/27/2007 3:14 PM To: wireshark-dev@wireshark.org

Re: [Wireshark-dev] local operation code in MAP

2007-02-26 Thread durgabhavani.uppuluru
Hi Anders, Hex value shown, in the bytes pane is 99. I've tried other numbers too (150) and I get similar result. Best Regards, Bhavani. From: Anders Broman [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Date: Sun, 25 Feb 2007 19:55:43 +0100 Hi, What is the hex value shown in the

Re: [Wireshark-dev] local operation code in MAP

2007-02-26 Thread Anders Broman \(AL/EAB\)
: Re: [Wireshark-dev] local operation code in MAP Hi Anders, Hex value shown, in the bytes pane is 99. I've tried other numbers too (150) and I get similar result. Best Regards, Bhavani. From: Anders Broman [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Date: Sun, 25 Feb 2007 19:55:43

Re: [Wireshark-dev] local operation code in MAP

2007-02-26 Thread durgabhavani.uppuluru
Hi, I'm using wireshark 0.99.5 sources. The below code is right. I've added the operations in the same way. Here are the steps followed: My GSMMAP.asn files looks 1. OperationLocalvalue ::= INTEGER{ updateLocation (2), : noteMM-Event (89),

Re: [Wireshark-dev] local operation code in MAP

2007-02-26 Thread durgabhavani.uppuluru
Hi Again, I've tried latest svn version files too, still I get the same problem. I've added gsmmap, ranap directories packet-gtp.c from svn Revision 20934, on top of wireshark-0.99.5 sources. Please help me. Best Regards, Bhavani. From:

[Wireshark-dev] local operation code in MAP

2007-02-25 Thread durgabhavani.uppuluru
Hi All, Greetings to you. I'm adding an operation with local value 153 to GSMMAP. But dissector does not recognize 153, it reports Unknown -103. Kindly tell me how to set this value. Thanks, Bhavani. The information contained in this electronic message and any attachments to

Re: [Wireshark-dev] local operation code in MAP

2007-02-25 Thread Anders Broman
Ämne: [Wireshark-dev] local operation code in MAP Hi All, Greetings to you. I’m adding an operation with local value 153 to GSMMAP. But dissector does not recognize 153, it reports Unknown -103. Kindly tell me how to set this value. Thanks, Bhavani