Skip to content

Commit

Permalink
docs: networking: packet_mmap: replace dead links with archive.org links
Browse files Browse the repository at this point in the history
The original link returns 404 now. This commit replaces the dead google
site link with archive.org link.

Signed-off-by: Levi Zim <[email protected]>
Reviewed-by: Willem de Bruijn <[email protected]>
Signed-off-by: NipaLocal <nipa@local>
  • Loading branch information
kxxt authored and NipaLocal committed Oct 27, 2024
1 parent a1c9174 commit f5bd1dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/networking/packet_mmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ii) transmit network traffic, or any other that needs raw

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
- Ulisses Alonso Camaró <[email protected]>
Expand Down Expand Up @@ -166,7 +166,8 @@ As capture, each frame contains two parts::
/* bind socket to eth0 */
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::

Expand Down

0 comments on commit f5bd1dc

Please sign in to comment.