aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrlp
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-05-17Decode Ext-GeographicalInformation.Anders Broman1-0/+8
2006-05-17Fix decoding of Ext-GeographicalInformation.Anders Broman3-25/+33
2006-05-15regenerated with new asn2ethTomas Kukosa2-2/+3
2006-05-10Add 3GPP Radio Resource LCS Protocol (RRLP) packet dissectorAnders Broman6-0/+1266