aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc
AgeCommit message (Expand)AuthorFilesLines
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-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin1-0/+31
2012-06-01Fix a couple of warningsAnders Broman1-5/+0
2012-05-30Dissect non segmented MiB and SiB:sAnders Broman1-0/+6
2012-05-28Use ett instead of hf variableAnders Broman2-3/+5
2012-04-15Fix compilation error under Windowspascal1-1/+1
2012-04-15Update RRC to V10.7.0 and add dissection of Core Network System Information IEspascal7-92/+2421
2012-04-11Display Home NodeB name.pascal1-0/+3
2011-12-22Add two missing calls to add_new_data_source().Bill Meier1-4/+6
2011-10-31Try to fix warnings.Anders Broman1-0/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-5/+0
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-2/+2
2011-09-11From Pascal Quantin:Anders Broman7-81/+434
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-2/+2
2010-05-13Update to V9.2.1 (2010-04)Anders Broman7-342/+1099
2010-04-29From Mike Morrin:Anders Broman1-0/+1
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-01Try to get rid of unused code warnings.Anders Broman1-0/+1
2010-03-01Try to get rid of unused code warnings.Anders Broman1-0/+3
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-1/+1
2010-02-02Try to get rid of unused code warnings.Anders Broman1-0/+1
2010-02-02Try to get rid of unused code warnings.Anders Broman1-0/+5
2010-01-19Update to V9.1.0 (2009-12)Anders Broman5-106/+1901
2010-01-05From Pascal Quantin:Anders Broman2-30/+4
2009-11-26Dissect RRC-container in RelocationResourceAllocation successful outcome.Anders Broman1-2/+0
2009-11-25Dissect more containers etc.Anders Broman2-1/+36
2009-11-22Handle lenght restriction extension of restricted strings.Anders Broman1-1/+1
2009-11-05From Tobias Witek:Anders Broman2-1/+51
2009-11-01Update to 3GPP TS 25.331 V8.8.0 (2009-09)Anders Broman5-504/+3539
2009-10-29Export ToTargetRNC-Container.Anders Broman1-0/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-237/+79
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-23From Neil Piercy:Anders Broman1-2/+20
2009-04-16From Vincent Helfre and Me:Anders Broman2-1/+33
2009-04-08More Ethereal --> WiresharkBill Meier1-2/+2
2009-03-04From Neil Piercy:Anders Broman2-0/+14
2009-03-03Fix a typo.Anders Broman1-1/+1
2009-03-03Added the missing file.Stig Bjørlykke1-0/+30
2009-03-03Update UMA towards the most recent 3GPP spec, and export InterRATHandoverInfoAnders Broman2-2/+8
2009-02-22Fix a typo in a dummy function.Stig Bjørlykke1-1/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2009-01-07From Vincent Helfre:Anders Broman1-0/+474
2008-12-22From Pascal Quantin:Anders Broman1-2/+2
2008-11-05From Pascal Quantin:Anders Broman2-54/+63
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-4/+1
2008-10-30From Pascal Quantin:Anders Broman2-51/+52