Codebase list dnscat2 / d4ef71e5-a4c9-4ef2-8cc1-9cb967576ec6/main client / tunnel_drivers / tunnel_driver.h
d4ef71e5-a4c9-4ef2-8cc1-9cb967576ec6/main

Tree @d4ef71e5-a4c9-4ef2-8cc1-9cb967576ec6/main (Download .tar.gz)

tunnel_driver.h @d4ef71e5-a4c9-4ef2-8cc1-9cb967576ec6/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;