awesome-pcaptools (36) in sindresorhus/awesome

A collection of tools developed by other researchers in the Computer Science area to process network traces. All the right reserved for the original authors.

updated at March 23, 2024, 5:19 a.m.

sunglassesUnknown languages

188 +0

2,962 +10

460 +4

GitHub
http-sniffer in caesar0301/awesome-pcaptools

A multi-threading tool to sniff TCP flow statistics and embedded HTTP headers from PCAP file. Each TCP flow carrying HTTP is exported to text file in json format.

updated at March 10, 2024, 12:43 a.m.

C

12 +0

185 +0

51 +0

GitHub
pkt2flow in caesar0301/awesome-pcaptools

A simple utility to classify packets into flows. It's so simple that only one task is aimed to finish. For Deep Packet Inspection or flow classification, it's so common to analyze the feature of one specific flow. I have make the attempt to use made-ready tools like tcpflows, tcpslice, tcpsplit, but all these tools try to either decrease the trace volume (under requirement) or resemble the packets into flow payloads (over requirement). I have not found a simple tool to classify the packets into flows without further processing. This is why this program is born.

updated at Jan. 16, 2024, 8:08 a.m.

C

13 +0

158 +0

45 +0

GitHub