An open API service indexing awesome lists of open source software.

https://github.com/caledoniaproject/myflow

Pcap analysis tool, HTTP parsing
https://github.com/caledoniaproject/myflow

Last synced: 12 months ago
JSON representation

Pcap analysis tool, HTTP parsing

Awesome Lists containing this project

README

          

### My HTTP flow ###
TCP assembling / HTTP assmebling, support HTTP pipeling

### Example ###

./main xx.pcap


-- Packet size: 494, Time: 1394682304, Tuple: 192.168.56.1:40968:192.168.56.178:80
GET /wp37/wp-content/themes/twentythirteen/images/search-icon.png HTTP/1.1
Host: ubuntu32
Connection: keep-alive
Accept: image/webp,*/*;q=0.8
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit (KHTML, like Gecko) Chrome Safari
Referer: http://ubuntu32/wp37/
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8,fr;q=0.6,zh-CN;q=0.4,zh;q=0.2,zh-TW;q=0.2,hr;q=0.2

-- End Packet --

### Compilation ###

On Mac OS, (modify CFLAGS as needed)


make mac

On Linux (static),


make