aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lte-rrc.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-16From Pascal Quantin:Anders Broman1-64/+64
When I coded the decoding of the feature group indicator, I decided to do not display the feature group content when it is not supported. After further thinking I find it more useful to always display the features of a given indicator whether it is supported or not. svn path=/trunk/; revision=35200
2010-09-21As suggested by Kovarththanan Rajaratnam in ↵Jeff Morriss1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 : Clean up hf fields some more: mostly removing leading and trailing spaces from names and blurbs. svn path=/trunk/; revision=34165
2010-08-31From Pascal Quantin:Anders Broman1-9/+371
Patch that allows the dissection of the Feature Group Indicators bit string. I tested it with our UE and it works fine. svn path=/trunk/; revision=34035
2010-08-31Add stub code for future dissection of featureGroupIndicators.Anders Broman1-4/+19
svn path=/trunk/; revision=34032
2010-06-23FromToshihiro Kataoka:Anders Broman1-5/+5
Dissect 3GPP S1AP UE Capability Info Indication. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4904 svn path=/trunk/; revision=33294
2010-06-18Add new strings/dissector function for signalling RRC messages that will addMartin Mathieson1-3/+59
lte_rrc root to the protocol tree. Makes filtering on call signalling easier. TODO: same for other RRC entry points... svn path=/trunk/; revision=33251
2010-05-12Update to V9.2.0 (2010-03)Anders Broman1-1389/+2531
svn path=/trunk/; revision=32769
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-234/+234
- 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-1142/+1142
svn path=/trunk/; revision=32744
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-03Set the link dir for DCCH_Messages.Anders Broman1-37/+4
svn path=/trunk/; revision=32094
2010-02-02Try to get rid of unused code warnings.Anders Broman1-126/+13
svn path=/trunk/; revision=31770
2010-01-17Update to version 9.1.0Anders Broman1-1038/+3707
svn path=/trunk/; revision=31543
2010-01-04As requested by Pascal Quantin:Anders Broman1-0/+1
Add the ability to call the UE EUTRA Capability dissector directly. svn path=/trunk/; revision=31441
2010-01-02From Pascal Quantin:Anders Broman1-11/+76
[RRC LTE] Add dissection of UE EUTRA Capability. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4367 Modified by me to also dissect the content for other RAT types except CDMA2000. svn path=/trunk/; revision=31410
2009-12-16From Pascal Quantin:Anders Broman1-18/+17
Add dissection of UE Capability Information PDU. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4335 svn path=/trunk/; revision=31286
2009-11-28- Update ASN1 files to 3GPP TS 36.331 V8.7.0 (2009-09)Anders Broman1-90/+65
- Make it possible to use "decode as" on DL-CCCH messages sent over UDP. svn path=/trunk/; revision=31107
2009-11-22Handle lenght restriction extension of restricted strings.Anders Broman1-29/+29
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4251 svn path=/trunk/; revision=31047
2009-11-08Dissect Handover "containers".Anders Broman1-1/+14
svn path=/trunk/; revision=30866
2009-10-29Update to the Mars verion of the protocol and export HandoverCommand.Anders Broman1-43/+102
svn path=/trunk/; revision=30751
2009-10-01From Vincent Helfre:Anders Broman1-5752/+4189
Update the LTE RRC dissector to september 29 version. svn path=/trunk/; revision=30241
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-84/+28
* Remove check_col guards svn path=/trunk/; revision=30126
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-42/+42
svn path=/trunk/; revision=28848
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-119/+119
(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-73/+73
svn path=/trunk/; revision=28379
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-73/+73
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-05Get rid of an unused global variable.Guy Harris1-8/+5
svn path=/trunk/; revision=27608
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-2773/+3722
Iremoved dead code in the template and added the RRC status message in the conf file. From me: Update to 8.4 asn1 files. svn path=/trunk/; revision=27179
2008-12-23From Vincent Helfre:Anders Broman1-1/+139
Add col info. svn path=/trunk/; revision=27106
2008-12-22From Pascal Quantin:Anders Broman1-1/+1
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-12-17Update S1AP to the latest spec rename nas_eps nas-eps.Anders Broman1-3/+3
svn path=/trunk/; revision=27042
2008-12-16Add the lte rrc dissector.Anders Broman1-0/+20695
svn path=/trunk/; revision=27027