aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rnsap
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Make it possible to dissect private IE'sAnders Broman2-0/+14
2011-10-31Try to fix warnings.Anders Broman1-20/+26
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman2-5/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman7-87/+378
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-3/+11
2010-11-15Use value_string_ext fcns to access a value_string array.Bill Meier1-5/+8
2010-05-14Update to V9.2.3 (2010-03)Anders Broman7-289/+422
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
2010-02-02Try to get rid of unused code warnings.Anders Broman1-1/+1
2010-02-02Fix a typo and get rid of some unused code warnings.Anders Broman1-2/+6
2009-12-22Update to V9.1.0 (2009-12)Anders Broman7-461/+3560
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan 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-3/+2
2008-07-21Fix compile error.Anders Broman1-6/+5
2008-07-21Update to version 7.9.0Anders Broman7-253/+666
2008-07-20Fix a warning.Anders Broman1-1/+1
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-25Convert acp133 to new build structure.Jörg Mayer1-19/+0
2007-09-25put few simple ASN.1 dissectors into the new makefile structureTomas Kukosa3-38/+99
2007-09-17Modified some ASN1 Makefiles to compile on unix.Stig Bjørlykke1-3/+5
2007-08-13NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 (...Tomas Kukosa1-1/+1
2007-07-30RNSAP updated to V7.5.0 (2007-06)Tomas Kukosa8-70/+668
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-41/+0
2007-05-30- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAPTomas Kukosa1-7/+0
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callTomas Kukosa2-6/+36
2007-05-16RNSAP updated to V7.4.0 (2007-03)Tomas Kukosa7-113/+2093
2007-05-16use some by mistake unused typesTomas Kukosa2-3/+7
2007-05-15get rid of the rest of dummy ASN.1 code and switch()Tomas Kukosa4-435/+131
2007-05-14packet-rnsap-template.h is not necessaryTomas Kukosa1-38/+0
2007-05-14- RNSAP regenerated from the last specification Release 6 V6.13.0 (2007-03)Tomas Kukosa12-15708/+14636
2007-05-04- Q.932: fix warningsTomas Kukosa3-2/+9
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+2
2007-04-18usage of new #.MAKE_DEFINES asn2wrs directive in RNSAPTomas Kukosa2-479/+6
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-08-08Routines for Universal Mobile Telecommunications System (UMTS) Radio Resource...Anders Broman2-0/+22
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-8/+8
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa3-3/+3
2006-06-20From Albert Chin:Anders Broman1-1/+8
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa2-535/+535
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-05-15regenerated with new asn2ethTomas Kukosa2-2/+1
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-1/+2