aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrlp
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1/+1
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-19/+0
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke2-2/+2
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2-3/+3
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss8-16/+0
2013-12-07- Make local functions static.Anders Broman1-0/+2
2013-10-16Upgrade RRLP dissector to V11.0.0Pascal Quantin3-24/+79
2013-05-11I added EXPORT_FILES in too many places, remove themJörg Mayer1-4/+0
2013-05-10Some more protocols can be generated via cmakeJörg Mayer1-0/+33
2013-05-05Just whitespace changesJörg Mayer1-3/+3
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-15Remove non ASCCI charactersPascal Quantin1-4/+4
2012-08-15Fix some headers fields that were wrongly marked as 64 bits instead of 32 bitsPascal Quantin1-29/+1
2012-08-15Fix field type for some 64 bits header fieldsPascal Quantin1-0/+34
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
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-2/+2
2012-04-30Update comments with the RRLP version currently dissectedpascal3-3/+3
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
2010-05-13Update to V9.2.0 (2010-03)Anders Broman2-19/+44
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2009-12-22Update to V9.1.0 (2009-12)Anders Broman3-171/+1033
2009-10-10gsmmap -> gsm_map to make directory name consistent with filenamesKovarththanan Rajaratnam1-2/+2
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-5/+0
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 Broman3-2/+3
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-0/+1
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-10comment out NEED_PACKET_PROTO_H as it is tested now for defining not for valueTomas Kukosa1-1/+1
2007-09-27add forgotten makefilesTomas Kukosa2-0/+75
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa2-52/+22
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-5/+0
2007-05-25get rid of few warningsTomas Kukosa1-1/+5
2007-05-18RRLP updated to 3GPP TS 44.031 V7.4.0 (2007-03)Tomas Kukosa8-1104/+1554
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:Ulf Lamping1-1/+1
2007-03-27add "#pragma warning(disable:4146)"Ulf Lamping1-0/+7
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-08-22Complete clean targetsAnders Broman1-1/+1
2006-05-31Complete reasembly code.Anders Broman1-3/+1
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-5/+5
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5