aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-08-08Fix most remaining detected cases where item with wrong type is used.Martin Mathieson1-1/+1
2020-08-02UMTS_FP: Treat frame_type as an unsigned number, and use #defines for values.Martin Mathieson1-67/+70
2020-08-01FP: add unsigned item with _uint calls rather than _int()Martin Mathieson1-12/+12
2020-07-06umts_fp: Try to fix -Wpointer-sign warnings.Anders Broman1-12/+12
2020-05-03Some more issues identified by PVS-Studio.Martin Mathieson1-6/+4
2020-03-07fp: add missing field name to tree itemDarien Spencer1-2/+2
2020-02-15Some issues spotted by PVS-Studio in bug 16335. Many more remainMartin Mathieson1-7/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-23/+23
2019-04-03FP: Fix ToA shown as unsignedDarien Spencer1-1/+1
2019-03-26umts_fp: check number of frames before calling a subdissector.Dario Lombardo1-18/+53
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