enow.com Web Search

Search results

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

    en.wikipedia.org/wiki/Ngrep

    ngrep (network grep) is a network packet analyzer written by Jordan Ritter.It has a command-line interface, and relies upon the pcap library and the GNU regex library.. ngrep supports Berkeley Packet Filter logic to select network sources or destinations or protocols, and also allows matching patterns or regular expressions in the data payload of packets using GNU grep syntax, showing packet ...

  3. tcpdump - Wikipedia

    en.wikipedia.org/wiki/Tcpdump

    tcpdump is a data-network packet analyzer computer program that runs under a command line interface. It allows the user to display TCP/IP and other packets being transmitted or received over a network to which the computer is attached. [3] Distributed under the BSD license, [4] tcpdump is free software.

  4. Wireshark - Wikipedia

    en.wikipedia.org/wiki/Wireshark

    Wireshark is very similar to tcpdump, but has a graphical front-end and integrated sorting and filtering options.. Wireshark lets the user put network interface controllers into promiscuous mode (if supported by the network interface controller), so they can see all the traffic visible on that interface including unicast traffic not sent to that network interface controller's MAC address.

  5. Snort (software) - Wikipedia

    en.wikipedia.org/wiki/Snort_(software)

    Snort is a free open source network intrusion detection system (IDS) and intrusion prevention system (IPS) [4] created in 1998 by Martin Roesch, founder and former CTO of Sourcefire. [ 5 ] [ 6 ] Snort is now developed by Cisco , which purchased Sourcefire in 2013.

  6. pcap - Wikipedia

    en.wikipedia.org/wiki/Pcap

    In the field of computer network administration, pcap is an application programming interface (API) for capturing network traffic.While the name is an abbreviation of packet capture, that is not the API's proper name.

  7. Charles Proxy - Wikipedia

    en.wikipedia.org/wiki/Charles_Proxy

    Charles Web Debugging Proxy is a cross-platform HTTP debugging proxy server application written in Java.It enables the user to view HTTP, HTTPS, HTTP/2 [3] and enabled TCP port traffic accessed from, to, or via the local computer.

  8. Packet analyzer - Wikipedia

    en.wikipedia.org/wiki/Packet_analyzer

    On wireless LANs, traffic can be captured on one channel at a time, or by using multiple adapters, on several channels simultaneously. On wired broadcast and wireless LANs, to capture unicast traffic between other machines, the network adapter capturing the traffic must be in promiscuous mode.

  9. Berkeley Packet Filter - Wikipedia

    en.wikipedia.org/wiki/Berkeley_Packet_Filter

    In 2007, Robert Watson and Christian Peron added zero-copy buffer extensions to the BPF implementation in the FreeBSD operating system, [4] allowing kernel packet capture in the device driver interrupt handler to write directly to user process memory in order to avoid the requirement for two copies for all packet data received via the BPF ...