aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrlp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-15/+15
2010-11-01Next PER dissectors related to rev. 34400 (empty constructed types with an ex...kukosa1-1/+1
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-20/+20
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-735/+735
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-8/+6
2010-04-06#include <stdio.h> not needed.wmeier1-7/+6
2010-02-03Fix from Tomas Kukosa to resolve problem with large negative intiger constraintsetxrab1-5/+9
2009-12-22Update to V9.1.0 (2009-12)etxrab1-165/+4212
2009-10-10Regenerate asn1 dissectors (no functionality change)krj1-1/+1
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)krj1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-14/+14
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-32/+32
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.etxrab1-31/+31
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-7/+6
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes wmeier1-11/+6
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-31/+31
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ...etxrab1-1/+1
2008-07-23Get rid of unused code warnings.etxrab1-130/+109
2007-10-29asn2wrskukosa1-173/+173
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-12/+1
2007-06-04- CLASS definitions support including exports through the *-exp.cnf filekukosa1-2/+2
2007-05-25get rid of few warningskukosa1-24/+2
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callkukosa1-39/+39
2007-05-18RRLP updated to 3GPP TS 44.031 V7.4.0 (2007-03)kukosa1-52/+2361
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-9/+12
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:ulfl1-1/+1
2007-03-27fix the remaining MSVC warnings by setting individual #pragma(warning:disable...ulfl1-0/+5
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-187/+187
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-261/+261
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)kukosa1-186/+186
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...kukosa1-351/+351
2006-06-30fix wrong terminator record in per_sequence_t tableskukosa1-71/+71
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...kukosa1-1092/+309
2006-05-31Complete reasembly code.etxrab1-4/+2
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantkukosa1-975/+976
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-17Decode Ext-GeographicalInformation.etxrab1-2/+11
2006-05-17Fix decoding of Ext-GeographicalInformation.etxrab1-27/+33
2006-05-15regenerated with new asn2ethkukosa1-22/+22
2006-05-10Add 3GPP Radio Resource LCS Protocol (RRLP) packet dissectoretxrab1-0/+5015