mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Line buffering of the result is better.
This commit is contained in:
parent
87f67589c4
commit
c1abc85026
@ -2,4 +2,4 @@
|
||||
|
||||
PORT=${1:-"80"}
|
||||
|
||||
sudo tcpdump -i lo -s0 -n -q -A "tcp port ${PORT} and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)"
|
||||
sudo tcpdump -i any -s0 -l -n -q -A "tcp port ${PORT} and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user