Skip to content

Commit 8ade335

Browse files
author
Tod Beardsley
committed
Land rapid7#2085, use the new network_interface gem.
2 parents 4d313fb + 2bb1169 commit 8ade335

File tree

5 files changed

+496
-486
lines changed

5 files changed

+496
-486
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ group :db do
2323
end
2424

2525
group :pcap do
26+
gem 'network_interface'
2627
# For sniffer and raw socket modules
2728
gem 'pcaprub'
2829
end

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ GEM
3131
metaclass (~> 0.0.1)
3232
msgpack (0.5.4)
3333
multi_json (1.0.4)
34+
network_interface (0.0.1)
3435
nokogiri (1.5.9)
3536
packetfu (1.1.8)
3637
pcaprub (0.11.3)
@@ -68,6 +69,7 @@ DEPENDENCIES
6869
json
6970
metasploit_data_models (~> 0.16.1)
7071
msgpack
72+
network_interface
7173
nokogiri
7274
packetfu (= 1.1.8)
7375
pcaprub

0 commit comments

Comments
 (0)