| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Mark unused arguments as such. | Guy Harris | 2002-03-31 | 1 | -2/+2 |
* | In the protocol tree entries for lists of fragments/segments, make the | Guy Harris | 2002-03-27 | 1 | -4/+5 |
* | Free all the stuff pointed to by elements in the "tcp_segment_table" | Guy Harris | 2002-02-24 | 1 | -10/+16 |
* | For TCP segments that are reassembled into larger packets, show the data | Guy Harris | 2002-02-19 | 1 | -4/+19 |
* | Add support for reassembling RPC-over-TCP fragments, and do that in both | Guy Harris | 2002-02-18 | 1 | -7/+18 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -4/+4 |
* | From Ricardo Barroetave�a: support dissectors that are handed | Guy Harris | 2002-02-03 | 1 | -60/+115 |
* | Get rid of an extra space. | Guy Harris | 2002-02-03 | 1 | -2/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -4/+4 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -5/+3 |
* | Add an option to turn off TCP checksum checking (and to *allow* | Guy Harris | 2002-01-18 | 1 | -45/+82 |
* | Mark un-reassembled TCP segments as (possibly) being un-reassembled, by | Guy Harris | 2002-01-17 | 1 | -2/+10 |
* | As per a comment from Ronnie Sahlberg, display TCP sequence numbers in | Guy Harris | 2002-01-10 | 1 | -4/+4 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -38/+38 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+3 |
* | Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg. | Guy Harris | 2001-12-05 | 1 | -1/+4 |
* | Get rid of the lists of conversation dissectors; instead, have a | Guy Harris | 2001-12-03 | 1 | -3/+1 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -2/+5 |
* | Update from Ronnie Sahlberg: | Guy Harris | 2001-11-29 | 1 | -3/+3 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -3/+5 |
* | If we have to worry about subdissectors changing the "packet_info" | Guy Harris | 2001-11-21 | 1 | -16/+1 |
* | Get rid of the "len" and "captured_len" members of the "packet_info" | Guy Harris | 2001-11-20 | 1 | -5/+5 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 1 | -2/+1 |
* | Rename the "private" member of the "packet_info" structure to | Guy Harris | 2001-11-03 | 1 | -3/+3 |
* | Fix to desegmentation crash, from Ronnie Sahlberg. | Guy Harris | 2001-10-30 | 1 | -7/+14 |
* | Have a flag in the "packet_info" structure, which indicates whether the | Guy Harris | 2001-10-01 | 1 | -109/+133 |
* | The length of an NBSS message can be bigger than 64K, so make the | Guy Harris | 2001-09-30 | 1 | -13/+28 |
* | Fix indentation. | Guy Harris | 2001-09-28 | 1 | -11/+11 |
* | Use the right #define for the length of the CC.NEW TCP option. | Guy Harris | 2001-09-27 | 1 | -2/+2 |