Packet Safari makes it easy to collect, share, and analyze your network captures (PCAPs) 📦
Network packet analysis is the art of understanding the network protocols that power up our modern communication. Cars, aeroplanes, power plants, webshops, and maybe even toasters could not work without different devices talking to each other. Network analysis is key to understanding how this communication works, how to improve, and how to troubleshoot issues.
So why is it called packet analysis? In digital communication, it is very common to packetize the data that is to be transmitted. These packets then include information about the sender, the destination, and the priority like a parcel. This metadata is encoded in the so-called packet headers. Like an onion, there might be multiple layers of a packet header for different protocols.
Therefore a packet has a protocol stack. A very common stack today is something like Ethernet, IP, TCP, and HTTP. Packet analysis mostly is concerned with the interpretation of these protocol headers but one might also analyse the content or payload of the packets (the actual transported data like an image, voice, text). The analysis of the content is interesting for security or forensic purposes whereas header analysis mostly is useful for performance tuning, troubleshooting, and debugging.
Packet analysis has a wide variety of applications in many fields like
Packet analysis is useful for:
Packet Safari is a repository of network packet captures and is powered by a web-based protocol analyzer.
Uploaded packet traces can be organized, tagged, searched and shared with different people so that everybody has access to the same analyses.
From the top left corner, you can open the navigation menu. There you can open the PCAP browser to explore public PCAPs.
When you upload a trace to Packet Safari it does some automatic processing on that file...
.pcap
and .pcapng
filesYou can access the trace via an URL and share that URL with others. You can also restrict access to the file.
👋 Stay in the loop. Subscribe to the Packet Safari newsletter!
Wireshark. The mother of all packet analysis tools.
Cloudshark A cloud-based packet analysis tool.
Trace Wrangler Mass trace processing.