diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-07-05 10:53:28 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-07-05 10:53:28 +0000 |
| commit | f311ebb4ec205d59f36b71b24e8695cbb19a31ac (patch) | |
| tree | edafb583425323ab9b59562492a624301104a303 /sys/netinet/libalias/alias_ftp.c | |
| parent | 1af1ea79a8a0352d70e7eeb1d1674c30907c2bbb (diff) | |
Notes
Diffstat (limited to 'sys/netinet/libalias/alias_ftp.c')
| -rw-r--r-- | sys/netinet/libalias/alias_ftp.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/netinet/libalias/alias_ftp.c b/sys/netinet/libalias/alias_ftp.c index 91d49525bc75..2a7def7bc433 100644 --- a/sys/netinet/libalias/alias_ftp.c +++ b/sys/netinet/libalias/alias_ftp.c @@ -50,17 +50,17 @@ __FBSDID("$FreeBSD$"); Initial version: August, 1996 (cjm) Version 1.6 - Brian Somers and Martin Renters identified an IP checksum - error for modified IP packets. + Brian Somers and Martin Renters identified an IP checksum + error for modified IP packets. Version 1.7: January 9, 1996 (cjm) - Differential checksum computation for change - in IP packet length. + Differential checksum computation for change + in IP packet length. Version 2.1: May, 1997 (cjm) - Very minor changes to conform with - local/global/function naming conventions - within the packet aliasing module. + Very minor changes to conform with + local/global/function naming conventions + within the packet aliasing module. Version 3.1: May, 2000 (eds) Add support for passive mode, alias the 227 replies. @@ -106,7 +106,7 @@ AliasHandleFtpOut( struct ip *pip, /* IP packet to examine/patch */ struct alias_link *link, /* The link to go through (aliased port) */ int maxpacketsize /* The maximum size this packet can grow to - (including headers) */ ) + (including headers) */ ) { int hlen, tlen, dlen, pflags; char *sptr; |
