diff options
author | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org> | 2005-09-24 18:42:39 +0000 |
---|---|---|
committer | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org> | 2005-09-24 18:42:39 +0000 |
commit | 41796b0c80876094f3db8af0efae16d162788793 (patch) | |
tree | 98ec560f862640331328caa0cf2b3d7f9031ef72 /extensions/libct_proto_udp.c | |
parent | 53aff5a51af588ed1bdd94c9915fc610487c26c0 (diff) | |
download | conntrack-tools-41796b0c80876094f3db8af0efae16d162788793.tar.gz conntrack-tools-41796b0c80876094f3db8af0efae16d162788793.zip |
major update (See ChangeLog)
Diffstat (limited to 'extensions/libct_proto_udp.c')
-rw-r--r-- | extensions/libct_proto_udp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/libct_proto_udp.c b/extensions/libct_proto_udp.c index 8a9f0cf..ecde5f2 100644 --- a/extensions/libct_proto_udp.c +++ b/extensions/libct_proto_udp.c @@ -149,7 +149,8 @@ static struct ctproto_handler udp = { .print_proto = print_proto, .final_check = final_check, .help = help, - .opts = opts + .opts = opts, + .version = LIBCT_VERSION, }; void __attribute__ ((constructor)) init(void); |