diff options
author | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org> | 2005-05-15 14:23:16 +0000 |
---|---|---|
committer | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org> | 2005-05-15 14:23:16 +0000 |
commit | a75bb977ff16c9f3b3bdccdcd4173e9ef033463f (patch) | |
tree | 382d0595b23f15e3d091408da88b23030378d6c1 /include | |
parent | b48c2c0e44ea8e2e84ee84a313f5ab4a1add0dfd (diff) | |
download | conntrack-tools-a75bb977ff16c9f3b3bdccdcd4173e9ef033463f.tar.gz conntrack-tools-a75bb977ff16c9f3b3bdccdcd4173e9ef033463f.zip |
Completed some stuff related to protocol helpers:
o final_check
o help
o ICMP support
Diffstat (limited to 'include')
-rw-r--r-- | include/libct_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libct_proto.h b/include/libct_proto.h index de632b2..6df03e7 100644 --- a/include/libct_proto.h +++ b/include/libct_proto.h @@ -24,6 +24,8 @@ struct ctproto_handler { int (*final_check)(unsigned int flags); + void (*help)(); + struct option *opts; unsigned int option_offset; |