Change Sessions::dump_this_packet to a bool

This commit is contained in:
Tim Wojtulewicz 2020-04-01 10:46:06 -07:00
parent 3ce1c9ffd6
commit 0d695ac453
2 changed files with 8 additions and 8 deletions

View file

@ -231,9 +231,9 @@ protected:
analyzer::stepping_stone::SteppingStoneManager* stp_manager;
Discarder* discarder;
PacketFilter* packet_filter;
int dump_this_packet; // if true, current packet should be recorded
uint64_t num_packets_processed;
PacketProfiler* pkt_profiler;
bool dump_this_packet; // if true, current packet should be recorded
};