aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lte-rrc.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-19Gather together dedicated DRX configuration, and make sure that itMartin Mathieson1-81/+385
2013-08-12Fix copy paste error and reinitialize actx->private_data to NULL once usedPascal Quantin1-1/+2
2013-08-10Use proper macros to cast between uint and pointerMartin Mathieson1-2/+2
2013-08-10Try again...Martin Mathieson1-2/+2
2013-08-10Try using guint.Martin Mathieson1-4/+4
2013-08-10Add a malformed check to show if GroupA has more RAPIDs than A & BMartin Mathieson1-6/+30
2013-07-23Try to differentiate a non filled private_data (pointer set to NULL) from an ...Pascal Quantin1-31/+23
2013-07-09Upgrade LTE RRC dissector to v11.4.0Pascal Quantin1-5/+97
2013-07-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8880 :Pascal Quantin1-101/+118
2013-06-19Get rid of global variablesPascal Quantin1-28/+30
2013-06-18Set PDCP SN length for DRBs for separate RRC element.Martin Mathieson1-1/+4
2013-06-18Also signal value of PDCP SN (only used if enabled by RLC preferences).Martin Mathieson1-1/+24
2013-06-18Configure MAC LCID -> RLC channel settings from RRC.Martin Mathieson1-24/+93
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-11/+32
2013-06-01Also notify CMAS alertsPascal Quantin1-0/+4
2013-06-01Make Earthquake and Tsunami Warning Sytem indications stand out aMartin Mathieson1-0/+3
2013-05-28Add some info to make it easier to see when SI config changes:Martin Mathieson1-22/+103
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-827/+827
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-21Fix compilation for LinuxPascal Quantin1-22/+0
2013-03-21Upgrade LTE RRC dissector to v11.3.0Pascal Quantin1-2367/+3459
2013-03-08Prettify a bit dissection of sr-ProhibitTimer-r9 and drxShortCycleTimerPascal Quantin1-4/+8
2013-03-02Revert file committed by mistake in r48023Pascal Quantin1-63/+102
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-102/+63
2013-02-14Factorize FGI dissectionPascal Quantin1-406/+130
2013-01-31Add SIB type to info columnPascal Quantin1-44/+92
2013-01-25Remove duplicate include filePascal Quantin1-8/+7
2013-01-25Fix dissection of ETWS/CMAS messagesPascal Quantin1-22/+47
2013-01-24Try making dataCodingScheme a guint32 to quiet the MacOS buildbots.Jeff Morriss1-3/+3