From 8b7c64d6ba156a99008fcd810cba874c73294333 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Apr 2008 11:48:25 +0200 Subject: Remove old functions, constants --- extensions/libxt_pkttype.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'extensions/libxt_pkttype.c') diff --git a/extensions/libxt_pkttype.c b/extensions/libxt_pkttype.c index 7c469a8d..69c6da8e 100644 --- a/extensions/libxt_pkttype.c +++ b/extensions/libxt_pkttype.c @@ -58,9 +58,8 @@ static void print_types(void) static void pkttype_help(void) { printf( -"pkttype v%s options:\n" -" --pkt-type [!] packettype\tmatch packet type\n" -"\n", PKTTYPE_VERSION); +"pkttype match options:\n" +" --pkt-type [!] packettype\tmatch packet type\n"); print_types(); } @@ -149,7 +148,7 @@ static void pkttype_save(const void *ip, const struct xt_entry_match *match) static struct xtables_match pkttype_match = { .family = AF_UNSPEC, .name = "pkttype", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(sizeof(struct xt_pkttype_info)), .userspacesize = XT_ALIGN(sizeof(struct xt_pkttype_info)), .help = pkttype_help, -- cgit v1.2.3