idl2wrs
network traffic analyzer - development tools
Install
- All systems
-
curl cmd.cat/idl2wrs.sh
- Debian
-
apt-get install wireshark-dev
- Ubuntu
-
apt-get install wireshark-dev
- Alpine
-
apk add wireshark-dev
- Arch Linux
-
pacman -S wireshark-cli
- Kali Linux
-
apt-get install wireshark-dev
- Fedora
-
dnf install wireshark-cli
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install wireshark-dev
- Raspbian
-
apt-get install wireshark-dev
- Dockerfile
- dockerfile.run/idl2wrs
- Docker
-
docker run cmd.cat/idl2wrs idl2wrs
powered by Commando
wireshark-dev
network traffic analyzer - development tools
Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. This package provides idl2wrs and other files necessary for developing new packet dissectors.
wireshark-cli
Wireshark allows you to examine protocol data stored in files or
as it is captured from wired or wireless (WiFi or Bluetooth) networks, USB devices, and many other sources. It supports dozens of protocol capture file formats and understands more than a thousand protocols. It has many powerful features including a rich display filter language and the ability to reassemble multiple protocol packets in order to, for example, view a complete TCP stream, save the contents of a file which was transferred over HTTP or CIFS, or play back an RTP audio stream. This package contains command-line utilities, plugins, and documentation for Wireshark.