aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Use the reported length, not the captured length, as the fragment lengthGuy Harris2003-03-051-5/+3
* Pretty up the handling of SACK. Have tested now, looks OK.Richard Sharpe2003-03-041-7/+7
* Update for tethereal -z io,users, top talkers :Ronnie Sahlberg2003-03-031-2/+3
* Add SACK leftedge and rightedge filtering ... Added them as decimalRichard Sharpe2003-03-031-3/+15
* As suggested by Guy, rather than add_uint_hidden, and then add_text,Richard Sharpe2003-03-031-9/+6
* Allow filtering on the window scale value ...Richard Sharpe2003-03-011-1/+3
* Adding more options supportRichard Sharpe2003-03-011-4/+9
* Add tcp.options.mss_val to allow filtering on the value of the MSS optionRichard Sharpe2003-03-011-1/+7
* Some more options, cc and time stamp.Richard Sharpe2003-03-011-1/+5
* More tcp options stuff ...Richard Sharpe2003-03-011-17/+29
* More TCP Options supportRichard Sharpe2003-03-011-1/+34
* Start adding support for options as hidden fields in the dissect tree.Richard Sharpe2003-03-011-1/+12
* From Didier Gautheron: provide a mechanism to indicate why reassemblyGuy Harris2003-02-271-2/+2
* Protect against wraparound when scanning through a bunch of TCP data inGuy Harris2003-02-211-1/+6
* From Didier Gautheron: fix desegmentation code to handle sequence numberGuy Harris2003-02-181-9/+9
* Panic if a preference starts with the name of the module to which itGuy Harris2003-01-281-4/+4
* Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg2002-12-191-19/+60
* From Jason House, support for TAPping from TCP protocolRonnie Sahlberg2002-12-171-80/+75
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-4/+4
* Check whether we got an overflow for the PDU length *before* we checkGuy Harris2002-11-271-12/+12
* Must use the proper proto_tree_add_... call for FT_NONERonnie Sahlberg2002-11-071-9/+9
* hf_index update for TCPRonnie Sahlberg2002-11-071-9/+9
* Fixed small bug in TCP seq/ack analysis. Forgot to check a pointer for NULL w...Ronnie Sahlberg2002-11-021-2/+4
* Three more things for TCP seq/ack analysis to check for and flag:Ronnie Sahlberg2002-11-011-13/+92
* Update to TCP seq/ack analysis: tcp seq/ack analysis should now be able toRonnie Sahlberg2002-11-011-2/+74
* From Ronnie Sahlberg: use the frame number of a TCP segment, rather thanGuy Harris2002-10-171-6/+14
* From Didier: bugfix for sequence number wrappingRonnie Sahlberg2002-09-181-5/+5
* fix for the fixRonnie Sahlberg2002-09-111-2/+2
* Tiny change to the tcp seq/ack analysis.Ronnie Sahlberg2002-09-111-12/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-25/+25
* Properly display the window scale option.Guy Harris2002-08-221-2/+2
* "CMP_ADDRESS()" is not guaranteed to return 0, 1, or -1, it's justGuy Harris2002-08-221-6/+35
* Create a subtree with an item "tcp.analysis.flags" to keep allRonnie Sahlberg2002-08-211-20/+35
* Moved the generic true_false_string saying "Set", "Not set" intoTim Potter2002-08-211-8/+1
* Reverted part of the previous patch. It seemed we found a few too manyRonnie Sahlberg2002-08-171-2/+2
* Fixed bug not handling FIN pakcets properly.Ronnie Sahlberg2002-08-161-2/+9
* Add sequence number wrap to tcp window checking.Jörg Mayer2002-08-031-8/+15
* Create the TCP protocol tree, and put the source and destination portsGuy Harris2002-08-031-21/+20
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-12/+4
* Two new options added to TCP.Ronnie Sahlberg2002-08-021-25/+603
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* Set pinfo->ptype, pinfo->srcport, and pinfo->dstport as soon as we'veGuy Harris2002-07-021-5/+8
* When looking for dissectors for the source and destination port numbersGuy Harris2002-06-081-4/+29
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-3/+2
* Improve a comment.Guy Harris2002-05-051-6/+8
* Make "tvb_ensure_length_remaining()" return a "guint" - it can't returnGuy Harris2002-05-051-10/+18
* Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris2002-05-051-1/+136
* Add the packet len to the protocol tree as well, since it is often not visibl...Richard Sharpe2002-05-041-2/+2
* Add a hidden length fild for TCP, tcp.len. Also fixed a small type.Richard Sharpe2002-04-211-2/+13
* Do the "follow TCP stream" stuff before calling the subdissector, soGuy Harris2002-04-111-13/+14