aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-15FP: Added E-DCH T1 heuristic dissectorDarien Spencer1-1/+197
2018-09-24FP: Fix commentsDarien Spencer1-15/+10
2018-09-23FP: Fix Sub-Frame number dissectionDarien Spencer1-1/+1
2018-09-20FP: Show E-DCH entity in treeDarien Spencer1-0/+22
2018-09-17FP: Remove #if 0'd codeDarien Spencer1-21/+0
2018-09-17FP: HS-DSCH - Use RLC mode from NBAPDarien Spencer1-3/+13
2018-09-16FP: Fix trying to resolve out-of-range LCHIDDarien Spencer1-25/+45
2018-09-06FP: Show ToA expert info for non-dch channelsDarien Spencer1-7/+11
2018-07-21FP: Fix wrong indexerDarien Spencer1-2/+6
2018-06-17FP: Decode more fields and show unitsDarien Spencer1-13/+27
2018-06-09fp: Use add_item_ret for cfn controlDarien Spencer1-27/+20
2018-06-08FP: Migrating some fields to add_item_retDarien Spencer1-71/+45
2018-06-07FP: Decode T1,T2,T3Darien Spencer1-14/+19
2018-06-07FP: Show sir target units in treeDarien Spencer1-2/+3
2018-06-06FP: Only show 1 digit after the dot for UL SIRDarien Spencer1-1/+1
2018-06-02FP: Use PINFO_FD_VISITED macroDarien Spencer1-3/+3
2018-05-17UMTS FP: fix a load of misaligned address reported by UBSanPascal Quantin1-2/+3
2018-05-09fp: Avoid changes to info column after payload dissectionSayuri Mizushima1-3/+2
2018-05-09fp: Fix incorrect framingSayuri Mizushima1-0/+29
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-2/+2
2018-02-22FP: Fix U-RNTI issue in E-DCHDarien Spencer1-3/+11
2018-02-17Don't gratuitously cast away constness.Guy Harris1-6/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-12FP: Removed channels UATNick James1-206/+1
2017-11-17fp: Fix mac TVB for edch t1Darien Spencer1-2/+2
2017-10-29Add conversation endpoint typeMichael Mann1-17/+17
2017-10-18Add FP-Mux dissectorNikolai Ipatyev1-0/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+2
2017-10-14FP Fixed bug in heuristic dissectorDarien Spencer1-1/+1
2017-10-02FP: Add heuristic FACH 1 dissectorDarien Spencer1-3/+116
2017-09-20UMTS RLC: Removing unused 'is ciphered' functionDarien Spencer1-6/+6
2017-09-20FP: Removed unused codeDarien Spencer1-16/+0
2017-09-20FP: Comments FixesDarien Spencer1-26/+8
2017-09-20FP: Properly configure standalone PS RAB DCHsUnknown1-5/+18
2017-08-25FP: Refactored duplicate codeDarien Spencer1-11/+8
2017-07-10UMTS FP: Fix access violation in PCH heuristic dissectorDarien Spencer1-4/+12
2017-07-07UMTS FP: Set missing sub-frameDarien Spencer1-2/+4
2017-07-05UMTS FP: do not try to compute CRC on payload when no payload is presentPascal Quantin1-3/+7
2017-07-04NBAP: improve conversation managementPiotr Tulpan1-28/+37
2017-06-28 FP: Combining heuristic dissectorsDarien Spencer1-144/+238
2017-06-19RLC: Renamed U-RNTI to UE IDDarien Spencer1-10/+13
2017-06-19FP: Fix out of bounds error in heuristic PCH dissectorDarien Spencer1-0/+5
2017-06-19[UMTS RLC] Rename proto variableDarien Spencer1-11/+11
2017-06-08FP: Prevent UE ID overriding in dissectionDarien Spencer1-3/+22
2017-06-07FP: Comments fixesDarien Spencer1-6/+5
2017-06-07umts_fp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2017-06-06FP - Resolve U-RNTI for HS-DSCH & E-DCHDarien Spencer1-20/+26
2017-06-06FP - Fix missing TFI bitmaskDarien Spencer1-4/+2
2017-06-06FP - Added "Missing PI bitmap" warningDarien Spencer1-21/+35
2017-06-05FP - Code clean up and comments updatesDarien Spencer1-49/+14