All Git Users → caesar0301

5 open source projects by caesar0301

1. Http Sniffer
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.
✭ 159
c
2. Pkt2flow
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.
✭ 113
c
3. Treelib
An efficient implementation of tree data structure in python 2/3.
4. pcapdpi
Using nDPI/openDPI to detect flow protocols from a PCAP file or live NIC. This program was modified from example in nDPI and I added a periodically cleaning of flow tree to save memory.
5. city-cellular-traffic-map
City Cellular Traffic Map (C2TM)
✭ 34
1-5 of 5 user projects