libpktlab - The PacketLab Utility Library
|
Structure for storing decoded pktlab URI information. More...
#include <pktlab.h>
Public Attributes | |
enum pktlab_uri_type | type |
union { | |
struct { | |
const char * ptr | |
uint_fast32_t len | |
} malformed | |
struct { | |
const char * host | |
uint_fast32_t hostlen | |
uint16_t port | |
} uri | |
}; | |
Structure for storing decoded pktlab URI information.
struct { ... } pktlab_uri::malformed |
Malformed data.
enum pktlab_uri_type pktlab_uri::type |
Decoded URI type.
struct { ... } pktlab_uri::uri |
Decoded URI information.