-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sa-sawp
committed
Apr 12, 2021
1 parent
0a593bb
commit 0b8df87
Showing
12 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sawp" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Canadian Centre for Cyber Security <[email protected]>"] | ||
description = "Security Aware Wire Protocol parsing library" | ||
readme = "README.md" | ||
|
@@ -48,7 +48,7 @@ cdylib-link-lines = {version = "0.1.1", optional = true} | |
criterion = "0.3" | ||
|
||
[dependencies] | ||
sawp-ffi = { path = "sawp-ffi", version = "^0.3.0", optional = true} | ||
sawp-ffi = { path = "sawp-ffi", version = "^0.4.0", optional = true} | ||
nom = "5.1.2" | ||
|
||
[[bench]] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sawp-diameter" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Canadian Centre for Cyber Security <[email protected]>"] | ||
description = "SAWP Protocol Parser for Diameter" | ||
readme = "../README.md" | ||
|
@@ -21,7 +21,7 @@ include = [ | |
verbose = ["sawp/verbose"] | ||
|
||
[dependencies] | ||
sawp = { path = "..", version = "^0.3.0"} | ||
sawp = { path = "..", version = "^0.4.0"} | ||
nom = "5.1.2" | ||
num_enum = "0.5.1" | ||
bitflags = "1.0.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sawp-ffi-derive" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Canadian Centre for Cyber Security <[email protected]>"] | ||
description = "Generate cbindgen compatible member accessors for structs and enums" | ||
readme = "../README.md" | ||
|
@@ -24,7 +24,7 @@ proc-macro2 = "1.0" | |
heck = "0.3" | ||
|
||
[dev-dependencies] | ||
sawp-flags = { path = "../sawp-flags", version = "^0.3.0"} | ||
sawp-flags = { path = "../sawp-flags", version = "^0.4.0"} | ||
|
||
[lib] | ||
proc-macro = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sawp-ffi" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Canadian Centre for Cyber Security <[email protected]>"] | ||
description = "FFI helper macros and traits" | ||
readme = "../README.md" | ||
|
@@ -17,8 +17,8 @@ include = [ | |
] | ||
|
||
[dependencies] | ||
sawp-ffi-derive = { path = "../sawp-ffi-derive", version = "^0.3.0"} | ||
sawp-flags = { path = "../sawp-flags", version = "^0.3.0"} | ||
sawp-ffi-derive = { path = "../sawp-ffi-derive", version = "^0.4.0"} | ||
sawp-flags = { path = "../sawp-flags", version = "^0.4.0"} | ||
|
||
# Override default replacements | ||
[package.metadata.release] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sawp-file" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Canadian Centre for Cyber Security <[email protected]>"] | ||
description = "SAWP File Format" | ||
readme = "../README.md" | ||
|
@@ -18,7 +18,7 @@ include = [ | |
] | ||
|
||
[dependencies] | ||
sawp = { path = "..", version = "^0.3.0"} | ||
sawp = { path = "..", version = "^0.4.0"} | ||
rmp-serde = "0.14.4" | ||
serde = "1.0.116" | ||
serde_derive = "1.0.116" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sawp-flags-derive" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Canadian Centre for Cyber Security <[email protected]>"] | ||
description = "SAWP BitFlags Handling and Storage Derive Macro" | ||
readme = "../README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sawp-flags" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Canadian Centre for Cyber Security <[email protected]>"] | ||
description = "SAWP BitFlags Handling and Storage" | ||
readme = "../README.md" | ||
|
@@ -17,7 +17,7 @@ include = [ | |
] | ||
|
||
[dependencies] | ||
sawp-flags-derive = { path = "../sawp-flags-derive", version = "^0.3.0"} | ||
sawp-flags-derive = { path = "../sawp-flags-derive", version = "^0.4.0"} | ||
|
||
# Override default replacements | ||
[package.metadata.release] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sawp-json" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Canadian Centre for Cyber Security <[email protected]>"] | ||
description = "SAWP Protocol Parser for Json" | ||
readme = "../README.md" | ||
|
@@ -21,7 +21,7 @@ include = [ | |
verbose = ["sawp/verbose"] | ||
|
||
[dependencies] | ||
sawp = { path = "..", version = "^0.3.0"} | ||
sawp = { path = "..", version = "^0.4.0"} | ||
serde = "1.0" | ||
serde_json = "1.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sawp-modbus" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Canadian Centre for Cyber Security <[email protected]>"] | ||
description = "SAWP Protocol Parser for Modbus" | ||
readme = "../README.md" | ||
|
@@ -25,9 +25,9 @@ verbose = ["sawp/verbose"] | |
cbindgen = {version = "0.15", optional = true} | ||
|
||
[dependencies] | ||
sawp-ffi = { path = "../sawp-ffi", version = "^0.3.0", optional = true} | ||
sawp-flags = { path = "../sawp-flags", version = "^0.3.0"} | ||
sawp = { path = "..", version = "^0.3.0"} | ||
sawp-ffi = { path = "../sawp-ffi", version = "^0.4.0", optional = true} | ||
sawp-flags = { path = "../sawp-flags", version = "^0.4.0"} | ||
sawp = { path = "..", version = "^0.4.0"} | ||
nom = "5.1.2" | ||
num_enum = "0.5.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sawp-tftp" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Canadian Centre for Cyber Security <[email protected]>"] | ||
description = "SAWP Protocol Parser for TFTP" | ||
readme = "../README.md" | ||
|
@@ -18,7 +18,7 @@ include = [ | |
] | ||
|
||
[dependencies] | ||
sawp = { path = "..", version = "^0.3.0"} | ||
sawp = { path = "..", version = "^0.4.0"} | ||
nom = "5.1.2" | ||
num_enum = "0.5.1" | ||
|
||
|