views:

21

answers:

1

Hello I have a pcap file. By using Jnetpcap library I am reading frames fields such as its length. The problem is I want to find each TCP conversation and then classify them based on their characteristics. For example the bigger one has a video content. I just wonder if anyone have an experience working with TCP flows (Streams). Your help is much appreciated.

A: 

Why? Wireshark already does this and it already exists.

EJP
Yes but my question is how can i extract ip addresses (Src and Dst) from a pcap file using jnetpcap? then classify them based on their characteristics.
Red Lion