From ddac6c5bc636003d664d25c08ea3fe176565096c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 1 Sep 2008 14:22:19 +0200 Subject: src: Update comments A number of comments are redundant, some outdated and others outright wrong in their own way. Remove and fixup. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libxt_tcpmss.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'extensions/libxt_tcpmss.c') diff --git a/extensions/libxt_tcpmss.c b/extensions/libxt_tcpmss.c index 8f56a41c..59218b82 100644 --- a/extensions/libxt_tcpmss.c +++ b/extensions/libxt_tcpmss.c @@ -8,7 +8,6 @@ #include #include -/* Function which prints out usage message. */ static void tcpmss_help(void) { printf( @@ -54,8 +53,6 @@ parse_tcp_mssvalues(const char *mssvaluestring, free(buffer); } -/* Function which parses command options; returns true if it - ate an option */ static int tcpmss_parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_match **match) @@ -93,7 +90,6 @@ print_tcpmss(u_int16_t mss_min, u_int16_t mss_max, int invert, int numeric) printf("%u:%u ", mss_min, mss_max); } -/* Final check; must have specified --mss. */ static void tcpmss_check(unsigned int flags) { if (!flags) @@ -101,7 +97,6 @@ static void tcpmss_check(unsigned int flags) "tcpmss match: You must specify `--mss'"); } -/* Prints out the matchinfo. */ static void tcpmss_print(const void *ip, const struct xt_entry_match *match, int numeric) { @@ -113,7 +108,6 @@ tcpmss_print(const void *ip, const struct xt_entry_match *match, int numeric) mssinfo->invert, numeric); } -/* Saves the union ipt_matchinfo in parsable form to stdout. */ static void tcpmss_save(const void *ip, const struct xt_entry_match *match) { const struct xt_tcpmss_match_info *mssinfo = -- cgit v1.2.3