aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-02-21Protect against wraparound when scanning through a bunch of TCP data inGuy Harris1-1/+6
2003-02-18From Didier Gautheron: fix desegmentation code to handle sequence numberGuy Harris1-9/+9
2003-01-28Panic if a preference starts with the name of the module to which itGuy Harris1-4/+4
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-19/+60
2002-12-17From Jason House, support for TAPping from TCP protocolRonnie Sahlberg1-80/+75
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-4/+4
2002-11-27Check whether we got an overflow for the PDU length *before* we checkGuy Harris1-12/+12
2002-11-07Must use the proper proto_tree_add_... call for FT_NONERonnie Sahlberg1-9/+9
2002-11-07hf_index update for TCPRonnie Sahlberg1-9/+9
2002-11-02Fixed small bug in TCP seq/ack analysis. Forgot to check a pointer for NULL w...Ronnie Sahlberg1-2/+4
2002-11-01Three more things for TCP seq/ack analysis to check for and flag:Ronnie Sahlberg1-13/+92
2002-11-01Update to TCP seq/ack analysis: tcp seq/ack analysis should now be able toRonnie Sahlberg1-2/+74
2002-10-17From Ronnie Sahlberg: use the frame number of a TCP segment, rather thanGuy Harris1-6/+14
2002-09-18From Didier: bugfix for sequence number wrappingRonnie Sahlberg1-5/+5
2002-09-11fix for the fixRonnie Sahlberg1-2/+2
2002-09-11Tiny change to the tcp seq/ack analysis.Ronnie Sahlberg1-12/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-25/+25
2002-08-22Properly display the window scale option.Guy Harris1-2/+2
2002-08-22"CMP_ADDRESS()" is not guaranteed to return 0, 1, or -1, it's justGuy Harris1-6/+35
2002-08-21Create a subtree with an item "tcp.analysis.flags" to keep allRonnie Sahlberg1-20/+35
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intoTim Potter1-8/+1
2002-08-17Reverted part of the previous patch. It seemed we found a few too manyRonnie Sahlberg1-2/+2
2002-08-16Fixed bug not handling FIN pakcets properly.Ronnie Sahlberg1-2/+9
2002-08-03Add sequence number wrap to tcp window checking.Jörg Mayer1-8/+15
2002-08-03Create the TCP protocol tree, and put the source and destination portsGuy Harris1-21/+20
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-12/+4