Changes between Version 13 and Version 14 of Old/Libmac
- Timestamp:
- Jun 18, 2006, 10:59:36 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Libmac
v13 v14 64 64 Keeping these requirements in mind, a decision was made to implement this emulator framework in user-space, in a modular fashion, built from the ground up so that the lowest module of the framework will communicate with the network device drivers. The figure below gives the general idea behind the framework. 65 65 66 [[Image(p1.jpg)]] [[BR]] 66 67 67 68 The architecture diagram is shown below - Libmac uses open-source libraries [http://www.tcpdump.org/ libpcap], for frame capture and [http://www.packetfactory.net/libnet/ libnet], for frame injection.