logstash-codec-netflow 3.6.0 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ec64d7b15d22507520ad309db31e16ba1b8a7e8
|
4
|
+
data.tar.gz: 220897f720240a8661433ed02bd7636a1df2da9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c2eee6eaf70600ff45c849e9ba8dee0dbef471dfa671bf76492b55e584d7563c06d7937995a9749147ebe4202c0c29b6dc8e3c51628bec68214e1367a54b108
|
7
|
+
data.tar.gz: 695f58fc390c7dfd0860d1ef4134e3f580e1a06a0d7f69bac3b9b3a548320109be38628d6541be05718c7a9ccb20b163592956d5ceda299a93262389bdadaa04
|
data/CHANGELOG.md
CHANGED
data/CONTRIBUTORS
CHANGED
@@ -340,6 +340,9 @@
|
|
340
340
|
367:
|
341
341
|
- :mac_addr
|
342
342
|
- :wtpMacAddress
|
343
|
+
371:
|
344
|
+
- :string
|
345
|
+
- :userName
|
343
346
|
372:
|
344
347
|
- :string
|
345
348
|
- :applicationCategoryName
|
@@ -427,6 +430,9 @@
|
|
427
430
|
8393:
|
428
431
|
- :uint32
|
429
432
|
- :streamcore_id_rule_10
|
433
|
+
20000:
|
434
|
+
- :uint16
|
435
|
+
- :wlan_id
|
430
436
|
33000:
|
431
437
|
- :acl_id_asa
|
432
438
|
- :ingress_acl_id
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-codec-netflow'
|
4
|
-
s.version = '3.
|
4
|
+
s.version = '3.7.0'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "The netflow codec is for decoding Netflow v5/v9/v10 (IPFIX) flows."
|
7
7
|
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
|
Binary file
|
data/spec/codecs/netflow_spec.rb
CHANGED
@@ -1934,6 +1934,17 @@ describe LogStash::Codecs::Netflow do
|
|
1934
1934
|
end
|
1935
1935
|
end
|
1936
1936
|
|
1937
|
+
context "Netflow 9 Cisco WLC 8500 release 8.2 " do
|
1938
|
+
let(:data) do
|
1939
|
+
data = []
|
1940
|
+
data << IO.read(File.join(File.dirname(__FILE__), "netflow9_test_cisco_wlc_8510_tpl_262.dat"), :mode => "rb")
|
1941
|
+
end
|
1942
|
+
|
1943
|
+
it "should not raise_error" do
|
1944
|
+
expect{decode.size}.not_to raise_error
|
1945
|
+
end
|
1946
|
+
end
|
1947
|
+
|
1937
1948
|
context "IPFIX Barracuda firewall" do
|
1938
1949
|
let(:data) do
|
1939
1950
|
packets = []
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-codec-netflow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-09-
|
11
|
+
date: 2017-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -114,6 +114,7 @@ files:
|
|
114
114
|
- spec/codecs/netflow9_test_cisco_nbar_data262.dat
|
115
115
|
- spec/codecs/netflow9_test_cisco_nbar_opttpl260.dat
|
116
116
|
- spec/codecs/netflow9_test_cisco_nbar_tpl262.dat
|
117
|
+
- spec/codecs/netflow9_test_cisco_wlc_8510_tpl_262.dat
|
117
118
|
- spec/codecs/netflow9_test_cisco_wlc_data261.dat
|
118
119
|
- spec/codecs/netflow9_test_cisco_wlc_tpl.dat
|
119
120
|
- spec/codecs/netflow9_test_fortigate_fortios_521_data256.dat
|
@@ -196,6 +197,7 @@ test_files:
|
|
196
197
|
- spec/codecs/netflow9_test_cisco_nbar_data262.dat
|
197
198
|
- spec/codecs/netflow9_test_cisco_nbar_opttpl260.dat
|
198
199
|
- spec/codecs/netflow9_test_cisco_nbar_tpl262.dat
|
200
|
+
- spec/codecs/netflow9_test_cisco_wlc_8510_tpl_262.dat
|
199
201
|
- spec/codecs/netflow9_test_cisco_wlc_data261.dat
|
200
202
|
- spec/codecs/netflow9_test_cisco_wlc_tpl.dat
|
201
203
|
- spec/codecs/netflow9_test_fortigate_fortios_521_data256.dat
|