Skip to content

Commit

Permalink
new upstream source of wireshark data, update gem's data
Browse files Browse the repository at this point in the history
  • Loading branch information
sstelfox committed Mar 13, 2020
1 parent 24c1ed3 commit 4ea3014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ task :update_wireshark => [:environment] do
require 'net/http'

begin
new_file = Net::HTTP.get(URI('https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf'))
new_file = Net::HTTP.get(URI('https://gitlab.com/wireshark/wireshark/raw/master/manuf'))
File.write(Louis::ORIGINAL_OUI_FILE, new_file)
puts 'Update complete'
rescue => err
Expand Down
2 changes: 1 addition & 1 deletion data/processed_data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/louis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Louis
VERSION = '2.2.3'
VERSION = '2.2.4'
end

0 comments on commit 4ea3014

Please sign in to comment.