diff options
Diffstat (limited to 'libraries/libtins/README')
-rw-r--r-- | libraries/libtins/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libtins/README b/libraries/libtins/README new file mode 100644 index 000000000000..04529d4b8884 --- /dev/null +++ b/libraries/libtins/README @@ -0,0 +1,6 @@ +libtins is a high-level, multiplatform C++ network packet sniffing +and crafting library. + +Its main purpose is to provide the C++ developer an easy, efficient, +platform and endianess-independent way to create tools which need to +send, receive and manipulate specially crafted packets. |