aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrlp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-16/+16
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin1-63/+18
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-7/+6
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-3/+6
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-10/+8
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-07- Make local functions static.Anders Broman1-6/+8
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-18/+18
2013-10-16Upgrade RRLP dissector to V11.0.0Pascal Quantin1-1/+253
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-189/+189
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-15Fix some headers fields that were wrongly marked as 64 bits instead of 32 bitsPascal Quantin1-137/+32
2012-08-15Fix field type for some 64 bits header fieldsPascal Quantin1-43/+83
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin1-8/+8
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-19Use col_append_sep_str instead of col_append_strpascal1-1/+1
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-04-30Update comments with the RRLP version currently dissectedpascal1-1/+1
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-15/+15
2010-11-01Next PER dissectors related to rev. 34400 (empty constructed types with an ex...Tomas Kukosa1-1/+1
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-20/+20
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-735/+735
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+6
2010-04-06#include <stdio.h> not needed.Bill Meier1-7/+6
2010-02-03Fix from Tomas Kukosa to resolve problem with large negative intiger constraintsAnders Broman1-5/+9
2009-12-22Update to V9.1.0 (2009-12)Anders Broman1-165/+4212
2009-10-10Regenerate asn1 dissectors (no functionality change)Kovarththanan Rajaratnam1-1/+1
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-14/+14
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-32/+32
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