diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libalias/HISTORY | 8 | ||||
-rw-r--r-- | lib/libalias/alias_util.c | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/lib/libalias/HISTORY b/lib/libalias/HISTORY index 575d1b4..f26299c 100644 --- a/lib/libalias/HISTORY +++ b/lib/libalias/HISTORY @@ -1,3 +1,5 @@ +$FreeBSD$ + Version 1.0: August 11, 1996 (cjm) Version 1.1: August 20, 1996 (cjm) @@ -26,7 +28,7 @@ Version 1.6: September 18, 1996 traceroute, which uses UDP packets to non-existent ports. -Verstion 1.7: January 9, 1997 (cjm) +Version 1.7: January 9, 1997 (cjm) - Reduced malloc() activity for ICMP echo and timestamp requests. @@ -97,12 +99,12 @@ Version 2.1: May, 1997 (cjm) PacketAliasRedirectAddr() added to API. - Now supports outgoing as well as incoming ICMP - error messges. + error messages. Version 2.2: July, 1997 (cjm) - Rationalized API function names to all begin with "PacketAlias..." Old function names are retained - for backwards compatitibility. + for backwards compatibility. - Packet aliasing engine will now free memory of fragments which are never resolved after a timeout diff --git a/lib/libalias/alias_util.c b/lib/libalias/alias_util.c index 41ca6cc..b939428 100644 --- a/lib/libalias/alias_util.c +++ b/lib/libalias/alias_util.c @@ -1,5 +1,5 @@ /* - Alias_util.h contains general utilities used by other functions + Alias_util.c contains general utilities used by other functions in the packet aliasing module. At the moment, there are functions for computing IP header and TCP packet checksums. @@ -17,7 +17,7 @@ /* Note: the checksum routines assume that the actual checksum word has -been zeroed out. If the checksum workd is filled with the proper value, +been zeroed out. If the checksum word is filled with the proper value, then these routines will give a result of zero (useful for testing purposes); */ |