Merge in SNORT/snort3 from ~ASERBENI/snort3:alpine_cstdint to master
Squashed commit of the following:
commit
2a7dfb7b1983eabf06dea5e96c1dd86bc115e60d
Author: Plup <plup@plup.io>
Date: Tue Apr 2 13:55:02 2024 +0200
packet_capture: include cstdint in a header file
This resolves build issues on Alpine 3.19.1.
Thanks to Plup <plup@plup.io> and Hauke Mehrtens <hauke@hauke-m.de> for reporting this!
#ifndef PACKET_CAPTURE_H
#define PACKET_CAPTURE_H
+#include <cstdint>
#include <string>
void packet_capture_enable(const std::string&, const int16_t g = -1, const std::string& t = "");