mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Remove unneeded sudo
This commit is contained in:
@@ -29,7 +29,7 @@ fi
|
|||||||
|
|
||||||
interface="$1"
|
interface="$1"
|
||||||
shift
|
shift
|
||||||
sudo tcpdump -i $interface -ddd $@ | tail -n+2 |
|
tcpdump -i $interface -ddd $@ | tail -n+2 |
|
||||||
while read line; do
|
while read line; do
|
||||||
cols=( $line )
|
cols=( $line )
|
||||||
printf "%04x%02x%02x%08x" ${cols[0]} ${cols[1]} ${cols[2]} ${cols[3]}
|
printf "%04x%02x%02x%08x" ${cols[0]} ${cols[1]} ${cols[2]} ${cols[3]}
|
||||||
|
|||||||
Reference in New Issue
Block a user