Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: 26-Feb-2008 16:25:05 ZE5B

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 :

-- ****************************************************************************************************************************
-- Private PDUs
-- ****************************************************************************************************************************

PrivateMessage-IEs NBAP-PRIVATE-IES ::= {
{ ID local:id-type-1 CRITICALITY criticality TYPE Sample-Message-Type PRESENCE optional} |
{ ID local:id-type-2 CRITICALITY criticality TYPE Sample-Message-Type PRESENCE optional} ,
...
}

Sample-Message-Type ::= CHOICE {
type-a value-a ,
type-b value-b
}

the above definition, I have added in NBAP-PDU-Containers.asn file.



--*******************************************************************************************************************************
--Private Constants
--*******************************************************************************************************************************
id-type-1 6000
id-type-2 7000
--*******************************************************************************************************************************
Added the constants in NBAP-Constants.asn file.

Apart from this I have also modified the CNF file,
In REGISTER_NEW added type-1, type-2 as IEs and, then type-a and type-b as IE-Extensions.

But the dissector is not able to dissect the Sample-Message-Type.
Any suggestions??

Regards,
Praveen Kumar Jha


*********************** Aricent-Unclassified ***********************

"DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of
the individual to whom it is addressed. It may contain privileged or confidential information and should not be
circulated or used for any purpose other than for what it is intended. If you have received this message in error,
please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly
prohibited from using, copying, altering, or disclosing the contents of this message. Aricent accepts no responsibility for
loss or damage arising from the use of the information transmitted by this email including damage from virus."