Currently, the method names are
load(filename) - to parse a binary file
from_file(filename) - to create a packet definition from a file (only csv right now)
to_file(filename) - to create a binary file with synthetic data (coming soon!)
I feel like all of these function names are unclear and require someone to read the documentation to figure out what they do which should not be the case.
The purpose of this issue is to discuss whether it is worthwhile to change these names and what the new names might be.