aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-15tcp: Indicate number of bits used for Flags.Stig Bjørlykke1-1/+1
2015-11-15tcp: Revert back to the old Flags entry.Stig Bjørlykke1-2/+2
2015-11-07column-utils: Refactor col_append_port() to col_append_ports()João Valverde1-3/+1
2015-11-06MPTCP: Use wmem_list instead of GSListJoão Valverde1-4/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-1/+2
2015-11-04MPTCP: Use copy_address_wmem() instead of copy_address()João Valverde1-2/+2
2015-11-01TCP: replace some dissector asserts by a returnPascal Quantin1-4/+6
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-2/+2
2015-10-29"Color dissector filters" are just filters.Guy Harris1-4/+4
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-10/+10
2015-10-20TCP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+1
2015-10-15Switch ports separator from long to short arrowPascal Quantin1-1/+1
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