mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Reformat the world
This commit is contained in:
parent
194cb24547
commit
b2f171ec69
714 changed files with 35149 additions and 35203 deletions
|
@ -1,12 +1,13 @@
|
|||
|
||||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#include "zeek/iosource/PktDumper.h"
|
||||
|
||||
#include "zeek/DebugLogger.h"
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include "zeek/iosource/PktDumper.h"
|
||||
#include "zeek/DebugLogger.h"
|
||||
|
||||
namespace zeek::iosource {
|
||||
namespace zeek::iosource
|
||||
{
|
||||
|
||||
PktDumper::PktDumper()
|
||||
{
|
||||
|
@ -14,9 +15,7 @@ PktDumper::PktDumper()
|
|||
errmsg = "";
|
||||
}
|
||||
|
||||
PktDumper::~PktDumper()
|
||||
{
|
||||
}
|
||||
PktDumper::~PktDumper() { }
|
||||
|
||||
void PktDumper::Init()
|
||||
{
|
||||
|
@ -71,9 +70,8 @@ void PktDumper::Error(const std::string& msg)
|
|||
{
|
||||
errmsg = msg;
|
||||
|
||||
DBG_LOG(DBG_PKTIO, "Error with dumper %s: %s",
|
||||
IsOpen() ? props.path.c_str() : "<not open>",
|
||||
msg.c_str());
|
||||
DBG_LOG(DBG_PKTIO, "Error with dumper %s: %s", IsOpen() ? props.path.c_str() : "<not open>",
|
||||
msg.c_str());
|
||||
}
|
||||
|
||||
} // namespace zeek::iosource
|
||||
} // namespace zeek::iosource
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue