aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-02Two new options added to TCP.Ronnie Sahlberg1-25/+603
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-07-02Set pinfo->ptype, pinfo->srcport, and pinfo->dstport as soon as we'veGuy Harris1-5/+8
2002-06-08When looking for dissectors for the source and destination port numbersGuy Harris1-4/+29
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-3/+2
2002-05-05Improve a comment.Guy Harris1-6/+8
2002-05-05Make "tvb_ensure_length_remaining()" return a "guint" - it can't returnGuy Harris1-10/+18
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris1-1/+136
2002-05-04Add the packet len to the protocol tree as well, since it is often not visibl...Richard Sharpe1-2/+2
2002-04-21Add a hidden length fild for TCP, tcp.len. Also fixed a small type.Richard Sharpe1-2/+13
2002-04-11Do the "follow TCP stream" stuff before calling the subdissector, soGuy Harris1-13/+14
2002-03-31Mark unused arguments as such.Guy Harris1-2/+2
2002-03-27In the protocol tree entries for lists of fragments/segments, make theGuy Harris1-4/+5
2002-02-24Free all the stuff pointed to by elements in the "tcp_segment_table"Guy Harris1-10/+16
2002-02-19For TCP segments that are reassembled into larger packets, show the dataGuy Harris1-4/+19
2002-02-18Add support for reassembling RPC-over-TCP fragments, and do that in bothGuy Harris1-7/+18
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-4/+4
2002-02-03From Ricardo Barroetave�a: support dissectors that are handedGuy Harris1-60/+115
2002-02-03Get rid of an extra space.Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-5/+3
2002-01-18Add an option to turn off TCP checksum checking (and to *allow*Guy Harris1-45/+82
2002-01-17Mark un-reassembled TCP segments as (possibly) being un-reassembled, byGuy Harris1-2/+10
2002-01-10As per a comment from Ronnie Sahlberg, display TCP sequence numbers inGuy Harris1-4/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-38/+38
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-05Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg.Guy Harris1-1/+4
2001-12-03Get rid of the lists of conversation dissectors; instead, have aGuy Harris1-3/+1
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-11-29Update from Ronnie Sahlberg:Guy Harris1-3/+3
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-3/+5
2001-11-21If we have to worry about subdissectors changing the "packet_info"Guy Harris1-16/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-5/+5
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris1-2/+1
2001-11-03Rename the "private" member of the "packet_info" structure toGuy Harris1-3/+3
2001-10-30Fix to desegmentation crash, from Ronnie Sahlberg.Guy Harris1-7/+14
2001-10-01Have a flag in the "packet_info" structure, which indicates whether theGuy Harris1-109/+133
2001-09-30The length of an NBSS message can be bigger than 64K, so make theGuy Harris1-13/+28
2001-09-28Fix indentation.Guy Harris1-11/+11
2001-09-27Use the right #define for the length of the CC.NEW TCP option.Guy Harris1-2/+2