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