aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrc.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-18Put back r43768 that got removed by error in r43781Pascal Quantin1-2/+2
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman1-2/+2
2012-07-17Fix 'dereferencing type-punned pointer will break strict-aliasing rules' warn...Pascal Quantin1-2/+2
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin1-1/+1
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-7/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
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-8/+16
2012-06-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin1-145/+203
2012-06-01Fix a couple of warningsAnders Broman1-12/+7
2012-05-30Dissect non segmented MiB and SiB:sAnders Broman1-137/+137
2012-05-28Use ett instead of hf variableAnders Broman1-7/+9
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 IEspascal1-9673/+19994
2012-04-11Display Home NodeB name.pascal1-1/+1
2011-12-22Add two missing calls to add_new_data_source().Bill Meier1-12/+14
2011-10-31Try to fix warnings.Anders Broman1-119/+92
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-2/+2
2011-09-11From Pascal Quantin:Anders Broman1-2793/+4543
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-102/+102
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 Broman1-5841/+9650
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-664/+664
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-7932/+7932
2010-04-29From Mike Morrin:Anders Broman1-92/+92
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-9/+7
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
2010-03-01Try to get rid of unused code warnings.Anders Broman1-108/+87
2010-03-01Try to get rid of unused code warnings.Anders Broman1-176/+87
2010-02-02Try to get rid of unused code warnings.Anders Broman1-123/+87
2010-02-02Try to get rid of unused code warnings.Anders Broman1-199/+87
2010-01-19Update to V9.1.0 (2009-12)Anders Broman1-8943/+17131
2010-01-05From Pascal Quantin:Anders Broman1-113/+124
2009-11-26Dissect RRC-container in RelocationResourceAllocation successful outcome.Anders Broman1-5/+3
2009-11-25Dissect more containers etc.Anders Broman1-15/+46
2009-11-22Handle lenght restriction extension of restricted strings.Anders Broman1-5/+5
2009-11-05From Tobias Witek:Anders Broman1-8/+42
2009-11-01Update to 3GPP TS 25.331 V8.8.0 (2009-09)Anders Broman1-9998/+27404
2009-10-29Export ToTargetRNC-Container.Anders Broman1-89/+89
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-85/+85
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-87/+115
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-149/+149
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-779/+779
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-492/+492
2009-04-16From Vincent Helfre and Me:Anders Broman1-128/+165
2009-04-14Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANTAnders Broman1-1/+1