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.
1 parent 2fd87bc commit 1c4ee96Copy full SHA for 1c4ee96
1 file changed
include/ipfixprobe/ipProtocol.hpp
@@ -0,0 +1,13 @@
1
+#pragma once
2
+
3
+#include <cstdint>
4
5
+namespace ipxp
6
+{
7
8
+enum IPProtocol : uint8_t {
9
+ TCP = 6,
10
+ UDP = 17,
11
+};
12
13
+} // namespace ipxp
0 commit comments