X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=Documentation%2Fnetworking%2Fpacket_mmap.txt;h=073894d1c09307f9374e112a093bbc47ebb3171c;hb=b34d8915c413acb51d837a45fb8747b61f65c020;hp=2546aa4dc23251a95bbe56440c123cb21fecf71e;hpb=11fe883936980fe242869d671092a466cf1db3e3;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/Documentation/networking/packet_mmap.txt b/Documentation/networking/packet_mmap.txt index 2546aa4dc232..073894d1c093 100644 --- a/Documentation/networking/packet_mmap.txt +++ b/Documentation/networking/packet_mmap.txt @@ -8,7 +8,7 @@ capture network traffic with utilities like tcpdump or any other that needs raw access to network interface. You can find the latest version of this document at: - http://pusa.uv.es/~ulisses/packet_mmap/ + http://wiki.ipxwarzone.com/index.php5?title=Linux_packet_mmap Howto can be found at: http://wiki.gnu-log.net (packet_mmap) @@ -56,7 +56,7 @@ support for PACKET_MMAP, and also probably the libpcap included in your distribu I'm aware of two implementations of PACKET_MMAP in libpcap: - http://pusa.uv.es/~ulisses/packet_mmap/ (by Simon Patarin, based on libpcap 0.6.2) + http://wiki.ipxwarzone.com/ (by Simon Patarin, based on libpcap 0.6.2) http://public.lanl.gov/cpw/ (by Phil Wood, based on lastest libpcap) The rest of this document is intended for people who want to understand