UmVirt LFS Package info
DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
wireshark
The Wireshark package contains a network protocol analyzer, also known as a “sniffer”. This is useful for analyzing data captured “off the wire” from a live network connection, or data read from a capture file.Package info
Template:
Codename: wireshark
Source file: wireshark-4.4.5.tar.xz
Source file size: 46776736
Source file MD5-checkum: 5082fa9d60d1d9e0b55087fbc0a2b3b9
Source directory: wireshark-4.4.5
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/w/wireshark-4.4.5.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/w/wireshark-4.4.5.tar.xz.md5sum
Dependances: lua-5.4, qt6, libxml2, libxslt, glib, git, cmake, krb5, gnutls, libgcrypt, nghttp2, brotli, speex, libnl, libpcap, sbc, c-ares, asciidoctor.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
groupadd -g 62 wireshark
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_DOCDIR=/usr/share/doc/wireshark-4.4.5 \
-G Ninja \
..
Build script:
cd build &&
ninja
Install script:
cd build &&
ninja install &&
install -v -m755 -d /usr/share/doc/wireshark-4.4.5 &&
install -v -m644 ../README.linux ../doc/README.* ../doc/randpkt.txt \
/usr/share/doc/wireshark-4.4.5 &&
pushd /usr/share/doc/wireshark-4.4.5 &&
for FILENAME in ../../wireshark/*.html; do
ln -s -v -f $FILENAME .
done &&
popd
unset FILENAME
chown -v root:wireshark /usr/bin/tshark &&
chmod -v 6550 /usr/bin/tshark