summaryrefslogtreecommitdiff
path: root/net/trafshow4/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'net/trafshow4/files/patch-ag')
-rw-r--r--net/trafshow4/files/patch-ag20
1 files changed, 14 insertions, 6 deletions
diff --git a/net/trafshow4/files/patch-ag b/net/trafshow4/files/patch-ag
index b4003dcf9649..959cd5221318 100644
--- a/net/trafshow4/files/patch-ag
+++ b/net/trafshow4/files/patch-ag
@@ -1,12 +1,20 @@
---- util.c.orig Fri Sep 15 06:51:11 2000
-+++ util.c Thu Sep 21 14:35:33 2000
-@@ -129,6 +129,9 @@
+--- util.c.orig Thu Sep 25 06:37:57 1997
++++ util.c Fri Jul 30 18:20:20 2004
+@@ -123,11 +123,17 @@
+ { "egp", IPPROTO_EGP },
+ { "ospf", IPPROTO_OSPF },
+ { "igmp", IPPROTO_IGMP },
++ { "gre", IPPROTO_GRE },
++ { "gif", IPPROTO_IPIP },
++ { "esp", IPPROTO_ESP },
+ #ifdef IPPROTO_GGP
+ { "ggp", IPPROTO_GGP },
+ #endif
#ifdef IPPROTO_ENCAP
{ "encap",IPPROTO_ENCAP},
- #endif
++#endif
+#ifdef IPPROTO_IPV6
+ { "ipv6", IPPROTO_IPV6},
-+#endif
+ #endif
{ "ip", IPPROTO_IP },
{ "raw", IPPROTO_RAW },
- { NULL, -1 },