aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-15Let the calculated window scale be 16 bit wide.Jaap Keuter1-1/+1
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-7/+4
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-3/+7
2016-05-30TCP: fix 'mptcp.related_mapping' exists multiple times with NOT compatible ty...Alexis La Goutte1-4/+0
2016-05-23TCP: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-0/+3
2016-04-30Add TCP preference for Process information from IPFIXMichael Mann1-32/+39
2016-04-29Separate out the members of tcp_flow_t structure that are only used for seque...Michael Mann1-52/+59
2016-04-27Fix "Follow TCP stream" when TCP desegmentation is disabled.Jeff Morriss1-1/+1
2016-04-19TCP: fix was marked unused but was used [-Werror,-Wused-but-marked-unused]Alexis La Goutte1-7/+6
2016-03-30TCP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+1
2016-03-29TCP: Remove double semicolonAlexis La Goutte1-1/+1
2016-03-26Improves MPTCP analysisMatthieu Coudron1-48/+389
2016-03-24Detect spurious retransmissions when the full segment is retransmittedMichael Cistera1-3/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-02-28TCP: Added bytes sent since last PSH flagkaryrogers1-0/+45
2016-02-27TCP: Use MIDDLE DOT for the flag placeholder.Gerald Combs1-6/+8
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