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. PCAP-over-IP - Wikipedia

    en.wikipedia.org/wiki/PCAP-over-IP

    However, the concept behind PCAP-over-IP was mentioned already in 2008 as part of a feature request for Wireshark. [3] The need for this feature was motivated as follows: "This feature is useful when the capture is generated on a machine which does not have much storage (e.g. embedded system).

  4. 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.

  5. 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.

  6. Tcptrace - Wikipedia

    en.wikipedia.org/wiki/Tcptrace

    [1] [2] [3] It accepts as input files produced by packet-capture programs, including tcpdump, Wireshark, and snoop. tcptrace can produce several different types of output containing information on each connection seen, such as elapsed time, bytes and segments sent and received, retransmissions, round trip times , window advertisements, and ...

  7. Promiscuous mode - Wikipedia

    en.wikipedia.org/wiki/Promiscuous_mode

    Promiscuous mode is often used to diagnose network connectivity issues. There are programs that make use of this feature to show the user all the data being transferred over the network. Some protocols like FTP and Telnet transfer data and passwords in clear text, without encryption, and network scanners can see this data.

  8. Packet capture appliance - Wikipedia

    en.wikipedia.org/wiki/Packet_capture_appliance

    A packet capture appliance is a standalone device that performs packet capture. [1] Packet capture appliances may be deployed anywhere on a network, however, most commonly are placed at the entrances to the network (i.e. the internet connections) and in front of critical equipment, such as servers containing sensitive information.

  9. tcpdump - Wikipedia

    en.wikipedia.org/wiki/Tcpdump

    tcpdump prints the contents of network packets. It can read packets from a network interface card or from a previously created saved packet file. tcpdump can write packets to standard output or a file. It is also possible to use tcpdump for the specific purpose of intercepting and displaying the communications of another user or computer.