aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lte-rrc
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-06-19Use tvb_get_ephemeral_string_enc() in combination with proto_tree_add_unicode...Pascal Quantin1-1/+1
2012-06-19Use newly introduced proto_tree_add_unicode_string() to add UTF-8 stringsPascal Quantin1-0/+7
2012-06-18Use enums instead of hand written valuesPascal Quantin1-12/+17
2012-06-14Add dissection of utra-BCCH-Container-r10Pascal Quantin1-0/+6
2012-06-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin1-0/+10
2012-05-30Use ett variable for proto_item_add_subtree function callPascal Quantin2-2/+3
2012-05-04Fix typo errorpascal1-1/+1
2012-05-04FALSE -> ENC_BIG_ENDIAN conversionpascal2-160/+172
2012-04-21Prettify LTE RRC dissectorpascal2-6/+1301
2012-04-04From Pascal Quantin:Anders Broman5-49/+580
2012-01-16From Pascal Quantin:Anders Broman5-92/+1452
2012-01-03From Pascal Quantin:Anders Broman1-0/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-7/+7
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-5/+5
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-4/+0
2011-10-03From Pascal Quantin:Anders Broman2-2/+46
2011-10-02From Pascal Quantin:Anders Broman2-0/+28
2011-09-11From Pascal Quantin:Anders Broman5-6/+79
2011-07-20Register nicer entry points for LTE RRC BCH messages, and use them in RLC, MA...Martin Mathieson1-0/+32
2011-05-04From Pascal Quantin:Anders Broman2-4/+34
2011-04-28From Pascal Quantin:Anders Broman1-3/+17
2011-04-08From Pascal Quantin:Anders Broman3-4/+51
2011-04-08From Pascal Quantin:Anders Broman4-154/+318
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-3/+3
2011-01-23Export UE-EUTRA-Capability.Anders Broman2-2/+4
2010-12-16From Pascal Quantin:Anders Broman1-64/+64
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-1/+1
2010-08-31From Pascal Quantin:Anders Broman2-4/+366
2010-08-31Add stub code for future dissection of featureGroupIndicators.Anders Broman1-0/+6
2010-06-23FromToshihiro Kataoka:Anders Broman1-0/+2
2010-06-18Add new strings/dissector function for signalling RRC messages that will addMartin Mathieson1-0/+56
2010-05-13ASN.1 compiler accepts version brackets in SEQUENCE and CHOICE extensionsTomas Kukosa1-3/+2
2010-05-12Update to V9.2.0 (2010-03)Anders Broman4-277/+501
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-03-25Fix property name: sv:eol-style --> svn:eol-styleBill Meier1-30/+30
2010-03-03Set the link dir for DCCH_Messages.Anders Broman1-0/+6
2010-02-03Try to get rid of unused code warnings.Anders Broman1-0/+1
2010-02-02Try to get rid of unused code warnings.Anders Broman1-0/+7
2010-01-17Update to version 9.1.0Anders Broman4-31/+370
2010-01-11Update to V8.8.0 (2009-12).Anders Broman3-11/+10
2010-01-04As requested by Pascal Quantin:Anders Broman1-1/+1
2010-01-02From Pascal Quantin:Anders Broman2-0/+70
2009-12-16From Pascal Quantin:Anders Broman2-0/+2
2009-11-28- Update ASN1 files to 3GPP TS 36.331 V8.7.0 (2009-09)Anders Broman4-28/+43
2009-11-08Dissect Handover "containers".Anders Broman1-29/+32
2009-10-29Update to the Mars verion of the protocol and export HandoverCommand.Anders Broman6-18/+69
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-10-01From Vincent Helfre:Anders Broman4-1116/+1078