gnikol / P4-Wireshark-Dissector

This repository contains the Wireshark dissector generator from a P4 file input.
Apache License 2.0
14 stars 6 forks source link

Make sure that the script can be run from anywhere, and knows how to find p4_dissector_template.lua #8

Closed gnikol closed 8 years ago

gnikol commented 8 years ago

Traceback (most recent call last): File "dissector/main.py", line 63, in shutil.copyfile('p4_dissector_template.lua', dissector_filename) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: 'p4_dissector_template.lua'