reading pcap file
843790Jan 19 2010 — edited Jan 22 2010Hi,
I need a good java package that is able to read a pcap file and extract the TCP data payload from it. I've looked at jpcap (http://netresearch.ics.uci.edu/kfujii/jpcap/doc/) and jnetpcap (http://jnetpcap.com/) but none of those seems to provide a method to simply get the payload on the TCP level. (maybe I missed it?). Does anyone know a good package for this problem or sample progs?
Thanks,