maccatcher 2.1.2 → 2.1.3
raw patch · 3 files changed
+6/−7 lines, 3 files
Files
- CONTRIBUTORS +1/−0
- Data/MAC.hs +4/−6
- maccatcher.cabal +1/−1
CONTRIBUTORS view
@@ -1,3 +1,4 @@ Jason Dusek Martin Grabmueller+ Joachim Breitner
Data/MAC.hs view
@@ -1,11 +1,9 @@ {-| A MAC address datatype, representing the six bytes of a MAC address, also- - known as an OID, IAB or "...Vendor Address, Vendor ID, NIC Address,- - Ethernet Address and others.".- -- -- - <http://standards.ieee.org/faqs/OUI.html#q4>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -}+ known as an OID, IAB or \"...Vendor Address, Vendor ID, NIC Address,+ Ethernet Address and others.\", see+ <http://standards.ieee.org/faqs/OUI.html#q4>+ -} module Data.MAC where
maccatcher.cabal view
@@ -1,5 +1,5 @@ name: maccatcher-version: 2.1.2+version: 2.1.3 category: Text license: BSD3 license-file: LICENSE