| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the reported length, not the captured length, as the fragment length | Guy Harris | 2003-03-05 | 1 | -5/+3 |
* | Pretty up the handling of SACK. Have tested now, looks OK. | Richard Sharpe | 2003-03-04 | 1 | -7/+7 |
* | Update for tethereal -z io,users, top talkers : | Ronnie Sahlberg | 2003-03-03 | 1 | -2/+3 |
* | Add SACK leftedge and rightedge filtering ... Added them as decimal | Richard Sharpe | 2003-03-03 | 1 | -3/+15 |
* | As suggested by Guy, rather than add_uint_hidden, and then add_text, | Richard Sharpe | 2003-03-03 | 1 | -9/+6 |
* | Allow filtering on the window scale value ... | Richard Sharpe | 2003-03-01 | 1 | -1/+3 |
* | Adding more options support | Richard Sharpe | 2003-03-01 | 1 | -4/+9 |
* | Add tcp.options.mss_val to allow filtering on the value of the MSS option | Richard Sharpe | 2003-03-01 | 1 | -1/+7 |
* | Some more options, cc and time stamp. | Richard Sharpe | 2003-03-01 | 1 | -1/+5 |
* | More tcp options stuff ... | Richard Sharpe | 2003-03-01 | 1 | -17/+29 |
* | More TCP Options support | Richard Sharpe | 2003-03-01 | 1 | -1/+34 |
* | Start adding support for options as hidden fields in the dissect tree. | Richard Sharpe | 2003-03-01 | 1 | -1/+12 |
* | From Didier Gautheron: provide a mechanism to indicate why reassembly | Guy Harris | 2003-02-27 | 1 | -2/+2 |
* | Protect against wraparound when scanning through a bunch of TCP data in | Guy Harris | 2003-02-21 | 1 | -1/+6 |
* | From Didier Gautheron: fix desegmentation code to handle sequence number | Guy Harris | 2003-02-18 | 1 | -9/+9 |
* | Panic if a preference starts with the name of the module to which it | Guy Harris | 2003-01-28 | 1 | -4/+4 |
* | Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list... | Ronnie Sahlberg | 2002-12-19 | 1 | -19/+60 |
* | From Jason House, support for TAPping from TCP protocol | Ronnie Sahlberg | 2002-12-17 | 1 | -80/+75 |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -4/+4 |
* | Check whether we got an overflow for the PDU length *before* we check | Guy Harris | 2002-11-27 | 1 | -12/+12 |
* | Must use the proper proto_tree_add_... call for FT_NONE | Ronnie Sahlberg | 2002-11-07 | 1 | -9/+9 |
* | hf_index update for TCP | Ronnie Sahlberg | 2002-11-07 | 1 | -9/+9 |
* | Fixed small bug in TCP seq/ack analysis. Forgot to check a pointer for NULL w... | Ronnie Sahlberg | 2002-11-02 | 1 | -2/+4 |
* | Three more things for TCP seq/ack analysis to check for and flag: | Ronnie Sahlberg | 2002-11-01 | 1 | -13/+92 |
* | Update to TCP seq/ack analysis: tcp seq/ack analysis should now be able to | Ronnie Sahlberg | 2002-11-01 | 1 | -2/+74 |
* | From Ronnie Sahlberg: use the frame number of a TCP segment, rather than | Guy Harris | 2002-10-17 | 1 | -6/+14 |
* | From Didier: bugfix for sequence number wrapping | Ronnie Sahlberg | 2002-09-18 | 1 | -5/+5 |
* | fix for the fix | Ronnie Sahlberg | 2002-09-11 | 1 | -2/+2 |
* | Tiny change to the tcp seq/ack analysis. | Ronnie Sahlberg | 2002-09-11 | 1 | -12/+5 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -25/+25 |
* | Properly display the window scale option. | Guy Harris | 2002-08-22 | 1 | -2/+2 |
* | "CMP_ADDRESS()" is not guaranteed to return 0, 1, or -1, it's just | Guy Harris | 2002-08-22 | 1 | -6/+35 |
* | Create a subtree with an item "tcp.analysis.flags" to keep all | Ronnie Sahlberg | 2002-08-21 | 1 | -20/+35 |
* | Moved the generic true_false_string saying "Set", "Not set" into | Tim Potter | 2002-08-21 | 1 | -8/+1 |
* | Reverted part of the previous patch. It seemed we found a few too many | Ronnie Sahlberg | 2002-08-17 | 1 | -2/+2 |
* | Fixed bug not handling FIN pakcets properly. | Ronnie Sahlberg | 2002-08-16 | 1 | -2/+9 |
* | Add sequence number wrap to tcp window checking. | Jörg Mayer | 2002-08-03 | 1 | -8/+15 |
* | Create the TCP protocol tree, and put the source and destination ports | Guy Harris | 2002-08-03 | 1 | -21/+20 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -12/+4 |
* | Two new options added to TCP. | Ronnie Sahlberg | 2002-08-02 | 1 | -25/+603 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 1 | -5/+1 |
* | Set pinfo->ptype, pinfo->srcport, and pinfo->dstport as soon as we've | Guy Harris | 2002-07-02 | 1 | -5/+8 |
* | When looking for dissectors for the source and destination port numbers | Guy Harris | 2002-06-08 | 1 | -4/+29 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -3/+2 |
* | Improve a comment. | Guy Harris | 2002-05-05 | 1 | -6/+8 |
* | Make "tvb_ensure_length_remaining()" return a "guint" - it can't return | Guy Harris | 2002-05-05 | 1 | -10/+18 |
* | Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment, | Guy Harris | 2002-05-05 | 1 | -1/+136 |
* | Add the packet len to the protocol tree as well, since it is often not visibl... | Richard Sharpe | 2002-05-04 | 1 | -2/+2 |
* | Add a hidden length fild for TCP, tcp.len. Also fixed a small type. | Richard Sharpe | 2002-04-21 | 1 | -2/+13 |
* | Do the "follow TCP stream" stuff before calling the subdissector, so | Guy Harris | 2002-04-11 | 1 | -13/+14 |