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: ![image](https://github.com/user-attachments/assets/592f9e40-578a-49f0-aa2f-5dd25da223ca)