From aba00e169064898e5414b908fe5c8c740dd7ccfa Mon Sep 17 00:00:00 2001 From: MARCOS SANCHEZ BAJO <100405823@alumnos.uc3m.es> Date: Sun, 18 Apr 2021 01:06:16 +0200 Subject: [PATCH] Updated lib header and readme link --- README.md | 2 +- include/RawTCP.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8800a3e..34f8681 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Note: RawTCP uses the AF_INET address family so it supports both customization o ## Installation RawTCP is built as an static library to facilitate integration with your project. -1. [Download](https://github.com/marsan27/RawTCP_Lib/releases/tag/v0.1.0) RawTCP and put it in your project directory. +1. [Download](https://github.com/marsan27/RawTCP_Lib/releases/latest) RawTCP and put it in your project directory. 2. Integrate it in your project * METHOD 1: With gcc compiler ```sh diff --git a/include/RawTCP.h b/include/RawTCP.h index d52a27c..30e7177 100644 --- a/include/RawTCP.h +++ b/include/RawTCP.h @@ -29,5 +29,7 @@ int set_TCP_flags(packet_t packet, int hex_flags); //SocketManager headers int rawsocket_send(packet_t packet); +packet_t rawsocket_sniff(); + #endif \ No newline at end of file