Merge in SNORT/snort3 from ~YVELYKOZ/snort3:rem_semicol to master
Squashed commit of the following:
commit
a69f31fea7fae9c1367e683da67f01bf46ee7189
Author: Yehor Velykozhon <yvelykoz@cisco.com>
Date: Wed Jan 12 11:51:26 2022 +0200
wizard: remove extra semicolon
StreamSplitter* get_splitter(bool) override;
inline bool finished(Wand& w)
- { return !w.hex && !w.spell && w.curse_tracker.empty(); };
+ { return !w.hex && !w.spell && w.curse_tracker.empty(); }
void reset(Wand&, bool tcp, bool c2s);
bool cast_spell(Wand&, Flow*, const uint8_t*, unsigned, uint16_t&);
bool spellbind(const MagicPage*&, Flow*, const uint8_t*, unsigned);