aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-14Registers an MPTCP protocol with the prefix "mptcp".Matthieu Coudron1-152/+736
2015-10-14TCP: only store up to 1000 unacked segments (in each direction).Jeff Morriss1-2/+6
2015-10-11Remove duplicate transport ports from proto tree summaryJoão Valverde1-25/+14
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-33/+7
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-6/+2
2015-10-05UDP: Make port column info similar to TCP, add length informationJoão Valverde1-7/+2
2015-09-29tcp: remove misleading, outdated commentPeter Wu1-4/+0
2015-09-16[tcp] Fix case of incorrect "[TCP ACKed unseen segment]"Bill Meier1-3/+8
2015-08-15Don't clear the tcp_analysis if a conversation is not provided to get_tcp_con...Michael Mann1-3/+10
2015-07-27tcp: only reset dupACK counter when ACk# changesEvan Huus1-2/+2
2015-07-10MPTCP small optionsBenjamin Hesmans1-1/+1
2015-07-04store tcp/udp port names in epan scopeEvan Huus1-1/+1
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-0/+7
2015-06-25TCP: Add expert info to indicate when there is TCP Fast Open SYN (with Cookie)Alexis La Goutte1-7/+16
2015-06-10Provide port names for TCP ports so they can be used in filter expressions.Jakub Zawadzki1-3/+27
2015-06-08tcp: simplify tcp.flags.str, fix off-by-onePeter Wu1-22/+9
2015-06-06TCP: Add (generated) field with first letter of TCP FlagsAlexis La Goutte1-1/+39
2015-03-19Revert "Revert "TCP: tabs -> spaces""Gerald Combs1-8/+8
2015-03-19Revert "TCP: tabs -> spaces"Gerald Combs1-8/+8
2015-03-19TCP: tabs -> spacesPascal Quantin1-8/+8
2015-03-19Implement proto_tree_add_item_ret_int() and proto_tree_add_item_ret_uint() whichAndersBroman1-14/+11
2015-03-12One check mark for ACKs, two check marks for dup ACKs.Gerald Combs1-2/+2
2015-03-10TCP: use curr_num_layer as key for p_(add|get)_proto_dataPascal Quantin1-15/+14
2015-03-10TCP: fix addition of tcp.pdu.size fieldPascal Quantin1-3/+3
2015-03-07TCP: let's pacify the OSX 10.5 x86 buildbotPascal Quantin1-2/+2
2015-03-07TCP: remove what seems to be a useless volatile attributePascal Quantin1-1/+1
2015-03-06tcp: support variable-length tcp_dissect_pdusPeter Wu1-18/+10
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-2/+2
2015-01-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+1
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-2/+2
2015-01-04TCP: Update Multipath TCP (MPTCP) to final RFC (RFC 6824)Alexis La Goutte1-36/+68
2015-01-02tshark: Add endpoints statisticsMichael Mann1-7/+1
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-2/+2
2014-12-26Fix assertion when applying conversation colorPascal Quantin1-2/+2
2014-12-26Try to fix compilation broken by g3d3f973Pascal Quantin1-5/+0
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-11/+9
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-24TCP: TCP Fast Open Cookie is now standardisedAlexis La Goutte1-17/+55
2014-12-24TCP: fix indent and reorder Multipath TCPAlexis La Goutte1-21/+21
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-19Use new color_dissector_filters.[ch] to refactor (color) conversation generat...Michael Mann1-1/+1
2014-12-17[TCP] Don't attempt reassembly on retransmitted segments.AndersBroman1-0/+13
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-6/+6
2014-12-10Refactor "color" conversation filtersMichael Mann1-0/+30
2014-11-28Endpoint: wrong filter when select a TCP endpoint (INVALID == a.x.y.z ...)Alexis La Goutte1-2/+22
2014-11-28TCP: move Windows Scaling and SCPS checks after options decodingPascal Quantin1-18/+19
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-3/+0
2014-11-25TCP: fix wrongly set base_seq when ISN is 0 and tcp_relative_seq isMatthieu Coudron1-3/+5