summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorfnm3 <fnm3>2002-11-21 10:49:38 +0000
committerfnm3 <fnm3>2002-11-21 10:49:38 +0000
commit6c3dc65ed8cc769d57d6574eeb41942b783c45de (patch)
treef37ba1a0eb4ef866c7241983d453ca3360170c94 /extensions
parent66e899eca2d14be4aced81dfb8e3bfd31af66543 (diff)
Fixed ethertypes database path in the print_help() function:
" protocol type string: see "_PATH_ETHERTYPES"\n");
Diffstat (limited to 'extensions')
-rw-r--r--extensions/ebt_arp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_arp.c b/extensions/ebt_arp.c
index b517068..7325270 100644
--- a/extensions/ebt_arp.c
+++ b/extensions/ebt_arp.c
@@ -53,7 +53,7 @@ static void print_help()
printf("%d = %s\n", i + 1, opcodes[i]);
printf(
" hardware type string: 1 = Ethernet\n"
-" protocol type string: see /etc/ethertypes\n");
+" protocol type string: see "_PATH_ETHERTYPES"\n");
}
static void init(struct ebt_entry_match *match)