aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-18Fix up the call to "reassemble_tcp()" to use "pi.len" andguy1-6/+6
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aguy1-12/+8
1999-07-31Fix TCP follow stream feature:deniel1-2/+5
1999-07-31Label the TCP sequence number as "Sequence number", not "Sequenceguy1-2/+2
1999-07-17Added just enough fields to TCP to support "Follow TCP Stream". It works now.gram1-11/+42
1999-07-07Created a new protocol tree implementation and a new display filtergram1-35/+31
1999-07-07Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideguy1-2/+5
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.gram1-1/+5
1999-06-02When checking to see if a packet is of a given type by checking theguy1-30/+14
1999-05-12Minor performance improvement and TCP option decoding fixed (when no tree).deniel1-9/+7
1999-04-30Add support for the NetBIOS Session Service.guy1-1/+7
1999-04-06Add NNTP support.guy1-5/+11
1999-04-05FTP, POP, and Telnet support from Richard Sharpe.guy1-8/+40
1999-03-23Fixes to the TCP reassembly code to correctly handle too shortdeniel1-1/+2
1999-03-23Move the include of "snprintf.h" after a bunch of other includes, soguy1-10/+10
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-49/+110
1999-02-12Add a first cut at HTTP decoding.guy1-3/+7
1999-02-08I removed the bit-fields that depended upon gcc's ability to use any typegram1-3/+3
1999-01-04Include "snprintf.h", as we use "snprintf()", so that we don't getguy1-1/+10
1998-12-29* Added Joerg Mayer's Vines patchgerald1-2/+23
1998-12-21Syntax and compilation fixes for the broken code I just committed.gerald1-4/+3
1998-12-21Make the info field verbose.gerald1-31/+76
1998-11-18* Added patches from Laurent and Guygerald1-2/+9
1998-11-18* Mods to use get_tcp_port() to print the port number.gerald1-5/+6
1998-11-17* Fixes for TCP and UDP port number display.gerald1-1/+9
1998-11-17* Added column formatting functionality.gerald1-5/+5
1998-10-13Add a routine to dissect IP or TCP options (and, from a look at RFCguy1-35/+220
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,gerald1-4/+5
1998-09-17* Added Mike Hall's TCP reconstruction code.gerald1-1/+17
1998-09-16Added ID tags to the beginning of each source file.gerald1-0/+2
1998-09-16Initial revisiongerald1-0/+116