You are looking at historical revision 33234 of this page. It may differ significantly from its current revision.

Ethenet

Description

A pure scheme ethernet frame parser/unparser.

Author

Omar Shorbaji

Requirements

Requires the defstruct egg.

Documentation

Provides an ethernet frame data structure (destination MAC, source MAC, 802.1q, ethertype and payload). Also provides read-ethernet-frame function which reads an ethernet frame and creates an ethernet frame data structure as well as the inverse write-ethernet-frame function.

Usage

 (use ethernet)