scripts/wifi
Matteo Cypriani a9cfd31217 [wifi] capture: fix invoke_tcpdump()
When the number of packets captured was >0, set -e stopped the program
as invoke_tcpdump() returned a non-zero value. This is fixed by using
echo instead of return.

Some messages improved, too.
2011-08-08 10:56:50 +02:00
..
README [wifi] capture: gather system information 2011-08-06 00:39:37 +02:00
capture.sh [wifi] capture: fix invoke_tcpdump() 2011-08-08 10:56:50 +02:00

README

capture.sh is a script to automatically capture a few packets on a Wi-Fi
interface and write them to a Pcap file along with some information
about the system, which are finally compressed into a tarball. The Pcap
file can then be analysed (for example with Wireshark) to check what the
interface supports on which operating system, using a given driver, etc.