aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lte-rrc
Commit message (Expand)AuthorAgeFilesLines
* Allow the HandoverPreparationInfoPDU dissector to be looked up by name and ca...Martin Mathieson2014-09-241-0/+24
* Show RRC Release cause in the Info columnMartin Mathieson2014-09-151-0/+6
* Try to fix build error by giving function a return typeMartin Mathieson2014-09-081-1/+1
* Show band info for inter-freq entries in UE capabilities. Addresses Pascal's...Martin Mathieson2014-09-082-0/+61
* LTE RRC: fix dissection of CDMA System Time broken in gcd02af5Pascal Quantin2014-08-092-6/+6
* Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann2014-08-092-10/+29
* Add some files under asn1 to the distribution.Guy Harris2014-07-301-1/+1
* LTE RRC: upgrade dissector to v11.8.0Pascal Quantin2014-07-084-6/+55
* convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann2014-06-221-6/+6
* Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris2014-06-201-1/+1
* Convert a bunch of time_to_str functions to wmemEvan Huus2014-06-161-6/+6
* tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann2014-06-071-1/+1
* MAC LTE: get extended BSR sizes configuration from RRCPascal Quantin2014-05-081-0/+13
* Have RRC tell MAC about RAPID ranges so it can show for RAPIDs seenMartin Mathieson2014-05-031-0/+2
* LTE RRC: break the sr-configIndex down into periodicity and subframe offsetMartin Mathieson2014-04-152-2/+61
* LTE RRC: add file forgotten in gb981173Pascal Quantin2014-03-261-1/+8
* Upgrade LTE RRC dissector to v11.7.0Pascal Quantin2014-03-205-122/+170
* Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2014-02-261-4/+4
* Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss2014-02-1810-19/+0
* Send news of SecurityModeFailure to PDCP dissector, which will attempt to rol...Martin Mathieson2014-01-271-1/+16
* The strings in question are generated as UTF-8 from the CBS encoding, soGuy Harris2014-01-221-1/+1
* Upgrade LTE RRC dissector to v11.6.0Pascal Quantin2014-01-144-12/+31
* Update file forgotten in r54250Pascal Quantin2013-12-191-6/+6
* - Forward declaration of register functions.Anders Broman2013-12-091-0/+4
* Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin2013-12-081-3/+2
* Dissect UE Rx - Tx time difference fieldPascal Quantin2013-11-242-0/+17
* Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann2013-11-231-5/+5
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-101-0/+3
* Include <epan/to_str.h> only when needed.Jakub Zawadzki2013-11-091-0/+1
* Pass security command details (integrity and ciphering algorithms) to PDCP (w...Martin Mathieson2013-10-292-0/+41
* Ensure to release an existing DRX configuration when receiving a RRC Connecti...Pascal Quantin2013-09-231-0/+11
* More emem -> wmem conversion:Pascal Quantin2013-09-221-1/+1
* emem -> wmem conversion:Pascal Quantin2013-09-222-2/+2
* expert_add_info_format_text -> expert_add_info_formatMichael Mann2013-09-091-4/+4
* expert_add_info_format_text -> expert_add_info_formatMichael Mann2013-09-091-5/+5
* The first step towards tracking and showing DRX info in MAC:Martin Mathieson2013-08-302-17/+22
* Clang, clang, clang went the warning....Guy Harris2013-08-231-1/+1
* Simplify logic a bit now that we do not use anymore GUINT_TO_POINTER macroPascal Quantin2013-08-232-115/+106
* From Martin Mathieson:Pascal Quantin2013-08-232-113/+298
* Remove tree check when dissecting PCCH message so as to avoid filtering exper...Pascal Quantin2013-08-221-5/+3
* Fix Coverity CID's 1063706-1063710: Out-of-bounds read (OVERRUN_STATIC)Chris Maynard2013-08-211-26/+24
* Gather together dedicated DRX configuration, and make sure that itMartin Mathieson2013-08-192-7/+263
* Fix copy paste error and reinitialize actx->private_data to NULL once usedPascal Quantin2013-08-122-1/+2
* Use proper macros to cast between uint and pointerMartin Mathieson2013-08-101-2/+2
* Try again...Martin Mathieson2013-08-101-2/+2
* Try using guint.Martin Mathieson2013-08-101-4/+4
* Add a malformed check to show if GroupA has more RAPIDs than A & BMartin Mathieson2013-08-102-0/+27
* Try to differentiate a non filled private_data (pointer set to NULL) from an ...Pascal Quantin2013-07-231-31/+23
* Upgrade LTE RRC dissector to v11.4.0Pascal Quantin2013-07-094-6/+19
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8880 :Pascal Quantin2013-07-031-101/+118