From bf66118f56a99fc3605c9f6e6044389388821499 Mon Sep 17 00:00:00 2001 From: Nicholas DeMarinis Date: Mon, 11 Sep 2023 23:45:18 -0400 Subject: Added makefile for installing snowcast dissector. --- util/snowcast-dissector/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 util/snowcast-dissector/Makefile diff --git a/util/snowcast-dissector/Makefile b/util/snowcast-dissector/Makefile new file mode 100644 index 0000000..b8f5013 --- /dev/null +++ b/util/snowcast-dissector/Makefile @@ -0,0 +1,6 @@ +INSTALL=install +TARGET=~/.config/wireshark/plugins + +install: + mkdir -pv $(TARGET) + install -m644 cs168_snowcast.lua $(TARGET) -- cgit v1.2.3-70-g09d2