Dean Brundage

Results 4 issues of Dean Brundage

When trying to capture packets from a wireless NIC in monitor mode I get this error `capture/ip.rb:20:in 'each_packet': Unknown data-link type (127) (Pcap::PcapError)` Network configurations: ``` % ifconfig wlp3s0 wlp3s0:...

``` 1.9.3p0 :001 > require 'quantity' => true 1.9.3p0 :002 > Quantity::VERSION => 0.1.2 1.9.3p0 :003 > [1.gallon, 1.gallon].flatten ArgumentError: Unknown target unit type: ary from /home/brundage/.rvm/gems/ruby-1.9.3-p0/gems/quantity-0.1.2/lib/quantity.rb:356:in `method_missing' from (irb):3:in...

``` 0 HAL:0 work % irb 1.9.3p0 :001 > require 'quantity' => true 1.9.3p0 :002 > q = Quantity.new(1, 'ml') NoMethodError: undefined method `value' for nil:NilClass from /home/brundage/.rvm/gems/ruby-1.9.3-p0/gems/quantity-0.1.2/lib/quantity/unit.rb:297:in `block (2...