Skip to content

Commit

Permalink
Add WinPcap Developer Pack to the Vagrantbox for Packetbeat development
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Dec 10, 2015
1 parent f1a3d4f commit 9b7474a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Vagrant.configure(2) do |config|

config.vm.define "win2012", primary: true do |win2012|
# Windows Server 2012 R2
win2012.vm.box = "https://s3.amazonaws.com/beats-files/vagrant/beats-win2012-r2-virtualbox-2015-12-07_2214.box"
win2012.vm.box = "https://s3.amazonaws.com/beats-files/vagrant/beats-win2012-r2-virtualbox-2015-12-10_1222.box"
win2012.vm.guest = :windows

# Communicator for windows boxes
Expand Down

0 comments on commit 9b7474a

Please sign in to comment.