From 909d83548809a9d94e4dee3d99627f52bdee8ad9 Mon Sep 17 00:00:00 2001 From: Penguin <33668314+adragott@users.noreply.github.com> Date: Wed, 13 Mar 2019 23:11:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aee05a0..4c06f00 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ This is a public recording of a UDP Sniffer example in C. Source: https://web.archive.org/web/20180215030743/http://www.binarytides.com/packet-sniffer-code-c-linux -The code is aged, but it works with tweaks. Compile with gnu11 or newer. This repo will stay up for as long as my git is up most likely, but a new repo with updated code will replace this as my go to example for udp sniffing eventually. +The code is aged, but it works with tweaks (if compiled correctly no tweaks should be needed). Compile with gnu11 or newer. This repo will stay up for as long as my git is up most likely, but a new repo with updated code will replace this as my go to example for udp sniffing eventually.