I found that in Wireshark gui, there is an info field describe the connection info such as HTTP GET or who has x.x.x.x. Just wondering if wireshark will store the info field into pcap dump file?
I am trying to parse the pcap with dpkt python module. Dont' know how should I retrieve this info field. Thanks for any suggestion.