aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbap.h
AgeCommit message (Collapse)AuthorFilesLines
2012-07-31Restore includes from r44107 to fix abi check.Jakub Zawadzki1-0/+3
Reverted (by mistake?) in r44129 svn path=/trunk/; revision=44154
2012-07-31From Jacob Nordgren and Rishie Sharma:Anders Broman1-26/+8
NBAP: added preferences to change logical channel id to mac content type mapping. svn path=/trunk/; revision=44151
2012-07-30From Jacob Nordgren and Rishie Sharma:Anders Broman1-3/+0
-MAC-is update svn path=/trunk/; revision=44129
2012-07-29Try to fix ABI check.Jakub Zawadzki1-0/+3
svn path=/trunk/; revision=44107
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-2/+2
- RRC now configures logical channels in HS-DSCH hs, and some HSDSCH common support added - RLC: modifed memory management, MAC: dch would set the incorrect logical channel for RLC svn path=/trunk/; revision=44027
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-0/+124
Updated conversation handling to dissect FP/MAC/RLC svn path=/trunk/; revision=43749
2008-11-10Apparently no longer needed ....Bill Meier1-43/+0
svn path=/trunk/; revision=26741
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-1/+1
svn path=/trunk/; revision=21635
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-1/+1
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵Tomas Kukosa1-1/+1
tables it matches asn2wrs approach and makes generated dissectors source shorter svn path=/trunk/; revision=18612
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-3/+3
- step to new ASN.1 API - pass asn_ctx_t* through PER dissectors instead of packet_info* - PER ALIGNED/UNALIGNED flag moved to asn_ctx_t - PER created tree item pointer moved to asn_ctx_t - add nbap into PER dissectors in asn1/Makefile.nmake - use add_oid_str_name() instead of register_ber_oid_name() in H.225 and H.245 - export asn_ctx_init from library - PER dissectors regenerated svn path=/trunk/; revision=18209
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
svn path=/trunk/; revision=18196
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-1/+2
svn path=/trunk/; revision=16736
2005-10-26Add the rest of the IE:sAnders Broman1-1/+1
svn path=/trunk/; revision=16322
2005-10-25Check in the re-generated NBAP dissector.Guy Harris1-2/+2
svn path=/trunk/; revision=16311
2005-10-24UMTS Node B Application Part(NBAP) packet dissection(3GPP TS 25.433 version ↵Anders Broman1-0/+42
6.6.0 Release 6) All IE:s not dissected yet. svn path=/trunk/; revision=16293