aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-02-06Fix some more spelling errorsMartin Mathieson1-3/+3
2023-09-17reassemble: Set overlap flags instead of throwing exceptionJohn Thacker1-17/+18
2023-07-25Reassembly: add additional_bytes_expected_to_complete_reassembly functionHuang Qiangxiong1-0/+6
2023-06-13Reassembly: make streaming reassembly support DESEGMENT_ONE_MORE_SEGMENTHuang Qiangxiong1-20/+47
2023-06-04reassemble(epan): Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-2/+0
2023-05-23Reassembly: Attach a replaced tvb to a new one in reassembled tablesJohn Thacker1-17/+41
2023-05-20epan: Reference count fd_heads in reassembled_tableJohn Thacker1-52/+26
2023-04-17HTTP/GRPC-Web: support dissecting chunked data in streaming reassembly modehuangqiangxiong1-0/+335
2023-01-06epan: Allow nested dependent packetsSake Blok1-1/+1
2022-12-06USBLL: Correctly handle last fragment retransmissionsTomasz Moń1-6/+36
2022-12-01reassembly: Store pointer to first gapTomasz Moń1-29/+121
2022-11-15reassemble: More fragment_seq_single issues.John Thacker1-3/+16
2022-11-14reassembly: Fix update to the fragment_add_single functionsJohn Thacker1-2/+6
2022-11-14epan: Separate fragment_head and fragment_itemJohn Thacker1-35/+76
2022-06-14epan: Remove fragment_get_reassembled()John Thacker1-15/+0
2022-05-26tcp: Split MSPs in out of order processingJohn Thacker1-1/+79
2022-04-06tcp reassembly: Add fragment_add_out_of_orderJohn Thacker1-10/+34
2022-03-28Revert "epan: Allow nested dependent packets"João Valverde1-1/+1
2022-03-06epan: Allow nested dependent packetsSake Blok1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+2
2021-02-22reassemble: Improve perf of free_all_reassembled_fragments.Darius Davis1-6/+6
2021-02-09first version of reassembly btattMartin Haaß1-1/+2
2020-12-10Reassembly: Flag duplicate packets as overlaps in offset based reassemblyJohn Thacker1-80/+91
2020-10-14eassembly: Fix check for no data to prevent NULL deferenceJohn Thacker1-1/+1
2020-06-10epan: Reassembled in link is generatedStig Bjørlykke1-1/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-13/+13
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-8/+8
2018-06-28tcp: add support for reassembling out-of-order segmentsPeter Wu1-12/+62
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-6/+2
2017-01-29Use g_list_prepend, it's more efficient.AndersBroman1-1/+1
2017-01-29Register reassembly tablesMichael Mann1-3/+60
2017-01-22reassemble: fix no previous prototype for ‘reassembly_table_free’ [-Wmiss...Alexis La Goutte1-1/+1
2017-01-21reassemble: add cleanup routine.Dario Lombardo1-0/+17
2016-12-10Initialize fd_head->frame in all cases where we allocate fd_head.Guy Harris1-4/+5
2016-11-19Reassemble: fix premature freeJohn A. Thacker1-13/+17
2016-11-03Fragmentation reassembly as in PPP MP (RFC 1990/2686)John A. Thacker1-0/+361
2016-04-03reassemble: remove special treatment for truncated dataPeter Wu1-47/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-8/+8
2016-02-24Extend reassembly documentationPeter Wu1-2/+4
2016-02-10Suggest pushing a decision lower in the code.Guy Harris1-1/+7
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-8/+8
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-8/+8
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-17/+17
2015-11-06reassemble: Add key destroy function to g_hash_tableJoão Valverde1-5/+9
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-8/+8
2015-06-24Remove deprecated tvb_length callsEvan Huus1-7/+7