Re: [Wireshark-dev] NBAP: dissection of Private Messages

2008-02-29 Thread praveen . jha
Hi, I tried to add one sub-dissector table for private IEs, but the problem is that for private IEs the Protocol-IE-Id is a choice (having a local ID and a global ID) instead of string or integer. So how to go about registering a new sub-dissector table?? static int dissect_PrivateIEFieldValue(

Re: [Wireshark-dev] NBAP: dissection of Private Messages

2008-02-26 Thread praveen . jha
Hi, "PrivateMessage" PDU is already defined in the NBAP spec, but it doesn't have any IEs currently. I am adding IEs to it (PrivateMessage-IEs). PrivateMessage-IEs NBAP-PRIVATE-IES ::= { { ID local:id-type-1 CRITICALITY criticality TYPE Sample-Message-Type PRESENCE optional} , ... } Regards ">

[Wireshark-dev] NBAP: dissection of Private Messages

2008-02-26 Thread praveen . jha
Hi, I am trying to implement the dissection of NBAP containing private message(s). For that I am including my private message in asn1 format. the message format is as follows : -- *

[Wireshark-dev] Including new messages and information elements in NBAP dissector

2008-02-01 Thread praveen . jha
Hi, I want to add new messages, procedures and information elements to the NBAP protocol dissector. How to go about and what changes I need to do? can someone explain a bit about the "nbap.cnf" file. Thanks and Regards Praveen *** Aricent-Unclassified ***