Fixed ethertypes database path in the print_help() function:
    " protocol type string: see "_PATH_ETHERTYPES"\n");
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 @@
 		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)