aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-20Eliminate proto_tree_add_text from some dissectors.Michael Mann1-34/+37
2014-11-14Multipath TCP checksum requires M flag set as well as enough option length.Michael Mann1-3/+7
2014-10-06tcp: default no-subdissector-on-error to TRUEEvan Huus1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-31conv is always used, remove _U_ (unused) flagAlexis La Goutte1-1/+1
2014-08-27TCP/UDP/SCTP: fix Dereference of null pointer found by Clang AnalyzerAlexis La Goutte1-0/+5
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+29
2014-08-09Clean up Internet checksum handling.Guy Harris1-10/+6
2014-08-03Fix TCP/UDP/SCTP conversations broken by g59ef97d and g31ecdf5Pascal Quantin1-0/+21
2014-08-01tcp: detect invalid window scale shift valuePeter Wu1-3/+12
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1