Skip to content

Commit

Permalink
Add someip statistics api to unbound session
Browse files Browse the repository at this point in the history
  • Loading branch information
kruss committed Aug 4, 2023
1 parent 434ebbc commit eb9cb6e
Show file tree
Hide file tree
Showing 6 changed files with 418 additions and 40 deletions.
3 changes: 3 additions & 0 deletions application/apps/indexer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions application/apps/indexer/parsers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ crossbeam-channel = "0.5"
chrono = "0.4"
chrono-tz = "0.8"
dlt-core = "0.14"
etherparse = "0.13"
humantime = "2.1"
lazy_static = "1.4"
log = "0.4.17"
memchr = "2.4"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
tokio-util = "0.7"
pcap-parser = "0.14"
rand = "0.8.5"
rustc-hash = "1.1"
# someip-messages = { path = "../../../../../someip"}
someip-messages = { git = "https://github.com/esrlabs/someip" }
# someip-payload = { path = "../../../../../someip-payload" }
Expand Down
Loading

0 comments on commit eb9cb6e

Please sign in to comment.