aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrc.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-11Display Home NodeB name.pascal1-1/+1
svn path=/trunk/; revision=42022
2011-12-22Add two missing calls to add_new_data_source().Bill Meier1-12/+14
svn path=/trunk/; revision=40277
2011-10-31Try to fix warnings.Anders Broman1-119/+92
svn path=/trunk/; revision=39690
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. svn path=/trunk/; revision=39427
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-2/+2
svn path=/trunk/; revision=39150
2011-09-11From Pascal Quantin:Anders Broman1-2793/+4543
Update of 3GPP RRC and LTE RRC dissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6333 svn path=/trunk/; revision=38964
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-102/+102
svn path=/trunk/; revision=37118
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-2/+2
svn path=/trunk/; revision=36443
2010-05-13Update to V9.2.1 (2010-04)Anders Broman1-5841/+9650
svn path=/trunk/; revision=32784
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-664/+664
- Change spaces in the name to underscores before comparing it to the blurb. - Check if the type simply as T_ prepended to the name. - Don't put in a blurb of "NULL". and regenerate the dissectors. svn path=/trunk/; revision=32748
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-7932/+7932
svn path=/trunk/; revision=32746
2010-04-29From Mike Morrin:Anders Broman1-92/+92
Dissection of BSSMAP IEs: Old BSS to New BSS Info and New BSS to Old BSS Info https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4712 svn path=/trunk/; revision=32606
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-9/+7
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
svn path=/trunk/; revision=32405
2010-03-01Try to get rid of unused code warnings.Anders Broman1-108/+87
svn path=/trunk/; revision=32064
2010-03-01Try to get rid of unused code warnings.Anders Broman1-176/+87
svn path=/trunk/; revision=32063
2010-02-02Try to get rid of unused code warnings.Anders Broman1-123/+87
svn path=/trunk/; revision=31773
2010-02-02Try to get rid of unused code warnings.Anders Broman1-199/+87
svn path=/trunk/; revision=31772
2010-01-19Update to V9.1.0 (2009-12)Anders Broman1-8943/+17131
svn path=/trunk/; revision=31573
2010-01-05From Pascal Quantin:Anders Broman1-113/+124
[RRC] Update SIB PDU decoding. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4371 I also removed dummy code. svn path=/trunk/; revision=31451
2009-11-26Dissect RRC-container in RelocationResourceAllocation successful outcome.Anders Broman1-5/+3
svn path=/trunk/; revision=31082
2009-11-25Dissect more containers etc.Anders Broman1-15/+46
svn path=/trunk/; revision=31076
2009-11-22Handle lenght restriction extension of restricted strings.Anders Broman1-5/+5
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4251 svn path=/trunk/; revision=31047
2009-11-05From Tobias Witek:Anders Broman1-8/+42
w protocols: UMTS RLC (ETSI TS 125 322), UMTS MAC (ETSI TS 125 321) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3495 svn path=/trunk/; revision=30838
2009-11-01Update to 3GPP TS 25.331 V8.8.0 (2009-09)Anders Broman1-9998/+27404
svn path=/trunk/; revision=30795
2009-10-29Export ToTargetRNC-Container.Anders Broman1-89/+89
svn path=/trunk/; revision=30752
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-85/+85
svn path=/trunk/; revision=30454
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-237/+79
svn path=/trunk/; revision=30125
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-07-23From Neil Piercy:Anders Broman1-87/+115
Another missing RRC dissector chaining link. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3769 svn path=/trunk/; revision=29172
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-149/+149
svn path=/trunk/; revision=28848
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-779/+779
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-492/+492
svn path=/trunk/; revision=28379
2009-04-16From Vincent Helfre and Me:Anders Broman1-128/+165
- Dissect GSM messages. - Add functions to libwireshark needed by plugins. svn path=/trunk/; revision=28068
2009-04-14Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANTAnders Broman1-1/+1
svn path=/trunk/; revision=28048
2009-04-14support UINT64 constants for upper value boundsTomas Kukosa1-1/+1
svn path=/trunk/; revision=28042
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-484/+484
Fore some reason the trace in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3360 does not decode properly if dissecting the exension marker so leave that code #if 0:ed out for now. svn path=/trunk/; revision=27848
2009-03-04From Neil Piercy:Anders Broman1-92/+125
Embedded RRC messages not dissected. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3300 svn path=/trunk/; revision=27606
2009-03-03Update UMA towards the most recent 3GPP spec, and export InterRATHandoverInfoAnders Broman1-87/+87
from the RRC dissector. svn path=/trunk/; revision=27584
2009-02-22Fix a typo in a dummy function.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=27517
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-8/+7
svn path=/trunk/; revision=27390
2009-01-07From Vincent Helfre:Anders Broman1-0/+553
updated the conf files to have the message name display + the ,akefile missing from previous checkin. svn path=/trunk/; revision=27180
2008-12-22From Pascal Quantin:Anders Broman1-2/+2
3GPP dissectors: do not go back to tree root when decoding an encapsulated message https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3132 svn path=/trunk/; revision=27081
2008-11-05From Pascal Quantin:Anders Broman1-36/+56
3GPP 25.331: Dissect UE Radio Access Capability Info message embedded in InterRAT Handover Info message. svn path=/trunk/; revision=26705
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-11/+8
svn path=/trunk/; revision=26698
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-491/+491
svn path=/trunk/; revision=26670
2008-10-30From Pascal Quantin:Anders Broman1-44/+455
Add dissection for 3GPP 25.331 System information Blocks messages and IRAT related messages. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3016 svn path=/trunk/; revision=26624
2008-09-03Try to fix unused code warnings(hack).Anders Broman1-3/+67
svn path=/trunk/; revision=26129
2008-07-02Revert previous change.Anders Broman1-5391/+6623
svn path=/trunk/; revision=25664