Wireshark is a feature-rich packet capture and protocol analysis tool available on Windows, macOS, and Linux.
Hosted by the nonprofit Wireshark Foundation, Wireshark relies on community contributions to maintain its extensive dissector library and educational initiatives.
Users can download the latest source and binaries from https://www.wireshark.org/download.html or install via vendor-supplied packages on most Unix-like systems.
Version 4.4.9 focuses on fortifying the core dissection engine—especially the SSH dissector—and rectifying long-standing decoding issues.
Network engineers and security analysts will benefit from enhanced robustness when running live captures or replaying large PCAP archives in GUI and tshark modes.
ep_dissectors/rdm.c, ensuring accurate split and presentation of nested fields.sccp.c, handling multi-segment UDT messages without data loss.bacapp.c, now displaying tag 1 correctly.extcap/ciscodump.c .No new protocols or capture file formats were added in this minor release, but support updates were applied for BACapp, LIN, MySQL, RDM, SABP, SCCP, sFlow, and SSH dissectors.
To upgrade or install, run:
bash# On Debian/Ubuntu
sudo apt update && sudo apt install wireshark
# Build from source
git clone https://gitlab.com/wireshark/wireshark.git
cd wireshark && git checkout v4.4.9
mkdir build && cd build
cmake .. && make && sudo make install
Once installed, launch the GUI with wireshark, or use:
bashtshark -i eth0 -Y "tcp.port==80" -w capture.pcap
for headless packet capture and filtering.
Find this Story Interesting! Follow us on Google News , LinkedIn and X to Get More Instant Updates
The post Wireshark 4.4.9 Released With Critical Bug Fixes and Protocol Updates appeared first on Cyber Security News.
The list of nominees for the 2026 Will Eisner Comic Industry Awards has been revealed.…
A newly uncovered malware framework is raising serious alarms across the cybersecurity community. Researchers have…
A widely used JavaScript inter-process communication library has been weaponized again. Socket and Stepsecurity have…
Security researchers at Calif, a Palo Alto-based cybersecurity firm, have used techniques derived from an…
A sprawling supply chain attack has put software developers worldwide on high alert after hackers…
Enterprise email infrastructure remains one of the most critical and vulnerable targets for cybercriminals. A…
This website uses cookies.