// Comparison
Applied Network Security Monitoring vs Practical Packet Analysis: Which Should You Read?
Two cybersecurity books on Networking, compared honestly: who each is for, what each does best, and which to read first.
Collection, Detection, and Analysis
Chris Sanders, Jason Smith
A practitioner's walkthrough of building an NSM capability end to end, from deciding what to collect through detection and the analysis workflow that ties it together. The tooling is dated, but the way it teaches you to think about monitoring is not.
Using Wireshark to Solve Real-World Network Problems
Chris Sanders
Chris Sanders' working manual for Wireshark, geared at troubleshooting and incident response rather than abstract protocol theory. Updated for Wireshark 2.x.
Read this if
Skip this if
Key takeaways
- Collection is a deliberate decision, not a default. Decide what data matters before you drown in everything.
- The book's split of detection into signature, anomaly, and statistical approaches still maps cleanly onto how modern stacks work.
- Analysis is a discipline with a workflow, not improvised packet-staring, and that framing is the most durable thing here.
- Capture filters are how you avoid drowning in volume; display filters are how you find the needle. The book teaches both fluently in the first hundred pages.
- Reading TCP behaviour at the packet level (handshakes, retransmits, resets) is the core skill that makes every later analysis question tractable.
- Wireshark's profile, coloring rule, and decode-as features turn it from a tool into a workflow; the book's chapter on customisation pays back fast.
How they compare
Applied Network Security Monitoring and Practical Packet Analysis are both rated 4/5 in our catalog. Pick by topic preference and reading style rather than by rating.
Applied Network Security Monitoring is pitched at intermediate level. Practical Packet Analysis is pitched at beginner level. Read the easier one first if you're not yet comfortable with the topic.
Applied Network Security Monitoring and Practical Packet Analysis both cover Networking, Defensive, so reading them in sequence reinforces the same material from different angles.
Keep reading
Applied Network Security Monitoring
→ Alternatives to Applied Network Security Monitoring→ What to read after Applied Network Security MonitoringPractical Packet Analysis
→ Alternatives to Practical Packet Analysis→ What to read after Practical Packet Analysis