aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rnsap.c
AgeCommit message (Collapse)AuthorFilesLines
2006-08-08Routines for Universal Mobile Telecommunications System (UMTS) Radio ↵Anders Broman1-6/+29
Resource Control (RRC) (umts_rrc) dissection. svn path=/trunk/; revision=18855
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-3073/+3073
svn path=/trunk/; revision=18652
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from ↵Tomas Kukosa1-2944/+2944
field information svn path=/trunk/; revision=18637
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-535/+535
svn path=/trunk/; revision=18621
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵Tomas Kukosa1-3148/+3155
tables it matches asn2wrs approach and makes generated dissectors source shorter svn path=/trunk/; revision=18612
2006-06-08Compile fix: update generated rnsap filesJörg Mayer1-37/+8
svn path=/trunk/; revision=18399
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.Anders Broman1-35/+64
svn path=/trunk/; revision=18395
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-7018/+7018
- 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-15regenerated with new asn2ethTomas Kukosa1-292/+292
svn path=/trunk/; revision=18158
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-4/+5
svn path=/trunk/; revision=18119
2006-03-01Replace commenting-out of code with "#if 0"/#endif" - it's a bit saferGuy Harris1-9/+12
(you don't have to worry about comments in #if 0'ed otu code), and it also fixes an unclosed comment (the commenting-out ended with /* rather than */). Fix up some indentation as well. svn path=/trunk/; revision=17434
2006-02-23Add TCAP ssnAnders Broman1-6/+29
svn path=/trunk/; revision=17376
2006-02-17Dissect the rest of the IE:sAnders Broman1-4/+322
svn path=/trunk/; revision=17334
2006-02-17Squelch some compiler warnings.Guy Harris1-24/+23
Fix indentation. svn path=/trunk/; revision=17331
2006-02-16Add dissection of all Signals and more IE:sAnders Broman1-7371/+11337
svn path=/trunk/; revision=17322
2005-12-20packet-rnsap.[hc] were added to Makefile.common but missing from svnJörg Mayer1-0/+35473
svn path=/trunk/; revision=16866