We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfc02c2 + 5ce7859 commit a471054Copy full SHA for a471054
include/ipfixprobe/packet.hpp
@@ -34,6 +34,7 @@
34
35
#include <stdint.h>
36
#include <stdlib.h>
37
+#include <sys/time.h>
38
39
#include <ipfixprobe/ipaddr.hpp>
40
#include <ipfixprobe/flowifc.hpp>
include/ipfixprobe/rtp.hpp
@@ -1,5 +1,6 @@
1
#include <inttypes.h>
2
#include <limits>
3
+#include "byte-utils.hpp"
4
5
struct __attribute__((packed)) rtp_header {
6
union {
include/ipfixprobe/utils.hpp
@@ -38,6 +38,7 @@
#include <algorithm>
#include <stdexcept>
#include <cstdint>
41
42
43
namespace ipxp {
44
0 commit comments