projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: add KEY_WPS_BUTTON definition
[openwrt.git]
/
package
/
iptables
/
patches
/
002-layer7_2.17.patch
diff --git
a/package/iptables/patches/002-layer7_2.17.patch
b/package/iptables/patches/002-layer7_2.17.patch
index
a62d87f
..
3257f0f
100644
(file)
--- a/
package/iptables/patches/002-layer7_2.17.patch
+++ b/
package/iptables/patches/002-layer7_2.17.patch
@@
-1,6
+1,5
@@
-diff -Nur a/libxt_layer7.c b/libxt_layer7.c
---- a/extensions/libxt_layer7.c 1970-01-01 01:00:00.000000000 +0100
-+++ b/extensions/libxt_layer7.c 2008-08-22 16:00:52.000000000 +0200
+--- /dev/null
++++ b/extensions/libxt_layer7.c
@@ -0,0 +1,368 @@
+/*
+ Shared library add-on to iptables for layer 7 matching support.
@@ -0,0 +1,368 @@
+/*
+ Shared library add-on to iptables for layer 7 matching support.
@@
-370,9
+369,8
@@
diff -Nur a/libxt_layer7.c b/libxt_layer7.c
+{
+ xtables_register_match(&layer7);
+}
+{
+ xtables_register_match(&layer7);
+}
-diff -Nur a/libxt_layer7.man b/libxt_layer7.man
---- a/extensions/libxt_layer7.man 1970-01-01 01:00:00.000000000 +0100
-+++ b/extensions/libxt_layer7.man 2008-08-22 16:00:52.000000000 +0200
+--- /dev/null
++++ b/extensions/libxt_layer7.man
@@ -0,0 +1,14 @@
+This module matches packets based on the application layer data of
+their connections. It uses regular expression matching to compare
@@ -0,0 +1,14 @@
+This module matches packets based on the application layer data of
+their connections. It uses regular expression matching to compare
This page took
0.01969 seconds
and
4
git commands to generate.