aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* remove FI_LINK again,Ulf Lamping2004-05-151-3/+1
* add support to link from specially marked fields to related packets,Ulf Lamping2004-05-141-2/+5
* add support to link from specially marked fields to related packets,Ulf Lamping2004-05-141-1/+2
* mark some more protocol fields as generatedUlf Lamping2004-05-141-17/+33
* add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),Ulf Lamping2004-05-011-3/+6
* MSVC warnings removedUlf Lamping2004-04-301-2/+2
* added "[CHECKSUM INCORRECT]" to the info columnUlf Lamping2004-04-291-2/+5
* From Jon Oberheide: put the "this is a continuation of" item into theGuy Harris2004-04-231-5/+5
* Add some braces to squelch a GCC warning.Guy Harris2004-04-151-2/+3
* update tcp so that it will print the string "(relative sequence/ack number)" ...Ronnie Sahlberg2004-04-081-4/+16
* From Ronnie Sahlberg: RST and FIN segments are neither zero-windowGuy Harris2004-03-271-5/+12
* From Ronnie Sahlberg:Guy Harris2004-03-191-27/+92
* fixed various typosUlf Lamping2004-02-241-2/+2
* with the cahnges to when to call the heuristic dissectorRonnie Sahlberg2004-02-241-6/+20
* Export a "dissect_tcp_payload()" routine from the TCP dissector, for useGuy Harris2003-12-301-17/+30
* As per Didier Gautheron, dissect TCP options regardless of whether we'reGuy Harris2003-12-091-5/+8
* Update to TCP, when we see a SYN|ACK packetm reset base_ack to the current ...Ronnie Sahlberg2003-11-191-4/+11
* From Lars Roland: the window size passed toGuy Harris2003-11-181-2/+2
* Change the gboolean controlling whether to use TCP Sequence Number Analysis a...Ronnie Sahlberg2003-11-131-3/+3
* Make the declaration of "process_tcp_payload()" match the definition.Guy Harris2003-11-111-2/+2
* Have "decode_tcp_ports()" handle only the handoff to a subdissector -Guy Harris2003-11-081-59/+62
* "decode_tcp_ports()" is for use by protocols that proxy transport-layerGuy Harris2003-11-081-34/+56
* Update to LDAP and TCPRonnie Sahlberg2003-11-061-2/+7
* Fix for TCP.Ronnie Sahlberg2003-11-061-6/+38
* Full duplex analyzers that capture each direction of a link with a separate N...Ronnie Sahlberg2003-10-281-3/+12
* Squelch some signed vs. unsigned comparison warnings.Guy Harris2003-10-271-4/+3
* Update / cleanup to tcp sequence number analysis and new featuresRonnie Sahlberg2003-10-251-47/+221
* From Matthijs MelchiorRonnie Sahlberg2003-10-101-14/+5
* Don't store the setting of the window scale option unless the "RelativeGuy Harris2003-09-181-4/+6
* Enhancement to the TCP dissector:Ronnie Sahlberg2003-09-121-6/+46
* Cosmetic change to TCPRonnie Sahlberg2003-09-081-11/+38
* If something is a KeepAlive it is just a keepalive and not also a dup ackRonnie Sahlberg2003-08-291-4/+7
* If the FIN flag is set it is NOT a keepaliveRonnie Sahlberg2003-08-291-7/+9
* Add a "reassembled in" field.Guy Harris2003-08-281-2/+31
* New feature. Statistics/EndpointTalkjers can now present a sortable table wi...Ronnie Sahlberg2003-08-231-3/+3
* From Lars Roland: add a preference to control whether, in the TCPGuy Harris2003-07-241-10/+21
* Clean out the correct hash table.Guy Harris2003-07-161-2/+2
* Add a routine "dissect_ipv6_options()" that works likeGuy Harris2003-07-111-1/+3
* Put in a comment noting that we might not want to process the payload ofGuy Harris2003-06-041-1/+8
* If the reported length of the TCP packet is less than the TCP headerGuy Harris2003-05-211-22/+34
* If we're inside an error packet, don't assume we know the length of theGuy Harris2003-05-211-6/+14
* If we were handed a fragmented packet, don't do anything that depends onGuy Harris2003-05-211-47/+48
* Do not decode the full tcp header if the reported length is less than 20Ronnie Sahlberg2003-05-201-3/+18
* Update the tcp sequence analysis to understand and decode properlyRonnie Sahlberg2003-05-161-2/+16
* Update to TCP to handle hints from dissectors where the next PDU may start.Ronnie Sahlberg2003-04-231-39/+260
* Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris2003-04-201-1/+2
* Use FT_FRAMENUM for the "Duplicate to the ACK in frame" and "This is anGuy Harris2003-03-271-3/+3
* Enhancement to TCP Sequence AnalysisRonnie Sahlberg2003-03-271-5/+27
* Fixed a small bug in tcp sequence number analysis.Ronnie Sahlberg2003-03-261-7/+9