From 7bfe791fa77d7b9adf430bd24266d9837230cade Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 25 Mar 2014 15:53:47 -0500 Subject: fixed it *really* --- debug/tcpdump | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 debug/tcpdump (limited to 'debug') diff --git a/debug/tcpdump b/debug/tcpdump new file mode 100755 index 0000000..6a8aa9f --- /dev/null +++ b/debug/tcpdump @@ -0,0 +1,3 @@ +#!/bin/bash +PORT=$(sockstat -n | grep segfault | tr -s ' ' | cut -d. -f5 | cut '-d ' -f1) +tcpdump -q -s0 -nXXi lo0 port $PORT -- cgit v1.2.3