e9c2ed11fe
- 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. |
||
---|---|---|
.. | ||
csu | ||
libarch | ||
libasn1 | ||
libbz2 | ||
libc | ||
libcom_err | ||
libcompat | ||
libcrypt | ||
libcrypto | ||
libcrypto_idea | ||
libcrypto_rc5 | ||
libcurses | ||
libdes | ||
libedit | ||
libform | ||
libgssapi | ||
libhdb | ||
libintl | ||
libipsec | ||
libkadm | ||
libkadm5 | ||
libkadm5clnt | ||
libkadm5srv | ||
libkafs | ||
libkdb | ||
libkrb | ||
libkrb5 | ||
libkstream | ||
libkvm | ||
libl | ||
libm | ||
libmenu | ||
libossaudio | ||
libpcap | ||
libposix | ||
libresolv | ||
librmt | ||
libroken | ||
librpcsvc | ||
libskey | ||
libsl | ||
libss | ||
libssl | ||
libtelnet | ||
libterm | ||
libusb | ||
libutil | ||
libvers | ||
libwrap | ||
liby | ||
libz | ||
bumpversion | ||
checkver | ||
checkvers | ||
Makefile | ||
Makefile.inc |