summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-4/+4
2016-08-17FP: ensure that mac and rlc structures are always allocatedPascal Quantin1-3/+26
2016-06-05UMTS_FP: fix handling reserved C/T valueEvan Huus1-4/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-8/+8
2016-02-15[UMTS-FP] Try to fix Bug 12121 out of bounds access by expanding an array.AndersBroman1-2/+5
2016-02-12umts_fp: fix ... defined but not used [-Werror=unused-const-variable] found b...Alexis La Goutte1-0/+28
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-17Don't look at pinfo->pseudo_header.Guy Harris1-59/+101
2016-01-14Use the return value of register_dissector().Guy Harris1-2/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-8/+9