aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+31
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-28/+17
2014-07-03Revert to 3ms if we don't have the handshakeEvan Huus1-1/+1
2014-06-23Add col_append_lstr(), speedup column generation for TCP.Jakub Zawadzki1-5/+18
2014-06-20TCP: update the list of options and put Kind and Length items in the right su...Pascal Quantin1-49/+98
2014-06-20Don't hide tcp option kind/len fieldsEvan Huus1-36/+18
2014-06-18Rename the filtername to initial_rttJoerg Mayer1-1/+1
2014-06-18Rename the Shortname of initial RTT to something short (iRTT)Joerg Mayer1-2/+2
2014-06-18Change the indication for out-of-order packets. This is experimentalJoerg Mayer1-5/+7
2014-06-18Get rid of some ancient qualityreview comments...Joerg Mayer1-7/+0
2014-06-18Try to calculate the initial RTT of tcp connsEvan Huus1-0/+29
2014-06-18TCP: do desegmentation sanity checks for all sub dissectors typesPascal Quantin1-23/+14
2014-06-17Update a comment about how to better identify retransmissionsJoerg Mayer1-0/+2
2014-05-30Use tcp_info_append_uint() moreJakub Zawadzki1-8/+7
2014-05-28Fix indent (use 4 spaces)Alexis La Goutte1-4/+4
2014-05-22Call dissect_ip_tcp_options to save the window scale.ruengeler1-1/+1
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-2/+3
2014-05-18Only call ep_tcp_port_to_display/ep_udp_port_to_display once for sorce andAndersBroman1-8/+12
2014-05-17Introduce col_add_lstr(), use it instead of slower col_add_fstr.Jakub Zawadzki1-2/+6
2014-05-14tcp: display calculated checksumPeter Wu1-1/+18
2014-05-12Do some cleanup related to deprecated function names and revised function ret...Bill Meier1-33/+34
2014-05-07Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-05-06tcp: move & optimize printing tcp flags to seperate routine.Jakub Zawadzki1-27/+38
2014-04-22Cache the "tcp_tree" with p_add_proto_data. Bug 9518.Michael Mann1-2/+4
2014-04-19More name changes.Guy Harris1-7/+7
2014-04-17Save and restore the current_proto string in tcp_dissect_pdus().Guy Harris1-0/+9
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-2/+2
2014-03-05Don't truncate the options field.Guy Harris1-51/+47
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-30Add remove_last_data_source and fix bug 9169Evan Huus1-0/+1
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-13Change level off TCP/RST expertitem from chat to warn. Add a commentJörg Mayer1-1/+4
2013-12-23Make the SCTP Decode-As dialog more consistent with the TCP one.Jeff Morriss1-9/+14
2013-12-14Fix const warnings.Jakub Zawadzki1-2/+2
2013-12-12Try to fix "initializer element is not computable at load time"Anders Broman1-1/+14
2013-12-11- Forward declaration of register functions.Anders Broman1-1/+4
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-2/+41