aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrc.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-14support UINT64 constants for upper value boundsTomas Kukosa1-1/+1
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-484/+484
2009-03-04From Neil Piercy:Anders Broman1-92/+125
2009-03-03Update UMA towards the most recent 3GPP spec, and export InterRATHandoverInfoAnders Broman1-87/+87
2009-02-22Fix a typo in a dummy function.Stig Bjørlykke1-2/+2
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-8/+7
2009-01-07From Vincent Helfre:Anders Broman1-0/+553
2008-12-22From Pascal Quantin:Anders Broman1-2/+2
2008-11-05From Pascal Quantin:Anders Broman1-36/+56
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-11/+8
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-491/+491
2008-10-30From Pascal Quantin:Anders Broman1-44/+455
2008-09-03Try to fix unused code warnings(hack).Anders Broman1-3/+67
2008-07-02Revert previous change.Anders Broman1-5391/+6623
2008-07-02See if this gets rid of some unused code warnings...Anders Broman1-6623/+5391