===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-packetfu-1.1.11/examples/oui.txt-5664-
ruby-packetfu-1.1.11/examples/oui.txt:5665:00-03-66   (hex)		ASM Pacific Technology
ruby-packetfu-1.1.11/examples/oui.txt:5666:000366     (base 16)		ASM Pacific Technology
ruby-packetfu-1.1.11/examples/oui.txt-5667-				12/F Watson Centre
##############################################
ruby-packetfu-1.1.11/lib/packetfu/config.rb-26-    attr_accessor :eth_saddr,	# The discovered eth_saddr 
ruby-packetfu-1.1.11/lib/packetfu/config.rb:27:      :eth_daddr,							# The discovered eth_daddr (ie, the gateway)
ruby-packetfu-1.1.11/lib/packetfu/config.rb-28-      :eth_src,								# The discovered eth_src in binary form.
##############################################
ruby-packetfu-1.1.11/lib/packetfu/utils.rb-77-    # whoami? returns a hash of :eth_saddr, :eth_src, :ip_saddr, :ip_src,
ruby-packetfu-1.1.11/lib/packetfu/utils.rb:78:    # :ip_src_bin, :eth_dst, and :eth_daddr (the last two are usually suitable
ruby-packetfu-1.1.11/lib/packetfu/utils.rb-79-    # for a gateway mac address). It's most useful as an argument to
##############################################
ruby-packetfu-1.1.11/.pc/0006-Replace-network_interface-by-Ruby-2.1-Socket.getifad.patch/lib/packetfu/utils.rb-78-    # whoami? returns a hash of :eth_saddr, :eth_src, :ip_saddr, :ip_src,
ruby-packetfu-1.1.11/.pc/0006-Replace-network_interface-by-Ruby-2.1-Socket.getifad.patch/lib/packetfu/utils.rb:79:    # :ip_src_bin, :eth_dst, and :eth_daddr (the last two are usually suitable
ruby-packetfu-1.1.11/.pc/0006-Replace-network_interface-by-Ruby-2.1-Socket.getifad.patch/lib/packetfu/utils.rb-80-    # for a gateway mac address). It's most useful as an argument to