NetBSD/lib
thorpej e9c2ed11fe Add names for some ICMP and TCP protocol header offsets:
- icmptype (offset of ICMP type field)
	- icmpcode (offset of ICMP code field)
	- tcpflags (offset of TCP flags field)
and field values:
	- icmp-echoreply, icmp-unreach, icmp-sourcequench,
	  icmp-redirect, icmp-echo, icmp-routeradvert,
	  icmp-routersolicit, icmp-timxceed, icmp-paramprob,
	  icmp-tstamp, icmp-tstampreply, icmp-ireq, icmp-ireqreply,
	  icmp-maskreq, icmp-maskreply
	- tcp-fin, tcp-syn, tcp-rst, tcp-push, tcp-ack, tcp-urg

This allows expressions like the following:

	icmp[0] = 3
	(tcp[13] & 0x02) != 0

to be written as:

	icmp[icmptype] = icmp-unreach
	(tcp[tcpflags] & tcp-syn) != 0

which is a bit more user-friendly for e.g. writing packet filter rules.
2000-12-28 22:12:07 +00:00
..
csu
libarch
libasn1 libc has strlcat/tpy 2000-12-25 23:59:07 +00:00
libbz2 Install html documentation for libbz2/bzip2. 2000-11-10 02:00:09 +00:00
libc Sync with arm32: remove ovbcopy entry point. 2000-12-28 18:33:54 +00:00
libcom_err strlcpy/cat is in libc 2000-12-25 23:53:25 +00:00
libcompat
libcrypt Fix comment. 2000-12-03 13:01:37 +00:00
libcrypto
libcrypto_idea
libcrypto_rc5
libcurses Libcurses minor bump. 2000-12-22 17:08:32 +00:00
libdes
libedit bump libedit minor - added some public stuff for readline emulation 2000-12-23 22:07:16 +00:00
libform Added early release version of libform - please be gentle. 2000-12-17 12:04:30 +00:00
libgssapi
libhdb
libintl fix mmap() return value validation. comment from freebsd-audit. 2000-12-15 06:37:21 +00:00
libipsec
libkadm
libkadm5
libkadm5clnt
libkadm5srv
libkafs
libkdb
libkrb
libkrb5
libkstream
libkvm adapt to latest struct proc, struct sigacts, struct sigctx changes 2000-12-22 23:11:19 +00:00
libl
libm
libmenu Added libform specific error code. 2000-11-07 10:59:27 +00:00
libossaudio
libpcap Add names for some ICMP and TCP protocol header offsets: 2000-12-28 22:12:07 +00:00
libposix
libresolv
librmt
libroken
librpcsvc Add -${MAKEFLAGS} so that make options (like -m) get used for the submake 2000-11-29 09:25:22 +00:00
libskey
libsl
libss
libssl
libtelnet
libterm No need to initialise globals BC and UP to NULL; this happens anyway 2000-12-13 22:14:40 +00:00
libusb Repair hid_parse_usage_in_page() after format string cleanup: use fmtcheck(). 2000-12-28 01:22:40 +00:00
libutil __CONCAT does token pasting, not string concatnation. if something like: 2000-12-19 23:09:02 +00:00
libvers
libwrap
liby
libz
bumpversion
checkver
checkvers
Makefile always build libintl (don't check MKNLS). 2000-11-04 15:35:43 +00:00
Makefile.inc