in reply to converting tcpdump files

botho,
Have you tried Net::Pcap? Here is a blurb from the docs:

"a system-independent interface for user-level packet capture. libpcap provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc."

I know it isn't tcpdump, but I am pretty sure that it contains almost all the same information.

Cheers - L~R