aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-15remove FI_LINK again,ulfl1-3/+1
2004-05-14add support to link from specially marked fields to related packets,ulfl1-2/+5
2004-05-14add support to link from specially marked fields to related packets,ulfl1-1/+2
2004-05-14mark some more protocol fields as generatedulfl1-17/+33
2004-05-01add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),ulfl1-3/+6
2004-04-30MSVC warnings removedulfl1-2/+2
2004-04-29added "[CHECKSUM INCORRECT]" to the info columnulfl1-2/+5
2004-04-23From Jon Oberheide: put the "this is a continuation of" item into theguy1-5/+5
2004-04-15Add some braces to squelch a GCC warning.guy1-2/+3
2004-04-08update tcp so that it will print the string "(relative sequence/ack number)" ...sahlberg1-4/+16
2004-03-27From Ronnie Sahlberg: RST and FIN segments are neither zero-windowguy1-5/+12
2004-03-19From Ronnie Sahlberg:guy1-27/+92
2004-02-24fixed various typosulfl1-2/+2
2004-02-24with the cahnges to when to call the heuristic dissectorsahlberg1-6/+20
2003-12-30Export a "dissect_tcp_payload()" routine from the TCP dissector, for useguy1-17/+30
2003-12-09As per Didier Gautheron, dissect TCP options regardless of whether we'reguy1-5/+8
2003-11-19Update to TCP, when we see a SYN|ACK packetm reset base_ack to the current ...sahlberg1-4/+11
2003-11-18From Lars Roland: the window size passed toguy1-2/+2
2003-11-13Change the gboolean controlling whether to use TCP Sequence Number Analysis a...sahlberg1-3/+3
2003-11-11Make the declaration of "process_tcp_payload()" match the definition.guy1-2/+2
2003-11-08Have "decode_tcp_ports()" handle only the handoff to a subdissector -guy1-59/+62
2003-11-08"decode_tcp_ports()" is for use by protocols that proxy transport-layerguy1-34/+56
2003-11-06Update to LDAP and TCPsahlberg1-2/+7
2003-11-06Fix for TCP.sahlberg1-6/+38
2003-10-28Full duplex analyzers that capture each direction of a link with a separate N...sahlberg1-3/+12
2003-10-27Squelch some signed vs. unsigned comparison warnings.guy1-4/+3
2003-10-25Update / cleanup to tcp sequence number analysis and new featuressahlberg1-47/+221
2003-10-10From Matthijs Melchiorsahlberg1-14/+5
2003-09-18Don't store the setting of the window scale option unless the "Relativeguy1-4/+6
2003-09-12Enhancement to the TCP dissector:sahlberg1-6/+46
2003-09-08Cosmetic change to TCPsahlberg1-11/+38
2003-08-29If something is a KeepAlive it is just a keepalive and not also a dup acksahlberg1-4/+7
2003-08-29If the FIN flag is set it is NOT a keepalivesahlberg1-7/+9
2003-08-28Add a "reassembled in" field.guy1-2/+31
2003-08-23New feature. Statistics/EndpointTalkjers can now present a sortable table wi...sahlberg1-3/+3
2003-07-24From Lars Roland: add a preference to control whether, in the TCPguy1-10/+21
2003-07-16Clean out the correct hash table.guy1-2/+2
2003-07-11Add a routine "dissect_ipv6_options()" that works likeguy1-1/+3
2003-06-04Put in a comment noting that we might not want to process the payload ofguy1-1/+8
2003-05-21If the reported length of the TCP packet is less than the TCP headerguy1-22/+34
2003-05-21If we're inside an error packet, don't assume we know the length of theguy1-6/+14
2003-05-21If we were handed a fragmented packet, don't do anything that depends onguy1-47/+48
2003-05-20Do not decode the full tcp header if the reported length is less than 20sahlberg1-3/+18
2003-05-16Update the tcp sequence analysis to understand and decode properlysahlberg1-2/+16
2003-04-23Update to TCP to handle hints from dissectors where the next PDU may start.sahlberg1-39/+260
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beguy1-1/+2
2003-03-27Use FT_FRAMENUM for the "Duplicate to the ACK in frame" and "This is anguy1-3/+3
2003-03-27Enhancement to TCP Sequence Analysissahlberg1-5/+27
2003-03-26Fixed a small bug in tcp sequence number analysis.sahlberg1-7/+9
2003-03-05Use the reported length, not the captured length, as the fragment lengthguy1-5/+3