diff options
author | 2013-08-01 13:10:01 +0000 | |
---|---|---|
committer | 2013-08-01 13:10:01 +0000 | |
commit | 09c39f0720a0e97d8f093927772e7d164394901e (patch) | |
tree | 211eaef183074b30b9d716e5f73d4b7b34dc041b /net-analyzer/wireshark/files | |
parent | Fix bug reference. (diff) | |
download | historical-09c39f0720a0e97d8f093927772e7d164394901e.tar.gz historical-09c39f0720a0e97d8f093927772e7d164394901e.tar.bz2 historical-09c39f0720a0e97d8f093927772e7d164394901e.zip |
Old.
Package-Manager: portage-2.2.0_alpha191/cvs/Linux x86_64
Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'net-analyzer/wireshark/files')
-rw-r--r-- | net-analyzer/wireshark/files/wireshark-1.6.6-gtk-pcap.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-1.6.6-gtk-pcap.patch b/net-analyzer/wireshark/files/wireshark-1.6.6-gtk-pcap.patch deleted file mode 100644 index 0727aa2f8ebe..000000000000 --- a/net-analyzer/wireshark/files/wireshark-1.6.6-gtk-pcap.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/gtk/main.c -+++ b/gtk/main.c -@@ -2834,7 +2834,9 @@ - - color_filters_init(); - decode_as_init(); -+#ifdef HAVE_LIBPCAP - capture_filter_init(); -+#endif - - /* the window can be sized only, if it's not already shown, so do it now! */ - main_load_window_geometry(top_level);--- a/gtk/capture_dlg.c -+++ b/gtk/capture_dlg.c -@@ -371,6 +371,7 @@ - - /** Initialize background capture filter syntax checking - */ -+#ifdef HAVE_LIBPCAP - void capture_filter_init(void) { - cfc_data.filter_text = NULL; - cfc_data.filter_te = NULL; -@@ -383,6 +384,7 @@ - g_thread_create(check_capture_filter_syntax, NULL, FALSE, NULL); - #endif - } -+#endif - - static void - capture_filter_check_syntax_cb(GtkWidget *w _U_, gpointer user_data _U_) - |