aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
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