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

Ethernet

Description

A pure scheme ethernet frame parser/unparser.

Currently in beta - not ready for production.

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)