aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris1-35/+472
2001-09-03Get rid of a no-longer-used #define.Guy Harris1-5/+1
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-21/+21
2001-06-14Check for a bogus TCP header length, and don't try to do dissection ifGuy Harris1-3/+24
2001-06-08There's no need to include "globals.h" - don't include it.Guy Harris1-3/+1
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-2/+3
2001-03-28Use "proto_tree_add_boolean_hidden()", notGuy Harris1-2/+2
2001-02-28Add hidden fields for bad checksums to various IP-family protocols.Guy Harris1-1/+8
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsGuy Harris1-26/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-09Add tables of "conversation" dissectors, which are associated withGuy Harris1-1/+3
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-30understand TCP MD5 signature. Greg Hankins <gregh@twoguys.org>Jun-ichiro itojun Hagino1-1/+11
2000-12-13Add code to check the checksums of TCP segments and UDP datagrams;Guy Harris1-7/+61
2000-12-04Add a "col_clear()" routine, to clear a column; it appears (and itGuy Harris1-40/+29
2000-11-20next_pd and next_offset are used only if HAVE_PLUGINS is #defined.Gilbert Ramirez1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-92/+116
2000-11-05Allow a plugin to specify several underlying protocols (i.e. tcp and udp).Olivier Abad1-2/+3
2000-10-22When checking whether we should build the list of flag names to put inGuy Harris1-2/+2
2000-09-21In "dissect_tcp()", compute the payload length of a TCP segment and useGuy Harris1-5/+9