-
Notifications
You must be signed in to change notification settings - Fork 33
Building Pyreshark
Currently the plugin can be compiled for win32, win64 and linux.
-
Get Wireshark's source. (version 1.10 or 1.12 is required)
-
Build Wireshark.
-
Get pyreshark's source through git clone.
-
Place pyreshark's source in the plugins dir of Wireshark's source.
-
Go to <WS_source_root>\plugins\pyreshark and run:
nmake -f Makefile.nmake all
-
If all went well, you can now copy the shiny new pyreshark.dll and python folder to your Wireshark installation.
-
Get Wireshark's source.
-
Get pyreshark's source through git clone.
-
Place pyreshark's source in the plugins dir of Wireshark's source.
-
If your Python dynamic library isn't named libpython2.*.so.1.0 or isn't in the search path, change the PYTHON_* values in python_loader.h to the correct full path of the library.
-
Follow the instructions in http://anonsvn.wireshark.org/wireshark/trunk/doc/README.plugins
-
Build Wireshark and install it.
-
If all went well, you should have the plugin installed as well.