UmVirt LFS Package info

DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

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

Codename: wireshark
Source file: wireshark-4.2.6.tar.xz
Source directory: wireshark-4.2.6
Package URL: wireshark-4.2.6.tar.xz
Package md5-checksum URL: wireshark-4.2.6.tar.xz.md5sum
Dependances: libxml2, libxslt, glib, git, cmake, krb5, gnutls, libgcrypt, nghttp2, brotli, speex, libnl, libpcap, sbc, qt5, lua-5.2, 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.2.6 \
      -G Ninja \
      ..

Build script:
cd    build &&
ninja

Install script:
cd    build &&
ninja install

install -v -m755 -d /usr/share/doc/wireshark-4.2.6 &&
install -v -m644    ../README.linux ../doc/README.* ../doc/randpkt.txt \
                    /usr/share/doc/wireshark-4.2.6 &&

pushd /usr/share/doc/wireshark-4.2.6 &&
   for FILENAME in ../../wireshark/*.html; do
      ln -s -v -f \$FILENAME .
   done &&
popd
unset FILENAME


chown -v root:wireshark /usr/bin/{tshark,dumpcap} &&
chmod -v 6550 /usr/bin/{tshark,dumpcap}