List acquired from wireshark manuf file
# File lib/rex/mac_oui.rb, line 30 def self.check_mac(mac) unless mac =~ /(^([A-Fa-f0-9]{2}:){2,5}[A-Fa-f0-9]{2}$)|(^([A-Fa-f0-9]{2}){3,6}$)/ raise "Mac address is not in a correct format" end end
Generated with the Darkfish Rdoc Generator 2.