Enumerations | |
enum | id { NONE, UNKNOWN, PRISM_HEADER, IEEE802_11 } |
enum wscout::protocol::id |
Identify a protocol.
Usually identify the content of a pointer to some data.
NONE | Data does not refer to a specific protocol. |
UNKNOWN | Data refers to an unkonwn protocol. |
PRISM_HEADER |
Data is a Prism header.
|
IEEE802_11 |
Data is a IEEE 802.11 frame.
|