mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
committed by
Matias Fontanini
parent
d5cba00ce0
commit
9051197603
@@ -89,6 +89,15 @@ public:
|
||||
NO_NEXT_HEADER = 59
|
||||
};
|
||||
|
||||
/**
|
||||
* The values used to identify Hop-By-Hop Options and Destination Options.
|
||||
*/
|
||||
enum OptionType {
|
||||
PAD_1 = 0,
|
||||
PAD_N = 1,
|
||||
JUMBO_PAYLOAD = 0xC2,
|
||||
};
|
||||
|
||||
/**
|
||||
* \brief Extracts metadata for this protocol based on the buffer provided
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user