aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-24fixed various typosUlf Lamping1-2/+2
2004-02-24with the cahnges to when to call the heuristic dissectorRonnie Sahlberg1-6/+20
2003-12-30Export a "dissect_tcp_payload()" routine from the TCP dissector, for useGuy Harris1-17/+30
2003-12-09As per Didier Gautheron, dissect TCP options regardless of whether we'reGuy Harris1-5/+8
2003-11-19Update to TCP, when we see a SYN|ACK packetm reset base_ack to the current ...Ronnie Sahlberg1-4/+11
2003-11-18From Lars Roland: the window size passed toGuy Harris1-2/+2
2003-11-13Change the gboolean controlling whether to use TCP Sequence Number Analysis a...Ronnie Sahlberg1-3/+3
2003-11-11Make the declaration of "process_tcp_payload()" match the definition.Guy Harris1-2/+2
2003-11-08Have "decode_tcp_ports()" handle only the handoff to a subdissector -Guy Harris1-59/+62
2003-11-08"decode_tcp_ports()" is for use by protocols that proxy transport-layerGuy Harris1-34/+56
2003-11-06Update to LDAP and TCPRonnie Sahlberg1-2/+7
2003-11-06Fix for TCP.Ronnie Sahlberg1-6/+38
2003-10-28Full duplex analyzers that capture each direction of a link with a separate N...Ronnie Sahlberg1-3/+12
2003-10-27Squelch some signed vs. unsigned comparison warnings.Guy Harris1-4/+3
2003-10-25Update / cleanup to tcp sequence number analysis and new featuresRonnie Sahlberg1-47/+221
2003-10-10From Matthijs MelchiorRonnie Sahlberg1-14/+5
2003-09-18Don't store the setting of the window scale option unless the "RelativeGuy Harris1-4/+6
2003-09-12Enhancement to the TCP dissector:Ronnie Sahlberg1-6/+46
2003-09-08Cosmetic change to TCPRonnie Sahlberg1-11/+38
2003-08-29If something is a KeepAlive it is just a keepalive and not also a dup ackRonnie Sahlberg1-4/+7
2003-08-29If the FIN flag is set it is NOT a keepaliveRonnie Sahlberg1-7/+9
2003-08-28Add a "reassembled in" field.Guy Harris1-2/+31
2003-08-23New feature. Statistics/EndpointTalkjers can now present a sortable table wi...Ronnie Sahlberg1-3/+3
2003-07-24From Lars Roland: add a preference to control whether, in the TCPGuy Harris1-10/+21
2003-07-16Clean out the correct hash table.Guy Harris1-2/+2
2003-07-11Add a routine "dissect_ipv6_options()" that works likeGuy Harris1-1/+3
2003-06-04Put in a comment noting that we might not want to process the payload ofGuy Harris1-1/+8
2003-05-21If the reported length of the TCP packet is less than the TCP headerGuy Harris1-22/+34
2003-05-21If we're inside an error packet, don't assume we know the length of theGuy Harris1-6/+14
2003-05-21If we were handed a fragmented packet, don't do anything that depends onGuy Harris1-47/+48
2003-05-20Do not decode the full tcp header if the reported length is less than 20Ronnie Sahlberg1-3/+18
2003-05-16Update the tcp sequence analysis to understand and decode properlyRonnie Sahlberg1-2/+16
2003-04-23Update to TCP to handle hints from dissectors where the next PDU may start.Ronnie Sahlberg1-39/+260
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-1/+2
2003-03-27Use FT_FRAMENUM for the "Duplicate to the ACK in frame" and "This is anGuy Harris1-3/+3
2003-03-27Enhancement to TCP Sequence AnalysisRonnie Sahlberg1-5/+27
2003-03-26Fixed a small bug in tcp sequence number analysis.Ronnie Sahlberg1-7/+9
2003-03-05Use the reported length, not the captured length, as the fragment lengthGuy Harris1-5/+3
2003-03-04Pretty up the handling of SACK. Have tested now, looks OK.Richard Sharpe1-7/+7
2003-03-03Update for tethereal -z io,users, top talkers :Ronnie Sahlberg1-2/+3
2003-03-03Add SACK leftedge and rightedge filtering ... Added them as decimalRichard Sharpe1-3/+15
2003-03-03As suggested by Guy, rather than add_uint_hidden, and then add_text,Richard Sharpe1-9/+6
2003-03-01Allow filtering on the window scale value ...Richard Sharpe1-1/+3
2003-03-01Adding more options supportRichard Sharpe1-4/+9
2003-03-01Add tcp.options.mss_val to allow filtering on the value of the MSS optionRichard Sharpe1-1/+7
2003-03-01Some more options, cc and time stamp.Richard Sharpe1-1/+5
2003-03-01More tcp options stuff ...Richard Sharpe1-17/+29
2003-03-01More TCP Options supportRichard Sharpe1-1/+34
2003-03-01Start adding support for options as hidden fields in the dissect tree.Richard Sharpe1-1/+12
2003-02-27From Didier Gautheron: provide a mechanism to indicate why reassemblyGuy Harris1-2/+2