Wireshark Cookbook

audiobook (Unabridged) Packet Analysis Bible

By Rob Botwright

cover image of Wireshark Cookbook
Audiobook icon Visual indication that the title is an audiobook

Sign up to save your library

With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.

   Not today

Find this title in Libby, the library reading app by OverDrive.

Download Libby on the App Store Download Libby on Google Play

Search for a digital library with this title

Title found at these libraries:

Library Name Distance
Loading...

This audiobook is narrated by a digital voice.


🚀 Unlock the Power of Packet Analysis with the Wireshark Cookbook Series! 📚🕵️‍♂️

📖 Book 1: Command-Line Essentials for Packet Analysis Beginners

👶 Perfect for newcomers! Learn how to install Wireshark's CLI tools, list interfaces, and perform your first captures. Master basic capture and display filters:

tshark -i eth0 -c 100 -w sample.pcap 

tshark -r sample.pcap -Y "http.request" -T fields -e http.request.method 

📗 Book 2: Intermediate CLI Techniques and Custom Filters

🏗️ Level up your filtering! Delve into advanced BPF expressions and protocol-specific fields:

tshark -i eth0 -f "tcp port 443 and host example.com" -w secure.pcap 

tshark -r secure.pcap -Y "tls.handshake.type == 1" -T fields -e tls.handshake.extensions_server_name 

📘 Book 3: Advanced Command-Line Scripting and Automation

🤖 Build powerful pipelines! Automate TShark with Bash and Python:

tshark -r capture.pcap -T json | python3 ingest_to_elasticsearch.py 

📙 Book 4: Expert-Level CLI Mastery and Performance Tuning

Optimize for scale! Tackle multi-gigabit captures with PF_RING, DPDK, and NIC tuning:

dumpcap -i eth0 —capture-buffer-size 2097152 -w /data/pcaps/eth0-%Y%m%d.pcapng 

🛒 Grab Your Copy Today!

🔗 Available in print and eBook formats—get the complete four-book set for a special bundle price! 🎁

👉 Order now and join thousands of network professionals who trust the Wireshark Cookbook to solve real-world network challenges.

🚀 Happy capturing! 🚀

Wireshark Cookbook