We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e7f61 commit 5938e79Copy full SHA for 5938e79
Gemfile
@@ -23,6 +23,7 @@ group :db do
23
end
24
25
group :pcap do
26
+ gem 'network_interface', :git => 'https://github.com/lsanchez-r7/network_interface.git'
27
# For sniffer and raw socket modules
28
gem 'pcaprub'
29
Gemfile.lock
@@ -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
+
7
GEM
8
remote: http://rubygems.org/
9
specs:
@@ -68,6 +74,7 @@ DEPENDENCIES
68
74
json
69
75
metasploit_data_models (~> 0.16.1)
70
76
msgpack
77
+ network_interface!
71
78
nokogiri
72
79
packetfu (= 1.1.8)
73
80
pcaprub
0 commit comments