Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 947 Bytes

File metadata and controls

31 lines (21 loc) · 947 Bytes

pcap-reconst implements tcp resequencing and http flow extraction. This project is a fork of the original pcap-reconst project with numerous corrections and improvements.

Download

Source is hosted on github:

github.com/cjneasbi/pcap-reconst

Requirements

jpcap is a wrapper for libpcap or winpcap and requires compilation before use.

Usage

See the HttpReconstructorExample class in the pcap.reconst.example package for usage.

Todo

  • Test with chunked transfer encoding.