What is the equivalent command in sharpPcap to the wireshark command:
capinfos -a -e <pcap name>
This command returns the value of the start and the end time of the recording.
Thank You!
What is the equivalent command in sharpPcap to the wireshark command:
capinfos -a -e <pcap name>
This command returns the value of the start and the end time of the recording.
Thank You!
Copyright © 2021 Jogjafile Inc.
Open the capture file and read all the packets. Save the time stamps of the first packet you read and the last packet you read. That's how capinfos does it.