Support for spaces in file names
0x4d4c opened this issue · 1 comments
0x4d4c commented
Trying to mount a pcap with spaces in its name gives the following error: the argument ('test capture.pcap') for option '--pcap-path' is invalid
. This happens when the name is quoted on the command line and when the space is escaped. Directories with a space in their name cause the same error.
I think is a bug and pcapFS should support input file names with spaces.
axmahr commented
Thanks for catching this bug! The issue included all command line arguments containing escaped space characters. It should be fixed now.