123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- <!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>6 Required Libraries and Tools</TITLE>
- <META NAME="description" CONTENT="6 Required Libraries and Tools">
- <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="next" HREF="node8.html">
- <LINK REL="previous" HREF="node6.html">
- <LINK REL="up" HREF="FAQ.html">
- <LINK REL="next" HREF="node8.html">
- </HEAD>
- <BODY >
- <DIV CLASS="navigation"><!--Navigation Panel-->
- <A NAME="tex2html227"
- HREF="node8.html">
- <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
- <A NAME="tex2html223"
- HREF="FAQ.html">
- <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
- <A NAME="tex2html217"
- HREF="node6.html">
- <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
- <A NAME="tex2html225"
- HREF="node1.html">
- <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
- <BR>
- <B> Next:</B> <A NAME="tex2html228"
- HREF="node8.html">7 Other pcap tools</A>
- <B> Up:</B> <A NAME="tex2html224"
- HREF="FAQ.html">Tcpreplay 3.x FAQ</A>
- <B> Previous:</B> <A NAME="tex2html218"
- HREF="node6.html">5 Common Questions from</A>
- <B> <A NAME="tex2html226"
- 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="tex2html229"
- HREF="node7.html#SECTION00071000000000000000"><SPAN CLASS="arabic">6</SPAN>.<SPAN CLASS="arabic">1</SPAN> Libpcap</A>
- <LI><A NAME="tex2html230"
- HREF="node7.html#SECTION00072000000000000000"><SPAN CLASS="arabic">6</SPAN>.<SPAN CLASS="arabic">2</SPAN> Libnet</A>
- <LI><A NAME="tex2html231"
- HREF="node7.html#SECTION00073000000000000000"><SPAN CLASS="arabic">6</SPAN>.<SPAN CLASS="arabic">3</SPAN> Libpcapnav</A>
- <LI><A NAME="tex2html232"
- HREF="node7.html#SECTION00074000000000000000"><SPAN CLASS="arabic">6</SPAN>.<SPAN CLASS="arabic">4</SPAN> Tcpdump</A>
- </UL>
- <!--End of Table of Child-Links-->
- <HR>
- <H1><A NAME="SECTION00070000000000000000">
- <SPAN CLASS="arabic">6</SPAN> Required Libraries and Tools</A>
- </H1>
- <P>
- <H2><A NAME="SECTION00071000000000000000">
- <SPAN CLASS="arabic">6</SPAN>.<SPAN CLASS="arabic">1</SPAN> Libpcap</A>
- </H2>
- <P>
- As of tcpreplay v1.4, you'll need to have libpcap installed on your
- system. As of v2.0, you'll need at least version 0.6.0 or better,
- but I only test our code with the latest version. Libpcap can be obtained
- on the tcpdump homepage<A NAME="tex2html6"
- HREF="#foot137"><SUP><SPAN CLASS="arabic">6</SPAN></SUP></A>.
- <P>
- <H2><A NAME="SECTION00072000000000000000">
- <SPAN CLASS="arabic">6</SPAN>.<SPAN CLASS="arabic">2</SPAN> Libnet</A>
- </H2>
- <P>
- Tcpreplay v1.3 is the last version to support the old libnet API (everything
- before 1.1.x). As of v1.4 you will need to use Libnet 1.1.0 or better
- which can be obtained from the Libnet homepage<A NAME="tex2html7"
- HREF="#foot138"><SUP><SPAN CLASS="arabic">7</SPAN></SUP></A>.
- <P>
- <H2><A NAME="SECTION00073000000000000000">
- <SPAN CLASS="arabic">6</SPAN>.<SPAN CLASS="arabic">3</SPAN> Libpcapnav</A>
- </H2>
- <P>
- Starting with v2.0, tcpreplay can use libpcapnav to support the jump
- offset feature. If libpcapnav is not found on the system, that feature
- will be disabled. Libpcapnav can be found on the NetDude homepage<A NAME="tex2html8"
- HREF="#foot139"><SUP><SPAN CLASS="arabic">8</SPAN></SUP></A>.
- <P>
- <H2><A NAME="SECTION00074000000000000000">
- <SPAN CLASS="arabic">6</SPAN>.<SPAN CLASS="arabic">4</SPAN> Tcpdump</A>
- </H2>
- <P>
- As of 2.0, tcpreplay uses tcpdump (the binary, not code) to decode
- packets to STDOUT in a human readable (with practice) format as it
- sends them. If you would like this feature, tcpdump must be installed
- on your system.
- <P>
- N<SMALL>OTE:</SMALL> The location of the tcpdump binary is hardcoded in
- tcpreplay at compile time. If tcpdump gets renamed or moved, the feature
- will become disabled.
- <P>
- <BR><HR><H4>Footnotes</H4>
- <DL>
- <DT><A NAME="foot137">... homepage</A><A
- HREF="node7.html#tex2html6"><SUP><SPAN CLASS="arabic">6</SPAN></SUP></A></DT>
- <DD>http://www.tcpdump.org/
- </DD>
- <DT><A NAME="foot138">... homepage</A><A
- HREF="node7.html#tex2html7"><SUP><SPAN CLASS="arabic">7</SPAN></SUP></A></DT>
- <DD>http://www.packetfactory.net/Projects/Libnet/
- </DD>
- <DT><A NAME="foot139">... homepage</A><A
- HREF="node7.html#tex2html8"><SUP><SPAN CLASS="arabic">8</SPAN></SUP></A></DT>
- <DD>http://netdude.sourceforge.net/
- </DD>
- </DL>
- <DIV CLASS="navigation"><HR>
- <!--Navigation Panel-->
- <A NAME="tex2html227"
- HREF="node8.html">
- <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
- <A NAME="tex2html223"
- HREF="FAQ.html">
- <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
- <A NAME="tex2html217"
- HREF="node6.html">
- <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
- <A NAME="tex2html225"
- HREF="node1.html">
- <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
- <BR>
- <B> Next:</B> <A NAME="tex2html228"
- HREF="node8.html">7 Other pcap tools</A>
- <B> Up:</B> <A NAME="tex2html224"
- HREF="FAQ.html">Tcpreplay 3.x FAQ</A>
- <B> Previous:</B> <A NAME="tex2html218"
- HREF="node6.html">5 Common Questions from</A>
- <B> <A NAME="tex2html226"
- HREF="node1.html">Contents</A></B> </DIV>
- <!--End of Navigation Panel-->
- <ADDRESS>
- Aaron Turner
- 2005-08-07
- </ADDRESS>
- </BODY>
- </HTML>
|