DoHlyzer currently consists of several independent modules, each carrying some of the functionality needed to analyze the data for DoH flows. Meter DoHMeter module is responsible for: Capturing HTTPS packets from network interfaces or reading input PCAP files ...
Python packages needed for running DoHlyzer are listed inrequirements.txtfile. You can install them (preferably in virtualenv) by: pip install -r requirements.txt Deployment Each of the modules come with their own README files to describe how they can be used. ...
DoHlyzer currently consists of several independent modules, each carrying some of the functionality needed to analyze the data for DoH flows. Meter DoHMeter module is responsible for: Capturing HTTPS packets from network interfaces or reading input PCAP files Grouping packets into flows by their sourc...