aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrlp.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-31/+31
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-7/+6
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-11/+6
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-31/+31
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ...Anders Broman1-1/+1
2008-07-23Get rid of unused code warnings.Anders Broman1-130/+109
2007-10-29asn2wrsTomas Kukosa1-173/+173
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-12/+1
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-2/+2
2007-05-25get rid of few warningsTomas Kukosa1-24/+2
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callTomas Kukosa1-39/+39
2007-05-18RRLP updated to 3GPP TS 44.031 V7.4.0 (2007-03)Tomas Kukosa1-52/+2361
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-9/+12
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:Ulf Lamping1-1/+1
2007-03-27fix the remaining MSVC warnings by setting individual #pragma(warning:disable...Ulf Lamping1-0/+5
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-187/+187
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-261/+261
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-186/+186
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...Tomas Kukosa1-351/+351
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-71/+71
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa1-1092/+309
2006-05-31Complete reasembly code.Anders Broman1-4/+2
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-975/+976
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-17Decode Ext-GeographicalInformation.Anders Broman1-2/+11
2006-05-17Fix decoding of Ext-GeographicalInformation.Anders Broman1-27/+33
2006-05-15regenerated with new asn2ethTomas Kukosa1-22/+22
2006-05-10Add 3GPP Radio Resource LCS Protocol (RRLP) packet dissectorAnders Broman1-0/+5015