Etherbunny-0.3: A network analysis toolkit for Haskell

Portabilityghc
Stabilityexperimental
Maintainernickburlett@mac.com

Network.Etherbunny.Packet

Contents

Description

General Packet support Etherbunny.

Synopsis

Type Classes

class Pkt a Source

Instances

Utility functions

wordsToInt :: Bits a => Int -> [Word8] -> aSource