summaryrefslogtreecommitdiff
path: root/asn1/lte-rrc/packet-lte-rrc-template.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-04Fix asn2wrs warnings [-Wredundant-decls]João Valverde1-1/+0
2016-02-01LTE RRC: add system info modification for eDRX UEs in info columnPascal Quantin1-0/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-15LTE RRC: upgrade dissector to v13.0.0Pascal Quantin1-2/+119
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 Quantin1-1/+1
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 Quantin1-0/+14
2015-07-16LTE RRC: fix dissection of ETWS/CMAS warning messagesPascal Quantin1-1/+193
2015-07-10LTE RRC: upgrade dissector to v12.6.0Pascal Quantin1-1/+1
2015-07-04asn1: split off cleanup routinesPeter Wu1-7/+8
2015-03-31LTE RRC: upgrade dissector to v12.5.0Pascal Quantin1-1/+71
2015-03-13LTE RRC: enhance dissection of Extended Access Barring CategoryPascal Quantin1-0/+7
2015-02-02LTE RRC: only display band mapping for the initial supportedBandListEUTRA IEPascal Quantin1-0/+7
2015-01-13MAC LTE: upgrade dissector to v12.4.0Pascal Quantin1-0/+15
2015-01-11LTE RRC: upgrade dissector to v12.4.0Pascal Quantin1-60/+389
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-3/+0
2014-12-09LTE RRC: upgrade dissector to v12.3.0Pascal Quantin1-1/+23
2014-12-09LTE: Update MAC and RLC dissectors to Release 12Pascal Quantin1-0/+1
2014-09-24Allow the HandoverPreparationInfoPDU dissector to be looked up by name and ca...Martin Mathieson1-0/+24
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 Mathieson1-0/+24
2014-08-09LTE RRC: fix dissection of CDMA System Time broken in gcd02af5Pascal Quantin1-2/+2
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-0/+20
2014-07-08LTE RRC: upgrade dissector to v11.8.0Pascal Quantin1-1/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-15LTE RRC: break the sr-configIndex down into periodicity and subframe offsetMartin Mathieson1-2/+45
2014-03-20Upgrade LTE RRC dissector to v11.7.0Pascal Quantin1-4/+25
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
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 Quantin1-1/+1
2013-12-09- Forward declaration of register functions.Anders Broman1-0/+4
2013-11-24Dissect UE Rx - Tx time difference fieldPascal Quantin1-0/+14
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-29Pass security command details (integrity and ciphering algorithms) to PDCP (w...Martin Mathieson1-0/+13
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-08-30The first step towards tracking and showing DRX info in MAC:Martin Mathieson1-16/+0
2013-08-23Simplify logic a bit now that we do not use anymore GUINT_TO_POINTER macroPascal Quantin1-10/+10
2013-08-23From Martin Mathieson:Pascal Quantin1-16/+153
2013-08-22Remove tree check when dissecting PCCH message so as to avoid filtering exper...Pascal Quantin1-5/+3
2013-08-21Fix Coverity CID's 1063706-1063710: Out-of-bounds read (OVERRUN_STATIC)Chris Maynard1-26/+24
2013-08-19Gather together dedicated DRX configuration, and make sure that itMartin Mathieson1-0/+112
2013-08-12Fix copy paste error and reinitialize actx->private_data to NULL once usedPascal Quantin1-1/+1
2013-08-10Add a malformed check to show if GroupA has more RAPIDs than A & BMartin Mathieson1-0/+2