From c73f70e8e2c62b27712b7e7d42344ad4c5396623 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Sep 01 2010 08:44:32 +0000 Subject: Update to wireshark-1.4.0 Allow compilation of mython modules. --- diff --git a/wireshark-1.4.0-python.patch b/wireshark-1.4.0-python.patch new file mode 100644 index 0000000..b3f24eb --- /dev/null +++ b/wireshark-1.4.0-python.patch @@ -0,0 +1,11 @@ +diff -up wireshark-1.4.0/epan/wspython/wspy_libws.py.orig wireshark-1.4.0/epan/wspython/wspy_libws.py +--- wireshark-1.4.0/epan/wspython/wspy_libws.py.orig 2010-08-30 00:17:30.000000000 +0200 ++++ wireshark-1.4.0/epan/wspython/wspy_libws.py 2010-08-31 17:37:54.905966497 +0200 +@@ -27,7 +27,6 @@ import platform + + __libwireshark = None + +-/* XXX - We should probably return a full path here, at least on Windows. */ + def get_libws_libname(): + system = platform.system() + if system == "Darwin":