aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of a no-longer-used #define.Guy Harris2001-09-031-5/+1
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-21/+21
* Check for a bogus TCP header length, and don't try to do dissection ifGuy Harris2001-06-141-3/+24
* There's no need to include "globals.h" - don't include it.Guy Harris2001-06-081-3/+1
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-2/+3
* Use "proto_tree_add_boolean_hidden()", notGuy Harris2001-03-281-2/+2
* Add hidden fields for bad checksums to various IP-family protocols.Guy Harris2001-02-281-1/+8
* Get rid of support for old-style plugins (support for old-style pluginsGuy Harris2001-01-281-26/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+1
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Add tables of "conversation" dissectors, which are associated withGuy Harris2001-01-091-1/+3
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* understand TCP MD5 signature. Greg Hankins <gregh@twoguys.org>Jun-ichiro itojun Hagino2000-12-301-1/+11
* Add code to check the checksums of TCP segments and UDP datagrams;Guy Harris2000-12-131-7/+61
* Add a "col_clear()" routine, to clear a column; it appears (and itGuy Harris2000-12-041-40/+29
* next_pd and next_offset are used only if HAVE_PLUGINS is #defined.Gilbert Ramirez2000-11-201-1/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-92/+116
* Allow a plugin to specify several underlying protocols (i.e. tcp and udp).Olivier Abad2000-11-051-2/+3
* When checking whether we should build the list of flag names to put inGuy Harris2000-10-221-2/+2
* In "dissect_tcp()", compute the payload length of a TCP segment and useGuy Harris2000-09-211-5/+9
* If I ever again have to compute the sequence number of the first byteGuy Harris2000-09-211-1/+12
* Show CWR and ECN flags in TCP. Ulrich Kiermayr <kie@thp.univie.ac.at>Gilbert Ramirez2000-09-141-3/+17
* Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez2000-09-111-1/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-11/+5
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-15/+11
* In TCP segments with RST and data, display the data as text, labeling itGuy Harris2000-07-301-3/+24
* Direct call to dissect_rpc() removed. This can be made much clearer withUwe Girlich2000-07-141-8/+2
* Add an option to show/hide the TCP summary information in the protocolGilbert Ramirez2000-07-131-3/+20
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-14/+14
* Add tvbuff class.Gilbert Ramirez2000-05-111-29/+29
* Add routines to:Guy Harris2000-05-051-18/+6
* Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris2000-04-201-2/+2
* Make "decode_tcp_ports()" and "decode_udp_ports()" more closely resembleGuy Harris2000-04-171-39/+38
* Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris2000-04-161-1/+8
* Change dfilter_apply() to 4-argument function. 4th argument is not yet used,Gilbert Ramirez2000-04-141-2/+2
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-2/+2