Skip to content
Snippets Groups Projects
Commit a3ff9806 authored by Robert Ricci's avatar Robert Ricci
Browse files

Turn on UDP monitoring

parent 1b002cbc
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
export LD_PRELOAD=libnetmon.so export LD_PRELOAD=libnetmon.so
export LIBNETMON_MONITORUDP=1
if [ "x$LIBNETMON_OUTPUTVERSION" = "x" ]; then if [ "x$LIBNETMON_OUTPUTVERSION" = "x" ]; then
export LIBNETMON_OUTPUTVERSION=3 export LIBNETMON_OUTPUTVERSION=3
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment