Just some cleanup/documentation of new tunnel-handling code.

This commit is contained in:
Jon Siwek 2012-06-06 14:40:11 -05:00
parent 0bdbeb89e2
commit beacf581d3
12 changed files with 112 additions and 65 deletions

View file

@ -13,7 +13,7 @@
#include "RuleMatcher.h"
#include "AnalyzerTags.h"
#include "IPAddr.h"
#include "Tunnels.h"
#include "TunnelEncapsulation.h"
class Connection;
class ConnectionTimer;