docs: networking: packet_mmap: replace dead links with archive.org links
The original link returns 404 now. This commit replaces the dead google site link with archive.org link. Signed-off-by: Levi Zim <rsworktech@outlook.com> Reviewed-by: Willem de Bruijn <willemb@google.com> Link: https://patch.msgid.link/20241021-packet_mmap_fix_link-v1-1-dffae4a174c0@outlook.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
e31a8219fb
commit
b935252cc2
@ -16,7 +16,7 @@ ii) transmit network traffic, or any other that needs raw
|
|||||||
|
|
||||||
Howto can be found at:
|
Howto can be found at:
|
||||||
|
|
||||||
https://sites.google.com/site/packetmmap/
|
https://web.archive.org/web/20220404160947/https://sites.google.com/site/packetmmap/
|
||||||
|
|
||||||
Please send your comments to
|
Please send your comments to
|
||||||
- Ulisses Alonso Camaró <uaca@i.hate.spam.alumni.uv.es>
|
- Ulisses Alonso Camaró <uaca@i.hate.spam.alumni.uv.es>
|
||||||
@ -166,7 +166,8 @@ As capture, each frame contains two parts::
|
|||||||
/* bind socket to eth0 */
|
/* bind socket to eth0 */
|
||||||
bind(this->socket, (struct sockaddr *)&my_addr, sizeof(struct sockaddr_ll));
|
bind(this->socket, (struct sockaddr *)&my_addr, sizeof(struct sockaddr_ll));
|
||||||
|
|
||||||
A complete tutorial is available at: https://sites.google.com/site/packetmmap/
|
A complete tutorial is available at:
|
||||||
|
https://web.archive.org/web/20220404160947/https://sites.google.com/site/packetmmap/
|
||||||
|
|
||||||
By default, the user should put data at::
|
By default, the user should put data at::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user