Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maalepaaler
mp-rude
Commits
18c3763b
Commit
18c3763b
authored
Feb 28, 2019
by
Olav Kvittem
Browse files
added tcpdump igmp
parent
afcec7a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
18c3763b
...
...
@@ -8,7 +8,7 @@ apt-get update
apt-get
-y
upgrade
package
=
"mp-rude"
version
=
"1.3.
7
"
version
=
"1.3.
8
"
#version=$(git describe|perl -p -e 'chomp;s/v([^-]+)(-(\d+)-g.+)?$/\1+\3/;s/\+$//')
...
...
mp-rude/usr/share/mp-rude/start.sh
View file @
18c3763b
...
...
@@ -17,3 +17,7 @@ for i in $(cat ${traceconf}) ; do
${
trace
}
${
i
}
23:59
>
/dev/null 2>&1 &
echo
"
$!
"
>>
"
${
pidfile
}
"
done
# start tcpdump
/usr/sbin/tcpdump
-G
86399
-W
1
-w
${
logpath
}
/icmp-%F.pcap icmp
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment