diff options
Diffstat (limited to 'unmaintained/dsniff/22_handlepp.patch')
-rw-r--r-- | unmaintained/dsniff/22_handlepp.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/unmaintained/dsniff/22_handlepp.patch b/unmaintained/dsniff/22_handlepp.patch deleted file mode 100644 index e4a4d22218..0000000000 --- a/unmaintained/dsniff/22_handlepp.patch +++ /dev/null @@ -1,14 +0,0 @@ -Author: Joerg Dorchain <joerg@dorchain.net> -Description: Add tcpkill support for handle ppp interfaces. ---- a/pcaputil.c 2011-06-19 17:13:44.419999392 -0500 -+++ b/pcaputil.c 2011-06-19 17:15:41.607999368 -0500 -@@ -52,6 +52,9 @@ - case DLT_NULL: - offset = 4; - break; -+ case DLT_LINUX_SLL: /* e.g. ppp */ -+ offset = 16; -+ break; - default: - warnx("unsupported datalink type"); - break; |