mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-27 07:14:02 -05:00
tests: Remove forgotten tcpdump references
tcpdump has not been used in the test scripts for a while, so no need to stop it from stop.sh. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
8107d33361
commit
29513e461a
@ -12,8 +12,8 @@ functionality for that matter) to be tested.
|
|||||||
mac80211_hwsim is loaded with five simulated radios to allow different
|
mac80211_hwsim is loaded with five simulated radios to allow different
|
||||||
device combinations to be tested. wlantest is used analyze raw packets
|
device combinations to be tested. wlantest is used analyze raw packets
|
||||||
captured through the hwsim0 monitor interface that capture all frames
|
captured through the hwsim0 monitor interface that capture all frames
|
||||||
sent on all channels. tcpdump is used to store the frames for
|
sent on all channels. wlantest is used to store the frames for
|
||||||
analysis. Three wpa_supplicant processed are used to control three
|
analysis. Three wpa_supplicant processes are used to control three
|
||||||
virtual radios and one hostapd process is used to dynamically control
|
virtual radios and one hostapd process is used to dynamically control
|
||||||
the other two virtual radios. hwsim_test is used to verify that data
|
the other two virtual radios. hwsim_test is used to verify that data
|
||||||
connection (both unicast and broadcast) works between two netdevs.
|
connection (both unicast and broadcast) works between two netdevs.
|
||||||
|
@ -14,7 +14,6 @@ for i in `pidof valgrind.bin`; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
sudo killall -q wlantest
|
sudo killall -q wlantest
|
||||||
sudo killall -q tcpdump
|
|
||||||
if grep -q hwsim0 /proc/net/dev; then
|
if grep -q hwsim0 /proc/net/dev; then
|
||||||
sudo ifconfig hwsim0 down
|
sudo ifconfig hwsim0 down
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user