aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-21If I ever again have to compute the sequence number of the first byteGuy Harris1-1/+12
2000-09-14Show CWR and ECN flags in TCP. Ulrich Kiermayr <kie@thp.univie.ac.at>Gilbert Ramirez1-3/+17
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-11/+5
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-15/+11
2000-07-30In TCP segments with RST and data, display the data as text, labeling itGuy Harris1-3/+24
2000-07-14Direct call to dissect_rpc() removed. This can be made much clearer withUwe Girlich1-8/+2
2000-07-13Add an option to show/hide the TCP summary information in the protocolGilbert Ramirez1-3/+20
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-14/+14
2000-05-11Add tvbuff class.Gilbert Ramirez1-29/+29
2000-05-05Add routines to:Guy Harris1-18/+6
2000-04-20Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris1-2/+2
2000-04-17Make "decode_tcp_ports()" and "decode_udp_ports()" more closely resembleGuy Harris1-39/+38
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris1-1/+8
2000-04-14Change dfilter_apply() to 4-argument function. 4th argument is not yet used,Gilbert Ramirez1-2/+2
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-2/+2
2000-04-12Jeff Foster's SOCKS dissector, support for associating dissectorsGuy Harris1-54/+73
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-70/+1
2000-04-08Jeff Foster's rlogin dissector, and changes to the TCP dissector toGuy Harris1-2/+8
2000-04-04Add a test to check if there is at least one enabled plugin before searchingOlivier Abad1-2/+2
2000-04-04Make a routine that takes a dissector table, a port number, andGuy Harris1-15/+5
2000-04-03Fix a compile error introduced by the previous checkin, which also movedGuy Harris1-11/+12
2000-04-03Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris1-81/+70
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-6/+6
2000-03-12In the TCP stream following code, we don't use the time stamp field inGuy Harris1-4/+2
2000-02-28Fred Reimer's patch to put the TCP segment length in the TCP packetGuy Harris1-5/+5
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-4/+24
2000-01-16Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris1-2/+1