aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-07-07Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideGuy Harris1-2/+5
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-1/+5
1999-06-02When checking to see if a packet is of a given type by checking theGuy Harris1-30/+14
1999-05-12Minor performance improvement and TCP option decoding fixed (when no tree).Laurent Deniel1-9/+7
1999-04-30Add support for the NetBIOS Session Service.Guy Harris1-1/+7
1999-04-06Add NNTP support.Guy Harris1-5/+11
1999-04-05FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1-8/+40
1999-03-23Fixes to the TCP reassembly code to correctly handle too shortLaurent Deniel1-1/+2
1999-03-23Move the include of "snprintf.h" after a bunch of other includes, soGuy Harris1-10/+10
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-49/+110
1999-02-12Add a first cut at HTTP decoding.Guy Harris1-3/+7
1999-02-08I removed the bit-fields that depended upon gcc's ability to use any typeGilbert Ramirez1-3/+3
1999-01-04Include "snprintf.h", as we use "snprintf()", so that we don't getGuy Harris1-1/+10
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-2/+23
1998-12-21Syntax and compilation fixes for the broken code I just committed.Gerald Combs1-4/+3
1998-12-21Make the info field verbose.Gerald Combs1-31/+76
1998-11-18* Added patches from Laurent and GuyGerald Combs1-2/+9
1998-11-18* Mods to use get_tcp_port() to print the port number.Gerald Combs1-5/+6
1998-11-17* Fixes for TCP and UDP port number display.Gerald Combs1-1/+9
1998-11-17* Added column formatting functionality.Gerald Combs1-5/+5
1998-10-13Add a routine to dissect IP or TCP options (and, from a look at RFCGuy Harris1-35/+220