This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

IOError while running wireshark from build directory for pyreshark

0

Hi, I'm trying to build wireshark after building from pyreshark. When I run the command WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 ./wireshark

I get the following error.

 Can't open Pyreshark init file: /home/paavu/wireshark-1.12.4/python/pyreshark.py
    IOError: [Errno 2] No such file or directory: '/home/paavu/wireshark-1.12.4/python/pyreshark.py'

The actual path of pyreshark.py is wireshark-1.12.4/plugins/pyreshark/python/pyreshark.py

Any help is appreciated

asked 09 Apr '15, 09:50

Praveen's gravatar image

Praveen
1111
accept rate: 0%

edited 20 Jul '16, 15:52

cmaynard's gravatar image

cmaynard ♦♦
9.4k1038142


One Answer:

0

You'll need to contact the Pyreshark plugin developer for that, see https://github.com/ashdnazg/pyreshark

answered 09 Apr '15, 10:19

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%