aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-11/+4
* BGP decoding. more attributes and NLRIs needs to be added.Jun-ichiro itojun Hagino1999-10-151-2/+6
* Nathan Neulinger's NTP dissector.Guy Harris1999-10-141-1/+5
* Nathan Neulinger's dissector for the Yahoo messenger and pagerGuy Harris1999-10-141-1/+7
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-6/+11
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-2/+3
* PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris1999-08-281-23/+35
* Fix up the call to "reassemble_tcp()" to use "pi.len" andGuy Harris1999-08-181-6/+6
* Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1999-08-181-12/+8
* Fix TCP follow stream feature:Laurent Deniel1999-07-311-2/+5
* Label the TCP sequence number as "Sequence number", not "SequenceGuy Harris1999-07-311-2/+2
* Added just enough fields to TCP to support "Follow TCP Stream". It works now.Gilbert Ramirez1999-07-171-11/+42
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-35/+31
* Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideGuy Harris1999-07-071-2/+5
* Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1999-06-111-1/+5
* When checking to see if a packet is of a given type by checking theGuy Harris1999-06-021-30/+14
* Minor performance improvement and TCP option decoding fixed (when no tree).Laurent Deniel1999-05-121-9/+7
* Add support for the NetBIOS Session Service.Guy Harris1999-04-301-1/+7
* Add NNTP support.Guy Harris1999-04-061-5/+11
* FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1999-04-051-8/+40
* Fixes to the TCP reassembly code to correctly handle too shortLaurent Deniel1999-03-231-1/+2
* Move the include of "snprintf.h" after a bunch of other includes, soGuy Harris1999-03-231-10/+10
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-49/+110
* Add a first cut at HTTP decoding.Guy Harris1999-02-121-3/+7
* I removed the bit-fields that depended upon gcc's ability to use any typeGilbert Ramirez1999-02-081-3/+3
* Include "snprintf.h", as we use "snprintf()", so that we don't getGuy Harris1999-01-041-1/+10
* * Added Joerg Mayer's Vines patchGerald Combs1998-12-291-2/+23
* Syntax and compilation fixes for the broken code I just committed.Gerald Combs1998-12-211-4/+3
* Make the info field verbose.Gerald Combs1998-12-211-31/+76
* * Added patches from Laurent and GuyGerald Combs1998-11-181-2/+9
* * Mods to use get_tcp_port() to print the port number.Gerald Combs1998-11-181-5/+6
* * Fixes for TCP and UDP port number display.Gerald Combs1998-11-171-1/+9
* * Added column formatting functionality.Gerald Combs1998-11-171-5/+5
* Add a routine to dissect IP or TCP options (and, from a look at RFCGuy Harris1998-10-131-35/+220