bhaskarbhar
Results
2
issues of
bhaskarbhar
Added a new build-deb job to build a Debian package (.deb) for PcapPlusPlus on ubuntu-latest. The job: - Checks out the source code. - Installs required dependencies (cmake, make, g++,...
Issue: #4221 New BIF added to zeek.bif. BIF function: get_tags_by_category Sample usage: ``` event zeek_init() { local result = get_tags_by_category("ANALYZER"); for (i in result) print result[i]; } ``` Output: 