From Neil Piercy:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 24 Feb 2010 20:15:31 +0000 (20:15 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 24 Feb 2010 20:15:31 +0000 (20:15 +0000)
commit740feedc00ff9ee740db13f13778b4a63e9f8607
tree20cf071e5de2ac323e42f93b72b565576632048b
parentb3ed62c27e6f573421d1c8544b3121c6ec14b3d0
From Neil Piercy:
Add 3GPP Home Node B Iuh protocol support (HNBAP & RUA)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4531
 - Added IE extension for HNBAP
 - Removed unused .h files

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31988 f5534014-38df-0310-8fa8-9805f1628bb7
22 files changed:
asn1/hnbap/HNBAP-CommonDataTypes.asn [new file with mode: 0644]
asn1/hnbap/HNBAP-Constants.asn [new file with mode: 0644]
asn1/hnbap/HNBAP-Containers.asn [new file with mode: 0644]
asn1/hnbap/HNBAP-IEs.asn [new file with mode: 0644]
asn1/hnbap/HNBAP-PDU-Contents.asn [new file with mode: 0644]
asn1/hnbap/HNBAP-PDU-Descriptions.asn [new file with mode: 0644]
asn1/hnbap/Makefile.am [new file with mode: 0644]
asn1/hnbap/Makefile.common [new file with mode: 0644]
asn1/hnbap/Makefile.nmake [new file with mode: 0644]
asn1/hnbap/hnbap.cnf [new file with mode: 0644]
asn1/hnbap/packet-hnbap-template.c [new file with mode: 0644]
asn1/rua/Makefile.am [new file with mode: 0644]
asn1/rua/Makefile.common [new file with mode: 0644]
asn1/rua/Makefile.nmake [new file with mode: 0644]
asn1/rua/RUA-CommonDataTypes.asn [new file with mode: 0644]
asn1/rua/RUA-Constants.asn [new file with mode: 0644]
asn1/rua/RUA-Containers.asn [new file with mode: 0644]
asn1/rua/RUA-IEs.asn [new file with mode: 0644]
asn1/rua/RUA-PDU-Contents.asn [new file with mode: 0644]
asn1/rua/RUA-PDU-Descriptions.asn [new file with mode: 0644]
asn1/rua/packet-rua-template.c [new file with mode: 0644]
asn1/rua/rua.cnf [new file with mode: 0644]