Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 359 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 359 Bytes

limeCapture

A ethenet TCP/IP package capture and assembly tool

limeCature captures the raw package from the ethenet card and reassembly it according to tcp/ip protocol.

The captured and assembled packages are sended to a shared queue which can be consumed by other processes.

Build:

cd src;

make

*** This project is strictly used for learning ***