aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lte-rrc
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1/+1
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-10/+10
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-30/+40
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-09-29LTE RRC: upgrade dissector to v12.7.0Pascal Quantin6-31/+161
2015-09-11LTE RRC: add a top level function for SBCCH SL BCH messagesPascal Quantin1-0/+15
2015-09-11LTE RRC: remove tree tests before decoding top level messagesPascal Quantin1-32/+18
2015-09-10LTE RRC: catch bounds errors triggered by subdissectorsPascal Quantin2-9/+23
2015-07-21LTE RRC: fix a typoPascal Quantin1-1/+1
2015-07-16LTE RRC: fix dissection of ETWS/CMAS warning messagesPascal Quantin2-3/+235
2015-07-10LTE RRC: upgrade dissector to v12.6.0Pascal Quantin6-15/+34
2015-07-04asn1: split off cleanup routinesPeter Wu1-7/+8
2015-04-01LTE RRC: fix a typo introduced in g9aa624dPascal Quantin1-2/+2
2015-03-31LTE RRC: upgrade dissector to v12.5.0Pascal Quantin9-446/+1069
2015-03-13LTE RRC: enhance dissection of Extended Access Barring CategoryPascal Quantin2-0/+13
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-3/+3
2015-02-02LTE RRC: only display band mapping for the initial supportedBandListEUTRA IEPascal Quantin2-11/+17
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin1-4/+1
2015-01-13MAC LTE: upgrade dissector to v12.4.0Pascal Quantin2-0/+37
2015-01-11LTE RRC: upgrade dissector to v12.4.0Pascal Quantin5-238/+1391
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-3/+0
2014-12-09LTE RRC: upgrade dissector to v12.3.0Pascal Quantin5-53/+637
2014-12-09LTE: Update MAC and RLC dissectors to Release 12Pascal Quantin2-13/+15
2014-09-24Allow the HandoverPreparationInfoPDU dissector to be looked up by name and ca...Martin Mathieson1-0/+24
2014-09-15Show RRC Release cause in the Info columnMartin Mathieson1-0/+6
2014-09-08Try to fix build error by giving function a return typeMartin Mathieson1-1/+1
2014-09-08Show band info for inter-freq entries in UE capabilities. Addresses Pascal's...Martin Mathieson2-0/+61
2014-08-09LTE RRC: fix dissection of CDMA System Time broken in gcd02af5Pascal Quantin2-6/+6
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann2-10/+29
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-07-08LTE RRC: upgrade dissector to v11.8.0Pascal Quantin4-6/+55
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-6/+6
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-6/+6
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-08MAC LTE: get extended BSR sizes configuration from RRCPascal Quantin1-0/+13
2014-05-03Have RRC tell MAC about RAPID ranges so it can show for RAPIDs seenMartin Mathieson1-0/+2
2014-04-15LTE RRC: break the sr-configIndex down into periodicity and subframe offsetMartin Mathieson2-2/+61
2014-03-26LTE RRC: add file forgotten in gb981173Pascal Quantin1-1/+8
2014-03-20Upgrade LTE RRC dissector to v11.7.0Pascal Quantin5-122/+170
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-4/+4
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss10-19/+0
2014-01-27Send news of SecurityModeFailure to PDCP dissector, which will attempt to rol...Martin Mathieson1-1/+16
2014-01-22The strings in question are generated as UTF-8 from the CBS encoding, soGuy Harris1-1/+1
2014-01-14Upgrade LTE RRC dissector to v11.6.0Pascal Quantin4-12/+31
2013-12-19Update file forgotten in r54250Pascal Quantin1-6/+6
2013-12-09- Forward declaration of register functions.Anders Broman1-0/+4
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin1-3/+2
2013-11-24Dissect UE Rx - Tx time difference fieldPascal Quantin2-0/+17
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-5/+5