mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
10
src/patches/libpcap-0.8.3-ppp.patch
Normal file
10
src/patches/libpcap-0.8.3-ppp.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- gencode.c.old 2004-06-21 19:43:24.611308762 +0100
|
||||
+++ 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),
|
||||
Reference in New Issue
Block a user