Closed billfitzgerald closed 6 months ago
I see that there have been some updates to the script - let me know if you'd like me to update the pull request to not conflict with these changes.
Closing this pull request because #8 is a cleaner approach.
This pull request updates
parse.py
to support both Linux and MacOS.Specifically, it adds os detection, and then sets the path to
tshark
based on the OS.I also added
low_memory=False
as a setting to correct for a Dtype error I encountered whyen processing test pcap files. There are nearly certainly more elegant ways to trap for and correct this error, but the low_memory setting allowed the parsing to complete with no errors/warnings, and the resulting data looked cleanThis was tested in Ubuntu, with Python 3.7.