freebsd-dev/lib/libalias
Dag-Erling Smørgrav 9fa0fd2682 Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an
{ip,udp,tcp} header and return a void * pointing to the payload (i.e. the
first byte past the end of the header and any required padding).  Use them
consistently throughout libalias to a) reduce code duplication, b) improve
code legibility, c) get rid of a bunch of alignment warnings.
2004-07-06 12:13:28 +00:00
..
alias_cuseeme.c Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias_db.c Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias_ftp.c Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias_irc.c Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias_local.h Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias_nbt.c Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias_old.c Make libalias WARNS?=6-clean. This mostly involves renaming variables 2004-07-05 11:10:57 +00:00
alias_pptp.c Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias_proxy.c Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias_skinny.c Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias_smedia.c Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias_util.c Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias.c Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an 2004-07-06 12:13:28 +00:00
alias.h Make libalias WARNS?=6-clean. This mostly involves renaming variables 2004-07-05 11:10:57 +00:00
HISTORY Add address translation support for RTSP/RTP used by RealPlayer and 2000-07-26 23:15:46 +00:00
libalias.3 Mechanically kill hard sentence breaks. 2004-07-02 23:52:20 +00:00
Makefile Temporarily lower WARNS to 3 while I figure out the alignment issues on 2004-07-06 08:44:41 +00:00