mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Rename TunnelHandler.{cc,h} to Tunnels.{cc,h}.
This commit is contained in:
parent
b51dd191d7
commit
5ce00bda8a
6 changed files with 7 additions and 7 deletions
|
@ -394,7 +394,7 @@ set(bro_SRCS
|
|||
Timer.cc
|
||||
Traverse.cc
|
||||
Trigger.cc
|
||||
TunnelHandler.cc
|
||||
Tunnels.cc
|
||||
Type.cc
|
||||
UDP.cc
|
||||
Val.cc
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "Timer.h"
|
||||
#include "PIA.h"
|
||||
#include "binpac.h"
|
||||
#include "TunnelHandler.h"
|
||||
#include "Tunnels.h"
|
||||
|
||||
void ConnectionTimer::Init(Connection* arg_conn, timer_func arg_timer,
|
||||
int arg_do_expire)
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "RuleMatcher.h"
|
||||
#include "AnalyzerTags.h"
|
||||
#include "IPAddr.h"
|
||||
#include "TunnelHandler.h"
|
||||
#include "Tunnels.h"
|
||||
|
||||
class Connection;
|
||||
class ConnectionTimer;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "DPM.h"
|
||||
|
||||
#include "PacketSort.h"
|
||||
#include "TunnelHandler.h"
|
||||
#include "Tunnels.h"
|
||||
|
||||
// These represent NetBIOS services on ephemeral ports. They're numbered
|
||||
// so that we can use a single int to hold either an actual TCP/UDP server
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#include "TunnelHandler.h"
|
||||
#include "Tunnels.h"
|
||||
|
||||
RecordVal* EncapsulatingConn::GetRecordVal() const
|
||||
{
|
|
@ -1,7 +1,7 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#ifndef tunnelhandler_h
|
||||
#define tunnelhandler_h
|
||||
#ifndef TUNNELS_H
|
||||
#define TUNNELS_H
|
||||
|
||||
#include "config.h"
|
||||
#include "NetVar.h"
|
Loading…
Add table
Add a link
Reference in a new issue