trisulrp 1.5.4 → 1.5.5
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/trisulrp/guids.rb +5 -0
- data/trisulrp.gemspec +2 -2
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.5.
|
1
|
+
1.5.5
|
data/lib/trisulrp/guids.rb
CHANGED
@@ -29,6 +29,10 @@ module TrisulRP::Guids
|
|
29
29
|
CG_VSAT = "{A8776788-B8E3-4108-AD24-0E3927D9364B}" # Traffic per VSAT
|
30
30
|
CG_VLANSTATS = "{0EC72E9E-3AD2-43FD-8173-74693EEA08D0}" # Per VLAN Activity Monitor
|
31
31
|
CG_HOSTSIPV6 = "{6CD742B1-C1CA-4708-BE78-0FCA2EB01A86}" # Stats for each IPv6 Host
|
32
|
+
CG_TLSORG = "{432D7552-0363-4640-9CC5-23E4CA8410EA}" # TLS Organization
|
33
|
+
CG_TLSCIPHER = "{5B64A573-623F-4F5B-8865-78C62BF466A7}" # TLS Ciphersuite
|
34
|
+
CG_TLSCA = "{15856A98-7F87-46D7-84D2-18DD549F8A6F}" # TLS Cert Authority
|
35
|
+
|
32
36
|
|
33
37
|
AG_IDS = "{9AFD8C08-07EB-47E0-BF05-28B4A7AE8DC9}" # Track IDS Alerts
|
34
38
|
AG_BLACKLIST = "{5E97C3A3-41DB-4E34-92C3-87C904FAB83E}" # Blacklist used for Badfellas and Malware
|
@@ -37,6 +41,7 @@ module TrisulRP::Guids
|
|
37
41
|
|
38
42
|
RG_URL = "{4EF9DEB9-4332-4867-A667-6A30C5900E9E}" # URL Resources
|
39
43
|
RG_DNS = "{D1E27FF0-6D66-4E57-BB91-99F76BB2143E}" # DNS Resources
|
44
|
+
RG_SSLCERTS = "{5AEE3F0B-9304-44BE-BBD0-0467052CF468}" # SSLCerts Resources
|
40
45
|
|
41
46
|
SG_TCP = "{99A78737-4B41-4387-8F31-8077DB917336}" # TCP Sessions
|
42
47
|
|
data/trisulrp.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "trisulrp"
|
8
|
-
s.version = "1.5.
|
8
|
+
s.version = "1.5.5"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["vivek"]
|
12
|
-
s.date = "2013-
|
12
|
+
s.date = "2013-05-13"
|
13
13
|
s.description = "This gem deals about the trisul remote protocol"
|
14
14
|
s.email = "vivek_rajagopal@yahoo.com"
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trisulrp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ruby-protocol-buffers
|
@@ -158,7 +158,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
158
158
|
version: '0'
|
159
159
|
segments:
|
160
160
|
- 0
|
161
|
-
hash:
|
161
|
+
hash: 1926720885292502342
|
162
162
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
163
163
|
none: false
|
164
164
|
requirements:
|