Read the file data and devide
Python
3
Posts
3
Posters
16
Views
1
Watching
-
Hi, I want to read the pcap file and devide the data into 64byte chunks. If you need any more info, please let me know.
-
Hi, I want to read the pcap file and devide the data into 64byte chunks. If you need any more info, please let me know.
That depends on what you're doing with the file. Are you trying to read the file without interpreting the content? Or are you interpreting the content and doing something with that?
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak -
Hi, I want to read the pcap file and devide the data into 64byte chunks. If you need any more info, please let me know.