From 7c886830e01a5a9f6fb7d64a10dc490c4ba9e9cb Mon Sep 17 00:00:00 2001 From: Jelena Mirkovic Date: Mon, 27 Jun 2022 11:16:52 -0700 Subject: [PATCH] Syntax changes --- B_Root_Anomalies/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B_Root_Anomalies/README.md b/B_Root_Anomalies/README.md index 8477f8f..eec7222 100644 --- a/B_Root_Anomalies/README.md +++ b/B_Root_Anomalies/README.md @@ -1,6 +1,6 @@ # Installation -You will need libpcap-dev installed. Afterwards, running make will produce +You will need libpcap-dev installed. Afterwards, running `make` will produce executables tag and stats. Stats uses libpcap to read relevant data from pcap files. It only reads packets to port 53 (this can be changed by changing filter options in stats.cc).