Skip to content

Commit 5938e79

Browse files
author
lsanchez-r7
committed
Adding the NetworkInterface gem
I just moved the c extentions from the metasploit-pcaprub to its own gem
1 parent b2e7f61 commit 5938e79

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
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', :git => 'https://github.com/lsanchez-r7/network_interface.git'
2627
# For sniffer and raw socket modules
2728
gem 'pcaprub'
2829
end

Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
GIT
2+
remote: https://github.com/lsanchez-r7/network_interface.git
3+
revision: 20953fc3945408d071116d8841ca7ae1aa92272b
4+
specs:
5+
network_interface (0.0.1)
6+
17
GEM
28
remote: http://rubygems.org/
39
specs:
@@ -68,6 +74,7 @@ DEPENDENCIES
6874
json
6975
metasploit_data_models (~> 0.16.1)
7076
msgpack
77+
network_interface!
7178
nokogiri
7279
packetfu (= 1.1.8)
7380
pcaprub

0 commit comments

Comments
 (0)