aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lte-rrc.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-23LTE RRC: fix display of info column when receiving a BR SIBPascal Quantin1-7/+29
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-2/+2
2016-05-31LTE-RRC: fix dissection of GPRS containerPascal Quantin1-1/+15
2016-04-03LTE RRC: upgrade dissector to v13.1.0Pascal Quantin1-4279/+11585
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-16/+16
2016-02-22LTE RRC: add a unit to gnss-TOD-msec fieldPascal Quantin1-0/+1
2016-02-10LTE RRC: fix defragmentation of ETWS / CMAS messagesPascal Quantin1-8/+8
2016-02-04Fix asn2wrs warnings [-Wredundant-decls]João Valverde1-5/+4
2016-02-01LTE RRC: add system info modification for eDRX UEs in info columnPascal Quantin1-4/+10
2016-01-31RLC LTE: upgrade dissector to v13.0.0Pascal Quantin1-6/+38
2016-01-26PDCP LTE: upgrade dissector to v13.0.0Pascal Quantin1-0/+7
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-7/+8
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-15LTE RRC: upgrade dissector to v13.0.0Pascal Quantin1-1748/+12527
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-11/+11
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-33/+43
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-7/+9
2015-09-29LTE RRC: upgrade dissector to v12.7.0Pascal Quantin1-606/+1718
2015-09-11LTE RRC: add a top level function for SBCCH SL BCH messagesPascal Quantin1-3/+18
2015-09-11LTE RRC: remove tree tests before decoding top level messagesPascal Quantin1-35/+21
2015-09-10LTE RRC: catch bounds errors triggered by subdissectorsPascal Quantin1-16/+30
2015-07-21LTE RRC: fix a typoPascal Quantin1-1/+1
2015-07-16LTE RRC: fix dissection of ETWS/CMAS warning messagesPascal Quantin1-18/+266
2015-07-10LTE RRC: upgrade dissector to v12.6.0Pascal Quantin1-17/+181
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 Quantin1-12601/+15396
2015-03-13LTE RRC: enhance dissection of Extended Access Barring CategoryPascal Quantin1-12/+12
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-96/+96
2015-02-02LTE RRC: only display band mapping for the initial supportedBandListEUTRA IEPascal Quantin1-21/+45
2015-01-13MAC LTE: upgrade dissector to v12.4.0Pascal Quantin1-4/+38
2015-01-11LTE RRC: upgrade dissector to v12.4.0Pascal Quantin1-1476/+6681
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-10/+7
2014-12-09LTE RRC: upgrade dissector to v12.3.0Pascal Quantin1-752/+4391
2014-12-09LTE: Update MAC and RLC dissectors to Release 12Pascal Quantin1-20/+22
2014-09-24Allow the HandoverPreparationInfoPDU dissector to be looked up by name and ca...Martin Mathieson1-3/+27
2014-09-15Show RRC Release cause in the Info columnMartin Mathieson1-1/+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 Mathieson1-7/+64
2014-08-09LTE RRC: fix dissection of CDMA System Time broken in gcd02af5Pascal Quantin1-6/+6
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-15/+34
2014-07-08LTE RRC: upgrade dissector to v11.8.0Pascal Quantin1-126/+535
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/+12
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 Mathieson1-12/+70