diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-13 14:11:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-13 14:11:31 +0000 |
commit | 67bd89cdc75f87570f86b4e677f57ab8e74bed40 (patch) | |
tree | 1701a75166f87be14f96a344c4b2f36780e3c77c /net/netdude/files/patch-nd_ip.c | |
parent | 1. Made post-install DESTDIR-safe. (diff) |
add netdude 0.3.1
NETwork DUmp data Displayer and Editor for tcpdump tracefiles
Diffstat (limited to '')
-rw-r--r-- | net/netdude/files/patch-nd_ip.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/netdude/files/patch-nd_ip.c b/net/netdude/files/patch-nd_ip.c new file mode 100644 index 000000000000..182522670339 --- /dev/null +++ b/net/netdude/files/patch-nd_ip.c @@ -0,0 +1,11 @@ +--- protocols/ip/nd_ip.c.orig Sun Oct 13 21:33:19 2002 ++++ protocols/ip/nd_ip.c Sun Oct 13 21:34:05 2002 +@@ -102,7 +102,7 @@ + { N_("Low delay"), N_("Minimize delay"), IPTOS_LOWDELAY, nd_ip_tos_value_cb }, + { N_("Throughput"), N_("Maximize throughput"), IPTOS_THROUGHPUT, nd_ip_tos_value_cb }, + { N_("Reliability"), N_("Maximize reliability"), IPTOS_RELIABILITY, nd_ip_tos_value_cb }, +- { N_("Low cost"), N_("Minimize cost"), IPTOS_LOWCOST, nd_ip_tos_value_cb }, ++ { N_("Low cost"), N_("Minimize cost"), IPTOS_MINCOST, nd_ip_tos_value_cb }, + { N_("None"), N_("Clear all bits"), 0, nd_ip_tos_value_cb }, + { N_("Custom"), N_("Custom ToS value"), -1, nd_ip_tos_custom_cb }, + { NULL, NULL, 0, NULL} |