aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrlp/packet-rrlp-template.c
Commit message (Collapse)AuthorAgeFilesLines
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-2/+0
| | | | svn path=/trunk/; revision=32417
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
| | | | svn path=/trunk/; revision=32405
* #include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier2009-02-071-1/+0
| | | | svn path=/trunk/; revision=27390
* Minor cleanup mostly related to proto_reg_handoffBill Meier2008-11-041-5/+0
| | | | | | | | | | Remove code for unused handles; Localize handles (in proto_reg_handoff) which need not be global; Localize (in proto_reg_handoff) "saved prefs"; Use find_dissector instead of create_dissector_handle as appropriate; Use gboolean for "initialized" flag in proto_reg_handoff. svn path=/trunk/; revision=26693
* Move dissect_geographical_description() from gsm_map to gsm_a_common to make ↵Anders Broman2008-10-281-1/+1
| | | | | | | | | it easier to use it in other dissectors including it from gsm_map makes in neccesarry to include asn1.h. Fix some bugs in the code, use it from bssmap. (Forgotten file). svn path=/trunk/; revision=26609
* RRLP updated to 3GPP TS 44.031 V7.4.0 (2007-03)Tomas Kukosa2007-05-181-2/+0
| | | | svn path=/trunk/; revision=21825
* Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman2007-05-011-0/+1
| | | | svn path=/trunk/; revision=21635
* as Gisle Vanem noted that MingW doesn't "like" the #pragmas:Ulf Lamping2007-03-271-1/+1
| | | | | | change #ifdef _WIN32 -> #ifdef _MSC_VER around pragma warnings svn path=/trunk/; revision=21228
* add "#pragma warning(disable:4146)"Ulf Lamping2007-03-271-0/+7
| | | | svn path=/trunk/; revision=21223
* name changeRonnie Sahlberg2006-05-211-2/+2
| | | | svn path=/trunk/; revision=18197
* Fix decoding of Ext-GeographicalInformation.Anders Broman2006-05-171-14/+0
| | | | svn path=/trunk/; revision=18181
* Add 3GPP Radio Resource LCS Protocol (RRLP) packet dissectorAnders Broman2006-05-101-0/+122
svn path=/trunk/; revision=18124