PcapXray
PcapXray copied to clipboard
Interactive graph does not work if the full file path name has more than one "."
- pyvis has a check for
assert len(name.split(".")) == 2
which fails when a filename with full path containing "."
Hacky Fix:
- Have no "." when along the folders where PcapXray is located.