From: Michael Tremer Date: Sun, 18 Apr 2010 15:11:42 +0000 (+0200) Subject: libpcap: Add patch for better ppp support. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46c1fa3666c37d41325c9f57ff9c95fc2b547d5e;p=ipfire-3.x.git libpcap: Add patch for better ppp support. --- diff --git a/pkgs/core/libpcap/patches/libpcap-0.8.3-ppp.patch b/pkgs/core/libpcap/patches/libpcap-0.8.3-ppp.patch new file mode 100644 index 000000000..44367a11e --- /dev/null +++ b/pkgs/core/libpcap/patches/libpcap-0.8.3-ppp.patch @@ -0,0 +1,10 @@ +--- a/gencode.c.old 2004-06-21 19:43:24.611308762 +0100 ++++ b/gencode.c 2004-06-21 19:43:34.851140716 +0100 +@@ -5004,6 +5004,7 @@ + */ + switch (linktype) { + case DLT_SLIP: ++ case DLT_PPP: + b0 = gen_relation(BPF_JEQ, + gen_load(Q_LINK, gen_loadi(0), 1), + gen_loadi(0),