libpktlab - The PacketLab Utility Library
Public Attributes | List of all members
pktlab_uri Struct Reference

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
 
}; 
 

Detailed Description

Structure for storing decoded pktlab URI information.

Member Data Documentation

◆ 

struct { ... } pktlab_uri::malformed

Malformed data.

◆ type

enum pktlab_uri_type pktlab_uri::type

Decoded URI type.

◆ 

struct { ... } pktlab_uri::uri

Decoded URI information.


The documentation for this struct was generated from the following file: