123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <!--Converted with LaTeX2HTML 2002-2-1 (1.70)
- original version by: Nikos Drakos, CBLU, University of Leeds
- * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
- * with significant contributions from:
- Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
- <HTML>
- <HEAD>
- <TITLE>7 Other pcap tools available</TITLE>
- <META NAME="description" CONTENT="7 Other pcap tools available">
- <META NAME="keywords" CONTENT="FAQ">
- <META NAME="resource-type" CONTENT="document">
- <META NAME="distribution" CONTENT="global">
- <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
- <META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
- <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
- <LINK REL="STYLESHEET" HREF="FAQ.css">
- <LINK REL="previous" HREF="node7.html">
- <LINK REL="up" HREF="FAQ.html">
- </HEAD>
- <BODY >
- <DIV CLASS="navigation"><!--Navigation Panel-->
- <IMG WIDTH="81" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next_inactive" SRC="nx_grp_g.png">
- <A NAME="tex2html237"
- HREF="FAQ.html">
- <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
- <A NAME="tex2html235"
- HREF="node7.html">
- <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
- <A NAME="tex2html239"
- HREF="node1.html">
- <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
- <BR>
- <B> Up:</B> <A NAME="tex2html238"
- HREF="FAQ.html">Tcpreplay 3.x FAQ</A>
- <B> Previous:</B> <A NAME="tex2html236"
- HREF="node7.html">6 Required Libraries and</A>
- <B> <A NAME="tex2html240"
- HREF="node1.html">Contents</A></B>
- <BR>
- <BR></DIV>
- <!--End of Navigation Panel-->
- <!--Table of Child-Links-->
- <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
- <UL CLASS="ChildLinks">
- <LI><A NAME="tex2html241"
- HREF="node8.html#SECTION00081000000000000000"><SPAN CLASS="arabic">7</SPAN>.<SPAN CLASS="arabic">1</SPAN> Tools to capture network traffic or decode pcap files</A>
- <LI><A NAME="tex2html242"
- HREF="node8.html#SECTION00082000000000000000"><SPAN CLASS="arabic">7</SPAN>.<SPAN CLASS="arabic">2</SPAN> Tools to edit pcap files</A>
- <LI><A NAME="tex2html243"
- HREF="node8.html#SECTION00083000000000000000"><SPAN CLASS="arabic">7</SPAN>.<SPAN CLASS="arabic">3</SPAN> Other useful tools</A>
- </UL>
- <!--End of Table of Child-Links-->
- <HR>
- <H1><A NAME="SECTION00080000000000000000">
- <SPAN CLASS="arabic">7</SPAN> Other pcap tools available</A>
- </H1>
- <P>
- <H2><A NAME="SECTION00081000000000000000">
- <SPAN CLASS="arabic">7</SPAN>.<SPAN CLASS="arabic">1</SPAN> Tools to capture network traffic or decode pcap files</A>
- </H2>
- <P>
- <UL>
- <LI>tcpdump
- <BR>
- http://www.tcpdump.org/
- </LI>
- <LI>ethereal
- <BR>
- http://www.ethereal.com/
- </LI>
- <LI>ettercap
- <BR>
- http://ettercap.sourceforge.net/
- </LI>
- </UL>
- <P>
- <H2><A NAME="SECTION00082000000000000000">
- <SPAN CLASS="arabic">7</SPAN>.<SPAN CLASS="arabic">2</SPAN> Tools to edit pcap files</A>
- </H2>
- <P>
- <UL>
- <LI>tcpslice
- <BR>
- Splits pcap files into smaller files
- <BR>
- http://www.tcpdump.org/
- </LI>
- <LI>mergecap
- <BR>
- Merges two pcap capture files into one
- <BR>
- http://www.ethreal.com/
- </LI>
- <LI>pcapmerge
- <BR>
- Merges two or more pcap capture files into one
- <BR>
- http://tcpreplay.sourceforge.net/
- </LI>
- <LI>editcap
- <BR>
- Converts capture file formats (pcap, snoop, etc)
- <BR>
- http://www.ethreal.com/
- </LI>
- <LI>netdude
- <BR>
- GTK based pcap capture file editor. Allows editing most anything in
- the packet.
- <BR>
- http://netdude.sourceforge.net/
- </LI>
- </UL>
- <P>
- <H2><A NAME="SECTION00083000000000000000">
- <SPAN CLASS="arabic">7</SPAN>.<SPAN CLASS="arabic">3</SPAN> Other useful tools</A>
- </H2>
- <P>
- <UL>
- <LI>capinfo
- <BR>
- Prints statistics and basic information about a pcap file
- <BR>
- http://tcpreplay.sourceforge.net/
- </LI>
- <LI>text2pcap
- <BR>
- Generates a pcap capture file from a hex dump
- <BR>
- http://www.ethreal.com/
- </LI>
- <LI>tcpflow
- <BR>
- Extracts and reassembles the data portion on a per-flow basis on live
- traffic or pcap capture files
- <BR>
- http://www.circlemud.org/ jelson/software/tcpflow/
- </LI>
- </UL>
- <P>
- <BR><HR>
- <ADDRESS>
- Aaron Turner
- 2005-08-07
- </ADDRESS>
- </BODY>
- </HTML>
|