aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark unused arguments as such.Guy Harris2002-03-311-2/+2
* In the protocol tree entries for lists of fragments/segments, make theGuy Harris2002-03-271-4/+5
* Free all the stuff pointed to by elements in the "tcp_segment_table"Guy Harris2002-02-241-10/+16
* For TCP segments that are reassembled into larger packets, show the dataGuy Harris2002-02-191-4/+19
* Add support for reassembling RPC-over-TCP fragments, and do that in bothGuy Harris2002-02-181-7/+18
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-4/+4
* From Ricardo Barroetave�a: support dissectors that are handedGuy Harris2002-02-031-60/+115
* Get rid of an extra space.Guy Harris2002-02-031-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-5/+3
* Add an option to turn off TCP checksum checking (and to *allow*Guy Harris2002-01-181-45/+82
* Mark un-reassembled TCP segments as (possibly) being un-reassembled, byGuy Harris2002-01-171-2/+10
* As per a comment from Ronnie Sahlberg, display TCP sequence numbers inGuy Harris2002-01-101-4/+4
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-38/+38
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg.Guy Harris2001-12-051-1/+4
* Get rid of the lists of conversation dissectors; instead, have aGuy Harris2001-12-031-3/+1
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Update from Ronnie Sahlberg:Guy Harris2001-11-291-3/+3
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+5
* If we have to worry about subdissectors changing the "packet_info"Guy Harris2001-11-211-16/+1
* Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2001-11-201-5/+5
* Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris2001-11-151-2/+1
* Rename the "private" member of the "packet_info" structure toGuy Harris2001-11-031-3/+3
* Fix to desegmentation crash, from Ronnie Sahlberg.Guy Harris2001-10-301-7/+14
* Have a flag in the "packet_info" structure, which indicates whether theGuy Harris2001-10-011-109/+133
* The length of an NBSS message can be bigger than 64K, so make theGuy Harris2001-09-301-13/+28
* Fix indentation.Guy Harris2001-09-281-11/+11
* Use the right #define for the length of the CC.NEW TCP option.Guy Harris2001-09-271-2/+2
* TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris2001-09-131-35/+472