CapLoader Manual
CapLoader Manual
PA3
N ETRESEC
CapLoader
Reference Manual
-1-
PA3
Overview of Functionality
CapLoader is designed to handle large amounts of captured network traffic in the tcpdump/libpcap format (PCAP). CapLoader displays the contents of opened PCAP files as a list of TCP and UDP flows. Users can select the flows of interest and quickly filter out those packets from the loaded PCAP files. Opening the selected flows/packets in a packet analyzer tool like Wireshark or NetworkMiner is then just a mouse click away. The typical process of working with CapLoader is: 1. Open one or multiple pcap files, typically by drag-anddropping them onto the CapLoader GUI.
3. Double click the PCAP-icon to open the selected sessions in your default pcap parser (typically Wireshark) or better yet, do drag-and-drop from the PCAP-icon to any application you wish.
-2-
PA3
1 2 3
Supported formats include Snort alert log and Bro IDS log Supported formats include iptables format Supported formats include Argus output, Bro connection logs and tshark conversation lists
-3-
PA3
Protocol Identification
CapLoader includes the ability to identify protocols without relying on port numbers4. This feature can be enabled by checking the Identify protocols check-box in the GUI. Loading PCAP files with the identify protocols feature enabled will cause the application layer protocols of the extracted flows to be identified and displayed in the flow list. Being able to identify the application layer protocol is important in order to detect what services that run on nonstandard ports as well as to detect if common ports5 are being used to transport other protocols than what might be expected. The protocol identification feature is based on the SPID algorithm, which was developed by Erik Hjelmvik with initial funding from the Swedish Internet Infrastructure Foundation (.SE).
4 5
Also known as Port Independent Protocol Identification (PIPI) or Traffic Classification For example UDP 53 (DNS), TCP 80 (HTTP) or TCP 443 (SSL)
-4-