enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. pcap - Wikipedia

    en.wikipedia.org/wiki/Pcap

    A capture file saved in the format that libpcap, WinPcap, and Npcap use can be read by applications that understand that format, such as tcpdump, Wireshark, CA NetMaster, or Microsoft Network Monitor 3.x. The file format is described by Internet-Draft draft-ietf-opsawg-pcap; [5] the current editors' version of the draft is also available. [6]

  3. Wireshark - Wikipedia

    en.wikipedia.org/wiki/Wireshark

    Wireshark uses pcap to capture packets, so it can only capture packets on the types of networks that pcap supports. Data can be captured "from the wire" from a live network connection or read from a file of already-captured packets. Live data can be read from different types of networks, including Ethernet, IEEE 802.11, PPP, and loopback.

  4. Tcptrace - Wikipedia

    en.wikipedia.org/wiki/Tcptrace

    tcptrace is a free and open-source tool for analyzing TCP dump files. [1] [2] [3] It accepts as input files produced by packet-capture programs, including tcpdump, Wireshark, and snoop.

  5. Comparison of packet analyzers - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_packet_analyzers

    Non-free snoop: Sun Microsystems: December 11, 2006 / Solaris 10 CLI: CDDL: Free tcpdump: The Tcpdump team April 7, 2023 / 4.99.4 [13] CLI: BSD License: Free Wireshark (formerly Ethereal) The Wireshark team November 22, 2021 / 4.0.6 [14] Both GNU General Public License: Free Xplico: The Xplico team May 2, 2019 / 1.2.2 [15] Both GNU General ...

  6. Packet analyzer - Wikipedia

    en.wikipedia.org/wiki/Packet_analyzer

    Packet capture is the process of intercepting and logging traffic. As data streams flow across the network, the analyzer captures each packet and, if needed, decodes the packet's raw data, showing the values of various fields in the packet, and analyzes its content according to the appropriate RFC or other specifications.

  7. tcpdump - Wikipedia

    en.wikipedia.org/wiki/Tcpdump

    Free and open-source software portal; Tcptrace, a tool for analyzing the logs produced by tcpdump; EtherApe, a network mapping tool that relies on sniffing traffic; Ngrep, a tool that can match regular expressions within the network packet payloads; netsniff-ng, a free Linux networking toolkit; Wireshark, a GUI based alternative to tcpdump

  8. Scapy - Wikipedia

    en.wikipedia.org/wiki/Scapy

    It can forge or decode packets, send them on the wire, capture them, and match requests and replies. It can also handle tasks like scanning, tracerouting, probing, unit tests, attacks, and network discovery. Scapy provides a Python interface into libpcap or native raw sockets, in a similar way to that in which Wireshark provides a view and ...

  9. Berkeley Packet Filter - Wikipedia

    en.wikipedia.org/wiki/Berkeley_Packet_Filter

    That interpreter can also be used when reading a file containing packets captured using pcap. Another user-mode interpreter is uBPF, which supports JIT and eBPF (without cBPF). Its code has been reused to provide eBPF support in non-Linux systems. [6] Microsoft's eBPF on Windows builds on uBPF and the PREVAIL formal verifier.