aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Revert "Create an extended converstaion hastable taking more address informat...Anders Broman1-6/+8
2016-02-02Create an extended converstaion hastable taking more address informationAndersBroman1-8/+6
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-45/+45
2016-01-23More structure assignments for nstime_t.Guy Harris1-2/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-28/+28
2016-01-20Better handle TCP conversations when ports are reused.Michael Mann1-3/+54
2016-01-16MPTCP: Update ADD_ADDR option to RFC6824bis-04Fabrizio Demaria1-0/+11
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-1/+1
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-1/+51
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-3/+3
2016-01-06Have all TCP flags in the structure that is passed to subdissectors.Michael Mann1-5/+2
2016-01-06KISS the Follow TCP functionality.Michael Mann1-20/+35
2016-01-06Use TCP FIN bit to help determine desegmentation in HTTP dissector.Michael Mann1-1/+3
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-1/+1
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-4/+4
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+40
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-26Change TCP transmission window full messageMichael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-11-18MPTCP: Use endianness macros directly instead of creating new tvbuffJoão Valverde1-29/+16
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