(type egg)
(signature "ethernet egg")
(timestamp 1612269487)
(sxml ((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/ethernet" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.") (tags "egg")) (section 2 "Ethernet" (toc) (section 3 "Description" (p "A pure scheme ethernet frame parser/unparser.") (p "Currently in beta - not ready for production.")) (section 3 "Author" (p "Omar Shorbaji")) (section 3 "Requirements" (p "Requires the " (int-link "defstruct") " egg.")) (section 3 "Documentation" (p "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.") (section 4 "Usage" (pre " (use ethernet)"))))))
