mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Deprecate bro_int_t and bro_uint_t
This commit is contained in:
parent
d066013793
commit
f624c18383
67 changed files with 331 additions and 320 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "zeek/IPAddr.h"
|
||||
#include "zeek/Reassem.h"
|
||||
#include "zeek/Timer.h"
|
||||
#include "zeek/util.h" // for bro_uint_t
|
||||
#include "zeek/util.h" // for zeek_uint_t
|
||||
|
||||
namespace zeek
|
||||
{
|
||||
|
@ -26,7 +26,7 @@ namespace detail
|
|||
class FragReassembler;
|
||||
class FragTimer;
|
||||
|
||||
using FragReassemblerKey = std::tuple<IPAddr, IPAddr, bro_uint_t>;
|
||||
using FragReassemblerKey = std::tuple<IPAddr, IPAddr, zeek_uint_t>;
|
||||
|
||||
class FragReassembler : public Reassembler
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue