Check out the new USENIX Web site. next up previous
Next: tcpdstat Up: Methods Previous: tcpdump

tcpdpriv

We use tcpdpriv to remove user data and scramble addresses. tcpdpriv was developed by Greg Minshall at Ipsilon Networks in 1996. tcpdpriv removes privacy information in a raw tcpdump output. tcpdpriv uses the pcap library to read and write tcpdump output files. tcpdpriv removes the payload of TCP and UDP, and the entire IP payload for other protocols. tcpdpriv implements several address scrambling methods; the sequential numbering method and its variants, and a hash method with preserving address prefix.

However, the original tcpdpriv lacks several features we need:

Thus, we have modified the original tcpdpriv to support these features. The default settings are also changed to meet our requirements since the options seem to be too complex and a mistake of option selection could be fatal to user privacy.



Kenjiro Cho
2000-04-23