Added -s 0 so tcpdump doesn't truncate packets (#28)
parent
261fb62b10
commit
5243fe675b
|
@ -49,7 +49,7 @@ function run() {
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
# Start tcpdump on the bridge interface
|
# Start tcpdump on the bridge interface
|
||||||
tcpdump -i br-lan -w /mnt/loot/tcpdump/dump_$(date +%Y-%m-%d-%H%M%S).pcap &>/dev/null &
|
tcpdump -i br-lan -s 0 -w /mnt/loot/tcpdump/dump_$(date +%Y-%m-%d-%H%M%S).pcap &>/dev/null &
|
||||||
tpid=$!
|
tpid=$!
|
||||||
|
|
||||||
# Wait for button to be pressed (disable button LED)
|
# Wait for button to be pressed (disable button LED)
|
||||||
|
|
Loading…
Reference in New Issue