aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-12/+12
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-10/+10
2018-12-21ip, tcp: add expert info for invalid header lengthNardi Ivan1-3/+6
2018-08-30tcp: fix OoO reassembly when the first data packet is OoOPeter Wu1-2/+8
2018-07-14mptcp: Correctly find mappings and reinjectionsMatthieu Coudron1-66/+79
2018-07-06tcp: ignore zero-length payloads for Follow TCP StreamPeter Wu1-20/+8
2018-07-06tcp: fix Follow TCP Stream for overlapping dataPeter Wu1-56/+61
2018-07-06tcp: fix Follow TCP Stream with missing (but ACKed) segmentsPeter Wu1-11/+11
2018-07-06tcp: remove repetitive "follow_record->is_server"Peter Wu1-23/+22
2018-07-06Follow Stream: ensure linear performance with many packetsPeter Wu1-5/+5
2018-06-28tcp: add support for reassembling out-of-order segmentsPeter Wu1-5/+160
2018-05-05tcp: fix memleak in Follow TCP tap in error casesPeter Wu1-0/+6
2018-04-20TCP: improve handling of unknown TCP optionsIvan Nardi1-8/+33
2018-04-19Clean up option handling.Guy Harris1-127/+132
2018-04-18Fix tapo.Guy Harris1-1/+1
2018-04-18Style cleanups.Guy Harris1-5/+5
2018-03-21tcp: preserve data source if a PDU uses itPeter Wu1-1/+5
2018-03-08Don't unnecessarily cast away constness.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-10UDP: Heuristic dissector for conversation taking precedenceRobert Jongbloed1-1/+1
2017-11-22Enable TCP Calculate Conversation Timestamp by defaultMichael Mann1-1/+1
2017-11-04TCP: cleanup Riverbed optionUli Heilmeier1-10/+1
2017-11-04TCP: Fix Riverbed probe option tvb handlingUli Heilmeier1-21/+60
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-4/+4
2017-10-29Add conversation endpoint typeMichael Mann1-6/+6
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-2/+2
2017-10-28Privatize the conversation_key structureMichael Mann1-2/+2
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-21/+4
2017-10-19TCP: Add a documentation note.Gerald Combs1-0/+2
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann1-26/+23
2017-09-19Sequence analysis (flow graph) optimizations for dissectorsMichael Mann1-10/+5
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki1-54/+110
2017-09-05Fix unitialized variable warnings that popped up with -OgJoão Valverde1-1/+1
2017-09-01Avoid use of global protocol variablesJoão Valverde1-0/+6
2017-06-23tcp: add tcp.payload fieldSake Blok1-0/+11
2017-06-22tcp: always display next seq numberPeter Wu1-7/+5
2017-06-22TCP: Make the header length display consistent with IPv4.Gerald Combs1-2/+4
2017-06-21tcp: Change the wording to include (s)Roland Knall1-1/+1
2017-06-15TCP Analysis: Update the spurious retransmission check.Gerald Combs1-19/+28
2017-06-02Fix Decode As for protocols that may use tunneling.Irene Ruengeler1-5/+14
2017-05-26WSUG: Add a TCP Analysis section.Gerald Combs1-4/+4
2017-05-03Add support for TCP over UDP.Michael Tuexen1-0/+1
2017-04-03tcp: (trivial) remove some unnecessary if (tree) checksMartin Kaiser1-33/+25
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-2/+2
2017-04-02tcp: Add separator to Info column when segmentedStig Bjørlykke1-2/+2
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-8/+5
2017-02-27Return correct filter for get_hostlist_filter()Jakub Zawadzki1-1/+15
2017-01-29Register reassembly tablesMichael Mann1-9/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2017-01-04Ensure that tcp.reassembled_in is added to the tree for first segment.Martin Mathieson1-1/+12