You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway when I processing files, to know the offset of the current packet within the larger pcap file? I am having a hard time figuring/finding it out, and it could be helpful for me. Thanks!
The text was updated successfully, but these errors were encountered:
Use FILE *pcap_file(pcap_t *) to get file pointer, then long int ftell ( FILE * stream ); to get file position.
You will need to write your own interop.
Is there anyway when I processing files, to know the offset of the current packet within the larger pcap file? I am having a hard time figuring/finding it out, and it could be helpful for me. Thanks!
The text was updated successfully, but these errors were encountered: