summaryrefslogtreecommitdiff
path: root/net/trafshow4/files/patch-ag
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-30 16:27:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-30 16:27:01 +0000
commit827124c3947823452a854936de8225bc04f3d8b0 (patch)
treeae41467abf2bed730a25fad51544fe3917673c49 /net/trafshow4/files/patch-ag
parentMozilla Firefox certificate spoofing (diff)
- Recognize gre, gif, esp protocols
PR: ports/69654 Submitted by: Ilya V. Guy <ilya@lisgroup.net> Approved by: maintainer
Diffstat (limited to '')
-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 },