aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-01FP - Moved RLC info retrieval for E-DCH channelsDarien Spencer1-9/+9
2017-05-31UMTS FP: backout part of g899fd42Pascal Quantin1-19/+33
2017-05-30FP - Checks to avoid NULL dereferencingDarien Spencer1-38/+70
2017-05-25FP - Fixed bug in heur PCH dissectorDarienSpencer651-4/+4
2017-05-25umts_fp: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-0/+1
2017-05-25umts_fp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2017-05-22UMTS FP: Fixed heuristic FACH dissectorsswsdev1-8/+8
2017-05-20UMTS FP: Refactored FP Conversation Info structsswsdev1-28/+39
2017-05-18UMTS FP: Track Paging Indications in PCHsswsdev1-8/+91
2017-05-17Create temporary variables for some proto_tree_add_<datatype> calculations.Michael Mann1-2/+4
2017-05-16UMTS FP: Heuristic dissection enhancementssswsdev1-9/+32
2017-05-12UMTS Iub: Resolve U-RNTI for C-RNTIS. Shapira1-0/+13
2017-05-07UMTS Iub: Refactored U-RNTI resolving logic for dedicated channelsS. Shapira1-7/+12
2017-04-25UMTS FP: Cosmetic fixesS. Shapira1-5/+5
2017-04-25UMTS FP: Improved MAC multiplexing detectionS. Shapira1-99/+74
2017-04-23UMTS FP: Fix bug in heuristic dissectorssswsdev1-1/+1
2017-04-20UMTS Iub: Added U-RNTI resolving logic for UEs on DCHsswsdev1-1/+11
2017-03-30[UMTS FP] Fixed some commentsS. Shapira1-9/+12
2017-03-27Added Heuristic dissectors for the following UMTS FP channels:S. Shapira1-0/+295
2017-03-25Fixing TVB creation for PDUs in HS-DSCH Type 2 FP packetsS. Shapira1-1/+1
2017-03-23umts_fp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-20/+2
2017-03-18umts_fp: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-1/+1
2017-03-18FP/MAC: Cosmetic fixesS. Shapira1-1/+1
2017-03-15Added Heuristic dissectors for the following UMTS FP channels:S. Shapira1-19/+662
2017-02-22Faking different U-RNTIs for different CCCH streams.S. Shapira1-5/+6
2017-02-11Fixing the MAC tvb creation in FP's tb dissection methodS. Shapira1-2/+2
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1