aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-21/+21
2001-06-14Check for a bogus TCP header length, and don't try to do dissection ifguy1-3/+24
2001-06-08There's no need to include "globals.h" - don't include it.guy1-3/+1
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromguy1-2/+3
2001-03-28Use "proto_tree_add_boolean_hidden()", notguy1-2/+2
2001-02-28Add hidden fields for bad checksums to various IP-family protocols.guy1-1/+8
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsguy1-26/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-09Add tables of "conversation" dissectors, which are associated withguy1-1/+3
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeguy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-12-30understand TCP MD5 signature. Greg Hankins <gregh@twoguys.org>itojun1-1/+11
2000-12-13Add code to check the checksums of TCP segments and UDP datagrams;guy1-7/+61
2000-12-04Add a "col_clear()" routine, to clear a column; it appears (and itguy1-40/+29
2000-11-20next_pd and next_offset are used only if HAVE_PLUGINS is #defined.gram1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy1-92/+116
2000-11-05Allow a plugin to specify several underlying protocols (i.e. tcp and udp).oabad1-2/+3
2000-10-22When checking whether we should build the list of flag names to put inguy1-2/+2
2000-09-21In "dissect_tcp()", compute the payload length of a TCP segment and useguy1-5/+9
2000-09-21If I ever again have to compute the sequence number of the first byteguy1-1/+12
2000-09-14Show CWR and ECN flags in TCP. Ulrich Kiermayr <kie@thp.univie.ac.at>gram1-3/+17
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cgram1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-11Miscellaneous code cleaningdeniel1-11/+5
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-15/+11
2000-07-30In TCP segments with RST and data, display the data as text, labeling itguy1-3/+24
2000-07-14Direct call to dissect_rpc() removed. This can be made much clearer withgirlich1-8/+2
2000-07-13Add an option to show/hide the TCP summary information in the protocolgram1-3/+20
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-14/+14
2000-05-11Add tvbuff class.gram1-29/+29
2000-05-05Add routines to:guy1-18/+6
2000-04-20Have the IPv6 dissector use the same dissector table as the IPv4guy1-2/+2
2000-04-17Make "decode_tcp_ports()" and "decode_udp_ports()" more closely resembleguy1-39/+38
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forguy1-1/+8
2000-04-14Change dfilter_apply() to 4-argument function. 4th argument is not yet used,gram1-2/+2
2000-04-13Change the sub-dissector handoff registration routines so that thegram1-2/+2
2000-04-12Jeff Foster's SOCKS dissector, support for associating dissectorsguy1-54/+73
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-70/+1
2000-04-08Jeff Foster's rlogin dissector, and changes to the TCP dissector toguy1-2/+8
2000-04-04Add a test to check if there is at least one enabled plugin before searchingoabad1-2/+2
2000-04-04Make a routine that takes a dissector table, a port number, andguy1-15/+5
2000-04-03Fix a compile error introduced by the previous checkin, which also movedguy1-11/+12
2000-04-03Jeff Foster's patch to support attaching a hash table to a protocolguy1-81/+70
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-6/+6
2000-03-12In the TCP stream following code, we don't use the time stamp field inguy1-4/+2
2000-02-28Fred Reimer's patch to put the TCP segment length in the TCP packetguy1-5/+5
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-4/+24
2000-01-16Get rid of the include of "util.h" that some dissectors do - it's notguy1-2/+1