From charlesreid1

(Created page with "=Tcpdump on Widy= This article covers the use of tcpdump on Widy to gather wireless pcap files. ==Installing==")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Tcpdump on Widy=
=Tcpdump on Widy=


This article covers the use of tcpdump on Widy to gather wireless pcap files.
The wiki has some general notes on tcpdump on the [[Tcpdump]] page.
 
This page covers the specific use of tcpdump on Widy to gather wireless pcap files.


==Installing==
==Installing==
Tcpdump does not come installed with OpenWRT by default, so install it using opkg:
<pre>
opkg install tcpdump
</pre>
{{WidyFlag}}

Latest revision as of 03:11, 18 January 2016

Tcpdump on Widy

The wiki has some general notes on tcpdump on the Tcpdump page.

This page covers the specific use of tcpdump on Widy to gather wireless pcap files.

Installing

Tcpdump does not come installed with OpenWRT by default, so install it using opkg:

opkg install tcpdump