1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Added parsing of options to IP

This commit is contained in:
Santiago Alessandri
2011-08-19 11:23:38 -03:00
parent 03aa49428c
commit dbd2acc040
2 changed files with 47 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ namespace Tins {
* \param total_sz The total size of the buffer.
*/
IP(const uint8_t *buffer, uint32_t total_sz);
/**
* \brief Destructor for IP objects.
*