aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-11-11added minimalist MAPI dissector - only determines request/replyNathan Neulinger1-1/+5
1999-11-10Added imap dissector, pretty much a simple translation of the popNathan Neulinger1-1/+5
1999-11-02Make the TCP header length field more closely resemble the IP headerGuy Harris1-5/+6
1999-11-02Make a bunch of the TCP header fields filterable items.Guy Harris1-32/+81
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-11/+4
1999-10-15BGP decoding. more attributes and NLRIs needs to be added.Jun-ichiro itojun Hagino1-2/+6
1999-10-14Nathan Neulinger's NTP dissector.Guy Harris1-1/+5
1999-10-14Nathan Neulinger's dissector for the Yahoo messenger and pagerGuy Harris1-1/+7
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-6/+11
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1-2/+3
1999-08-28PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris1-23/+35
1999-08-18Fix up the call to "reassemble_tcp()" to use "pi.len" andGuy Harris1-6/+6
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1-12/+8
1999-07-31Fix TCP follow stream feature:Laurent Deniel1-2/+5
1999-07-31Label the TCP sequence number as "Sequence number", not "SequenceGuy Harris1-2/+2
1999-07-17Added just enough fields to TCP to support "Follow TCP Stream". It works now.Gilbert Ramirez1-11/+42
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-35/+31