Package: dsniff
Version: 2.4b1+debian
Severity: wishlist
Tags: patch, upstream

Hello,

e.g. tcpkill does not handle ppp interfaces. The following small
patch adds support for it (and others). Please include.

Bye,

Joerg


--- pcaputil.c.orig     2010-03-04 17:15:47.000000000 +0100
+++ pcaputil.c  2010-03-04 17:17:21.000000000 +0100
@@ -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;

Attachment: signature.asc
Description: Digital signature

Reply via email to