Skip to content

Commit

Permalink
Merge pull request #2 from marsan27/sniffer
Browse files Browse the repository at this point in the history
Final changes before new release
  • Loading branch information
h3xduck committed Apr 17, 2021
2 parents fd42b4b + aba00e1 commit 77ca5cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions include/RawTCP.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 77ca5cb

Please sign in to comment.