From: Clifford Heath Date: 2004-08-30T15:21:47+09:00 Subject: Re: How to parse network traffic from tcpdump in ruby? Martin Kahlert wrote: > Is there any fast method to parse the traffic file and get the packets' > headers as well as their payload with relative small effort? Use Ethereal instead. It has more packet unpacking code than you'll ever write.