aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-4/+2
1999-12-09Dissect port 3128 as HTTP, as per Jamie Coe's patch and Squid andGuy Harris1-25/+29
1999-12-09plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1-2/+22
1999-12-09added ldap dissector placeholder, just does request/response for now, until I...Nathan Neulinger1-1/+5
1999-12-07James Coe's patch to add SRVLOC and NCP-over-IP support.Guy Harris1-1/+9
1999-12-06added simple irc dissectorNathan Neulinger1-1/+5
1999-12-03added skeletal tacplus/xtacacs dissectorNathan Neulinger1-1/+5
1999-11-29added start of tns dissectorNathan Neulinger1-1/+5
1999-11-28Add code to colorize TCP streams.Gerald Combs1-2/+4
1999-11-26Fixed the problem causing a SIGSEGV, and fixed problems withRichard Sharpe1-2/+2
1999-11-19Added Uwe's update to RPC.Gilbert Ramirez1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-17/+29
1999-11-15Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1-1/+10