-1

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

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
Tianyang Li
  • 1,755
  • 5
  • 26
  • 42

1 Answers1

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