Codebase list dnscat2 / 26e95a65-c6c1-46c9-b0b1-d6ee0f9cfa0b/main client / tunnel_drivers / tunnel_driver.h
26e95a65-c6c1-46c9-b0b1-d6ee0f9cfa0b/main

Tree @26e95a65-c6c1-46c9-b0b1-d6ee0f9cfa0b/main (Download .tar.gz)

tunnel_driver.h @26e95a65-c6c1-46c9-b0b1-d6ee0f9cfa0b/mainraw · history · blame

/* tunnel_driver.h
 * Created April/2015
 * By Ron Bowes
 *
 * See LICENSE.md
 *
 * This is currently only used for constants. It may be used more in the future,
 * the same way that driver.h is.
 */

typedef enum
{
  TUNNEL_DRIVER_DNS,
} tunnel_driver_type_t;