In order to parse network traffic I'm using PCAP.Net
(I run splitcap on a given PCAP file and using PCAP.Net to extract communication data from the resulted bin files).
Is it possible to get the Protocol (HTTP, FTP etc.) being used in a specific packet (no based on port number) using PCAP.Net?