aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrlp.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-29asn2wrsTomas Kukosa1-173/+173
- parameterized object class assignment - octet string with extensible size constraint - RELATIVE-OID type (still not supported in packet-per/ber) packet-per - octet string with extensible size constraint more dissect_per_... functions exported from libwireshark.dll PER dissectors regenerated add forgotten packet-h323-template.h fix svn properties for h323 files svn path=/trunk/; revision=23309
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-12/+1
svn path=/trunk/; revision=22651
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-2/+2
- support of extension in middle of SEQUENCE root elements - new option EMBEDDED_PDV_CB to set default callback - ChoiceValue support at syntax level - ValueSet support at syntax level - exception identifier support - ValueFromObject support at syntax level - next minor changes (to compile X.880 and INAP) - dissectors using classes regenerated svn path=/trunk/; revision=22036
2007-05-25get rid of few warningsTomas Kukosa1-24/+2
svn path=/trunk/; revision=21933
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callTomas Kukosa1-39/+39
- PER dissectors regenerated svn path=/trunk/; revision=21919
2007-05-18RRLP updated to 3GPP TS 44.031 V7.4.0 (2007-03)Tomas Kukosa1-52/+2361
svn path=/trunk/; revision=21825
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-9/+12
svn path=/trunk/; revision=21635
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:Ulf Lamping1-1/+1
change #ifdef _WIN32 -> #ifdef _MSC_VER around pragma warnings svn path=/trunk/; revision=21228
2007-03-27fix the remaining MSVC warnings by setting individual ↵Ulf Lamping1-0/+5
#pragma(warning:disable) settings - this is very certainly not the way to go, but the way to prevent additional warnings rushing in ... svn path=/trunk/; revision=21221
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-187/+187
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-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-261/+261
svn path=/trunk/; revision=18921
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-186/+186
svn path=/trunk/; revision=18652
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from ↵Tomas Kukosa1-351/+351
field information svn path=/trunk/; revision=18637
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-71/+71
svn path=/trunk/; revision=18621
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵Tomas Kukosa1-1092/+309
tables it matches asn2wrs approach and makes generated dissectors source shorter svn path=/trunk/; revision=18612
2006-05-31Complete reasembly code.Anders Broman1-4/+2
svn path=/trunk/; revision=18279
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-975/+976
- 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-3/+3
svn path=/trunk/; revision=18196
2006-05-17Decode Ext-GeographicalInformation.Anders Broman1-2/+11
svn path=/trunk/; revision=18182
2006-05-17Fix decoding of Ext-GeographicalInformation.Anders Broman1-27/+33
svn path=/trunk/; revision=18181
2006-05-15regenerated with new asn2ethTomas Kukosa1-22/+22
svn path=/trunk/; revision=18158
2006-05-10Add 3GPP Radio Resource LCS Protocol (RRLP) packet dissectorAnders Broman1-0/+5015
svn path=/trunk/; revision=18124