d3e57132f6
- Dropped a lot of outdated patches. - Added /usr/sbin/captype application. - Added temporary workaround for wireshark.pc.in missing in the official tarball. - Removed outdated --with-dumpcap-group="wireshark" cli switch. It doesn't work during rpmbuild, and we still set group explicitly in the 'files' section. - Removed --enable-setcap-install. Likewise. - Some ANSI C header files were moved to epan/ Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
21 lines
841 B
Diff
21 lines
841 B
Diff
From: Kenneth Soerensen <knnthsrnsn@gmail.com>
|
|
Date: Wed, 29 Jan 2014 16:04:12 +0400
|
|
Subject: [PATCH] Fix paths in a wireshark.desktop file
|
|
|
|
|
|
diff --git a/wireshark.desktop b/wireshark.desktop
|
|
index 828eca7..eef3503 100644
|
|
--- a/wireshark.desktop
|
|
+++ b/wireshark.desktop
|
|
@@ -69,8 +69,8 @@ Comment[fi]=Verkkoliikenne analysaattori
|
|
Comment[fr]=Analyseur de trafic réseau
|
|
Comment[sv]=Nätverkstrafikanalysator
|
|
Icon=wireshark
|
|
-TryExec=wireshark
|
|
-Exec=wireshark %f
|
|
+TryExec=/usr/sbin/wireshark
|
|
+Exec=/usr/sbin/wireshark %f
|
|
Terminal=false
|
|
MimeType=application/vnd.tcpdump.pcap;application/x-pcapng;application/x-snoop;application/x-iptrace;application/x-lanalyzer;application/x-nettl;application/x-radcom;application/x-etherpeek;application/x-visualnetworks;application/x-netinstobserver;application/x-5view;
|
|
# Category entry according to:
|