diff options
author | archie <archie@FreeBSD.org> | 2000-07-26 23:15:46 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2000-07-26 23:15:46 +0000 |
commit | ce3ae491d047b5a7a968a87c95bbf08aa1f6262b (patch) | |
tree | 95c3b6b726fa177c12abec471b7e211ba1996e0d /lib/libalias/libalias.3 | |
parent | 5f9237207a5d726bc1548e62283c8b155456b7ce (diff) | |
download | FreeBSD-src-ce3ae491d047b5a7a968a87c95bbf08aa1f6262b.zip FreeBSD-src-ce3ae491d047b5a7a968a87c95bbf08aa1f6262b.tar.gz |
Add address translation support for RTSP/RTP used by RealPlayer and
Quicktime streaming media applications.
Add a BUGS section to the man page.
Submitted by: Erik Salander <erik@whistle.com>
Diffstat (limited to 'lib/libalias/libalias.3')
-rw-r--r-- | lib/libalias/libalias.3 | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3 index 4c06d98..0090387 100644 --- a/lib/libalias/libalias.3 +++ b/lib/libalias/libalias.3 @@ -808,6 +808,25 @@ If the checksum is valid, .Fn PacketAliasInternetChecksum will return zero. .Ed +.Pp +.Ft int +.Fn PacketUnaliasOut "char *buffer" "int maxpacketsize" +.Bd -ragged -offset indent +An outgoing packet, which has already been aliased, has its private address/port +information restored by this function. +The IP packet is pointed to by +.Fa buffer , +and +.Fa maxpacketsize +is provided for error checking purposes. +This function can be used if an already-aliased packet needs to have its +original IP header restored for further processing (eg. logging). +.Ed +.Sh BUGS +PPTP aliasing does not work when more than one internal client +connects to the same external server at the same time, because +PPTP requires a single TCP control connection to be established +between any two IP addresses. .Sh AUTHORS .An Charles Mott Aq cmott@scientech.com , versions 1.0 - 1.8, 2.0 - 2.4. @@ -816,7 +835,9 @@ versions 1.8b, 1.9 and 2.5. Added IRC DCC support as well as contributing a number of architectural improvements; added the firewall bypass for FTP/IRC DCC. .An Erik Salander Aq erik@whistle.com -added support for PPTP. +added support for PPTP and RTSP. +.An Junichi Satoh Aq junichi@junichi.org +added support for RTSP/PNA. .Sh ACKNOWLEDGMENTS Listed below, in approximate chronological order, are individuals who have provided valuable comments and/or debugging assistance. |