aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lte-rrc.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-25LTE RRC: fix dissection of SystemInfoListGERAN IEPascal Quantin1-1/+8
2014-03-20Upgrade LTE RRC dissector to v11.7.0Pascal Quantin1-36/+140
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-5/+5
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-9/+7
2014-01-27Send news of SecurityModeFailure to PDCP dissector, which will attempt to rol...Martin Mathieson1-2/+17
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-42/+204
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-6/+6
2013-12-09- Forward declaration of register functions.Anders Broman1-7/+11
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 Quantin1-5/+19
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-5/+5
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-59/+59
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-7/+10
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-7/+8
2013-10-29Pass security command details (integrity and ciphering algorithms) to PDCP (w...Martin Mathieson1-9/+47
2013-09-23Ensure to release an existing DRX configuration when receiving a RRC Connecti...Pascal Quantin1-0/+10
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-08-30Submit forgotten generated file.Martin Mathieson1-22/+40
2013-08-23Clang, clang, clang went the warning....Guy Harris1-1/+1
2013-08-23Simplify logic a bit now that we do not use anymore GUINT_TO_POINTER macroPascal Quantin1-127/+144
2013-08-23From Martin Mathieson:Pascal Quantin1-131/+311
2013-08-22Remove tree check when dissecting PCCH message so as to avoid filtering exper...Pascal Quantin1-8/+6
2013-08-21Fix Coverity CID's 1063706-1063710: Out-of-bounds read (OVERRUN_STATIC)Chris Maynard1-30/+28