aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Jeff Foster's SOCKS dissector, support for associating dissectorsGuy Harris2000-04-121-54/+73
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-70/+1
* Jeff Foster's rlogin dissector, and changes to the TCP dissector toGuy Harris2000-04-081-2/+8
* Add a test to check if there is at least one enabled plugin before searchingOlivier Abad2000-04-041-2/+2
* Make a routine that takes a dissector table, a port number, andGuy Harris2000-04-041-15/+5
* Fix a compile error introduced by the previous checkin, which also movedGuy Harris2000-04-031-11/+12
* Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris2000-04-031-81/+70
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-6/+6
* In the TCP stream following code, we don't use the time stamp field inGuy Harris2000-03-121-4/+2
* Fred Reimer's patch to put the TCP segment length in the TCP packetGuy Harris2000-02-281-5/+5
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-4/+24
* Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris2000-01-161-2/+1
* Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez2000-01-151-4/+2
* Dissect port 3128 as HTTP, as per Jamie Coe's patch and Squid andGuy Harris1999-12-091-25/+29
* plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1999-12-091-2/+22
* added ldap dissector placeholder, just does request/response for now, until I...Nathan Neulinger1999-12-091-1/+5
* James Coe's patch to add SRVLOC and NCP-over-IP support.Guy Harris1999-12-071-1/+9
* added simple irc dissectorNathan Neulinger1999-12-061-1/+5
* added skeletal tacplus/xtacacs dissectorNathan Neulinger1999-12-031-1/+5
* added start of tns dissectorNathan Neulinger1999-11-291-1/+5
* Add code to colorize TCP streams.Gerald Combs1999-11-281-2/+4
* Fixed the problem causing a SIGSEGV, and fixed problems withRichard Sharpe1999-11-261-2/+2
* Added Uwe's update to RPC.Gilbert Ramirez1999-11-191-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-17/+29
* Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1999-11-151-1/+10
* added minimalist MAPI dissector - only determines request/replyNathan Neulinger1999-11-111-1/+5
* Added imap dissector, pretty much a simple translation of the popNathan Neulinger1999-11-101-1/+5
* Make the TCP header length field more closely resemble the IP headerGuy Harris1999-11-021-5/+6
* Make a bunch of the TCP header fields filterable items.Guy Harris1999-11-021-32/+81