2008年12月16日 星期二

build 64bit version of openssl

HPUX IA64 - I choose method 2:
change in main Makefile definitions to:

SHARED_LDFLAGS=-mlp64 -shared -nodefaultlibs
EX_LIBS= -ldl -lgcc

and run make again.

2008年12月10日 星期三

sniffer

Sniffer in wikipedia
A Quick Intro to Sniffers - provide links to other sniffer information.

2008年11月24日 星期一

netfilter's weblog

http://planet.netfilter.org/

TPROXY take 6 ?

It seems the TPROXY has been merged into Linux kernel 2.6.27-git2
And it is on 2.6.28-rc6

The corresponding iptables version seems to be released soon (1.4.3-rc1 )

It means no more patch to support this feature in kernel/iptables.