summaryrefslogtreecommitdiff
path: root/url_handler/handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'url_handler/handler.h')
-rw-r--r--url_handler/handler.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/url_handler/handler.h b/url_handler/handler.h
new file mode 100644
index 0000000..135e5b7
--- /dev/null
+++ b/url_handler/handler.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <array>
+#include <cstdint>
+
+using namespace std;
+
+
+uint16_t handle_icmp(uint32_t source_addr, const array<uint8_t, 16> &payload);