aboutsummaryrefslogtreecommitdiff
path: root/lib/Events/EV_SYN.js
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2020-07-19 19:12:46 -0600
committerAdam Hovorka <[email protected]>2020-07-19 19:12:46 -0600
commitd84d8708178a71a93ebe30ce5459913a359752ce (patch)
tree8984b07279fcc0dd384f0e75f0d848770d40a617 /lib/Events/EV_SYN.js
Initial commit
Diffstat (limited to 'lib/Events/EV_SYN.js')
-rw-r--r--lib/Events/EV_SYN.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Events/EV_SYN.js b/lib/Events/EV_SYN.js
new file mode 100644
index 0000000..47d2cde
--- /dev/null
+++ b/lib/Events/EV_SYN.js
@@ -0,0 +1,6 @@
+module.exports = {
+ 0:"SYN_REPORT",
+ 1:"SYN_CONFIG",
+ 2:"SYN_MT_REPORT",
+ 3:"SYN_DROPPED"
+};