From 8f33d9c9a7c95f17c480782fee3b5e405d41a79c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 29 Apr 2024 18:40:03 +0200 Subject: WIP wireshark dissector --- experiments/pcap/makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 experiments/pcap/makefile (limited to 'experiments/pcap/makefile') diff --git a/experiments/pcap/makefile b/experiments/pcap/makefile new file mode 100644 index 0000000..53c3aea --- /dev/null +++ b/experiments/pcap/makefile @@ -0,0 +1,2 @@ +CFLAGS += -lpcap +main: main.c -- cgit v1.2.3