Re: [tcpdump-workers] reconstruct HTTP requests in custom sniffer

2011-01-08 Thread Andrej van der Zee
Hi Cedric, > TCP reordering, IP fragmentation and buffering of stream is not present on > github > yet but is implemented and is being reviewed. I can push on github if you > want to > have a look. Concerning HTTP, for now we only fetch hostname and URL but > were > asked to capture the whole req

Re: [tcpdump-workers] reconstruct HTTP requests in custom sniffer

2011-01-08 Thread rixed
-[ Sat, Jan 08, 2011 at 04:42:40PM +0900, Andrej van der Zee ] > Hi Cedric, > > > > Looks very similar to : > > > > http://github.com/securactive/junkie > > > > > Is the intention of junkie to follow TCP streams and reassemble complete > HTTP requests/responses from the packets? How far is th