Adding the NetworkInterface gem

I just moved the c extentions from the metasploit-pcaprub to its own gem
This commit is contained in:
lsanchez-r7 2013-07-08 16:11:47 -05:00
parent b2e7f61814
commit 5938e79f81
2 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,7 @@ group :db do
end
group :pcap do
gem 'network_interface', :git => 'https://github.com/lsanchez-r7/network_interface.git'
# For sniffer and raw socket modules
gem 'pcaprub'
end

View File

@ -1,3 +1,9 @@
GIT
remote: https://github.com/lsanchez-r7/network_interface.git
revision: 20953fc3945408d071116d8841ca7ae1aa92272b
specs:
network_interface (0.0.1)
GEM
remote: http://rubygems.org/
specs:
@ -68,6 +74,7 @@ DEPENDENCIES
json
metasploit_data_models (~> 0.16.1)
msgpack
network_interface!
nokogiri
packetfu (= 1.1.8)
pcaprub