What are some good libraries for doing TCP reassembly? I have some pcap files (too large to handle using wireshark) and I want to do TCP reassembly. Development of libnids seems to have stopped. I'm wondering if anybody could give
Asked
Active
Viewed 2,859 times
-1
-
1See [this question](http://stackoverflow.com/questions/6151417/) – rupello Jun 07 '11 at 18:05
1 Answers
2
Have you tried using the bro-ids http://bro-ids.org/ TCP layer written in C++? You are able to write simple application layer bro-scripts to do whatever you need to do. Otherwise, you can take a look on their src code.

Ioannis Pappas
- 807
- 12
- 22