378 Commits

Author SHA1 Message Date
Giuliano Bellini
eef95e3095 Merge pull request #511 from GyulyVGC/dependabot/cargo/main/serde-1.0.198
build(deps): bump serde from 1.0.197 to 1.0.198
2024-04-26 16:34:58 +02:00
dependabot[bot]
06d1b7372c build(deps): bump serial_test from 3.0.0 to 3.1.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 03:18:26 +00:00
dependabot[bot]
798e337c0c build(deps): bump serde from 1.0.197 to 1.0.198
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.197 to 1.0.198.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.198)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 03:39:55 +00:00
dependabot[bot]
031de0d35a build(deps): bump chrono from 0.4.37 to 0.4.38
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.37 to 0.4.38.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.37...v0.4.38)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 03:27:53 +00:00
dependabot[bot]
587afd5ccc build(deps): bump rstest from 0.18.2 to 0.19.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.18.2 to 0.19.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/la10736/rstest/compare/v0.18.2...v0.19.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 03:55:57 +00:00
Giuliano Bellini s294739
36b1064b53 disable cross panic on warnings 2024-04-04 22:20:19 +02:00
Giuliano Bellini s294739
a8c127d4ef update deps 2024-04-04 21:36:38 +02:00
Giuliano Bellini s294739
33e4709b89 use workspace.metadata.cross 2024-04-04 21:09:31 +02:00
Giuliano Bellini s294739
215a334344 updated README and pics 2024-03-29 16:50:58 +01:00
dependabot[bot]
73ff613700 build(deps): bump toml from 0.8.10 to 0.8.11
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.10 to 0.8.11.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.10...toml-v0.8.11)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 15:04:53 +00:00
Giuliano Bellini
a80f287a39 Merge pull request #471 from GyulyVGC/dependabot/cargo/main/ctrlc-3.4.4
build(deps): bump ctrlc from 3.4.2 to 3.4.4
2024-03-16 16:02:44 +01:00
dependabot[bot]
697fba4f20 build(deps): bump rustrict from 0.7.21 to 0.7.22
Bumps [rustrict](https://github.com/finnbear/rustrict) from 0.7.21 to 0.7.22.
- [Release notes](https://github.com/finnbear/rustrict/releases)
- [Commits](https://github.com/finnbear/rustrict/compare/0.7.21...0.7.22)

---
updated-dependencies:
- dependency-name: rustrict
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 03:37:58 +00:00
dependabot[bot]
61c33f4fe2 build(deps): bump ctrlc from 3.4.2 to 3.4.4
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.2 to 3.4.4.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.4.2...3.4.4)

---
updated-dependencies:
- dependency-name: ctrlc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 03:38:34 +00:00
Giuliano Bellini s294739
2c4f893c1b PCAP file export (initial implementation) 2024-03-10 10:58:54 +01:00
Giuliano Bellini s294739
7496a6c196 fix old tests 2024-03-07 21:24:02 +01:00
Giuliano Bellini s294739
5ae87b26a0 migrate to iced 0.12: fix build errors 2024-02-25 22:52:53 +01:00
Giuliano Bellini s294739
b4a5c1410b use a cosine-like spline to interpolate chart data points (WIP) 2024-02-17 18:11:57 +01:00
Giuliano Bellini
0b45f312ca Merge branch 'main' into dependabot/cargo/main/etherparse-0.14.2 2024-02-11 10:31:14 +01:00
dependabot[bot]
befb9fa3d6 build(deps): bump toml from 0.8.9 to 0.8.10
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.9 to 0.8.10.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.9...toml-v0.8.10)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-11 09:20:30 +00:00
Giuliano Bellini s294739
d8fece2f91 updated CHANGELOG 2024-02-10 15:49:23 +01:00
Giuliano Bellini s294739
9f3b445fef feat: profanity check service names; completely tested get_service 2024-02-09 00:33:47 +01:00
Giuliano Bellini s294739
1107817f45 created ServiceQuery to act as map key and validate services.txt 2024-02-07 14:57:24 +01:00
Giuliano Bellini s294739
f58e507c7c update include directive in Cargo.toml 2024-02-07 00:04:39 +01:00
dependabot[bot]
621eaa5ae8 build(deps): bump etherparse from 0.13.0 to 0.14.2
Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.13.0 to 0.14.2.
- [Release notes](https://github.com/JulianSchmid/etherparse/releases)
- [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md)
- [Commits](https://github.com/JulianSchmid/etherparse/compare/v0.13.0...v0.14.2)

---
updated-dependencies:
- dependency-name: etherparse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 03:46:47 +00:00
Giuliano Bellini s294739
e994d40d07 first implementation of services load using phf 2024-02-05 21:40:33 +01:00
Giuliano Bellini
974b591171 Merge pull request #444 from GyulyVGC/dependabot/cargo/main/reqwest-0.11.24 2024-02-02 08:56:03 +01:00
Giuliano Bellini
165bdaf175 Update reqwest also on powerpc64 2024-02-01 21:41:58 +01:00
dependabot[bot]
f94037eb24 build(deps): bump toml from 0.8.8 to 0.8.9
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.8 to 0.8.9.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.8...toml-v0.8.9)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 03:10:12 +00:00
dependabot[bot]
67718517de build(deps): bump reqwest from 0.11.23 to 0.11.24
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.24.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 03:09:44 +00:00
dependabot[bot]
6fe607fd15 build(deps): bump serde from 1.0.195 to 1.0.196
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.195...v1.0.196)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 03:24:42 +00:00
dependabot[bot]
dc91538228 build(deps): bump chrono from 0.4.32 to 0.4.33
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.32 to 0.4.33.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.32...v0.4.33)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 03:27:59 +00:00
dependabot[bot]
486dacb457 build(deps): bump chrono from 0.4.31 to 0.4.32
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.32.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.32)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 03:56:48 +00:00
dependabot[bot]
c49defbdc1 build(deps): bump pcap from 1.1.0 to 1.2.0
Bumps [pcap](https://github.com/rust-pcap/pcap) from 1.1.0 to 1.2.0.
- [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pcap/pcap/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: pcap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 03:46:49 +00:00
dependabot[bot]
0b4c629cb5 build(deps): bump rfd from 0.12.1 to 0.13.0
Bumps [rfd](https://github.com/PolyMeilex/rfd) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/PolyMeilex/rfd/releases)
- [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PolyMeilex/rfd/compare/0.12.1...0.13.0)

---
updated-dependencies:
- dependency-name: rfd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:13:00 +00:00
dependabot[bot]
576d9542cd build(deps): bump confy from 0.5.1 to 0.6.0
Bumps [confy](https://github.com/rust-cli/confy) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/rust-cli/confy/releases)
- [Commits](https://github.com/rust-cli/confy/compare/0.5.1...v0.6.0)

---
updated-dependencies:
- dependency-name: confy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 03:41:15 +00:00
Giuliano Bellini
f6dd939bdd Merge pull request #429 from GyulyVGC/dependabot/cargo/main/maxminddb-0.24.0
build(deps): bump maxminddb from 0.23.0 to 0.24.0
2024-01-10 21:37:23 +01:00
Giuliano Bellini
19aeeded3c Merge pull request #427 from GyulyVGC/dependabot/cargo/main/serial_test-3.0.0
build(deps): bump serial_test from 2.0.0 to 3.0.0
2024-01-10 21:27:58 +01:00
dependabot[bot]
8d448b2866 build(deps): bump maxminddb from 0.23.0 to 0.24.0
Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/oschwald/maxminddb-rust/releases)
- [Changelog](https://github.com/oschwald/maxminddb-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oschwald/maxminddb-rust/commits)

---
updated-dependencies:
- dependency-name: maxminddb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 03:41:45 +00:00
Giuliano Bellini s294739
6c0d44718c add libgtk-3-dev to pre-build step for package workflow 2024-01-09 11:59:30 +01:00
dependabot[bot]
085b0494ec build(deps): bump serial_test from 2.0.0 to 3.0.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 03:41:12 +00:00
Giuliano Bellini s294739
dd3a09f1fa adding file dialogs for file selections (WIP) 2024-01-01 22:43:36 +01:00
Giuliano Bellini s294739
12baf7501b added tests about configs when the app receives Message::CloseRequested 2023-12-29 01:15:43 +01:00
Giuliano Bellini s294739
832de1aa15 fixed race conditions due to configs borrows 2023-12-27 22:27:30 +01:00
Giuliano Bellini s294739
00e4e3a85b implementing SIGINT handling... (WIP) 2023-12-27 15:53:11 +01:00
Giuliano Bellini s294739
1ba37912b7 fixing palettes and custom palettes (WIP) 2023-12-26 00:52:54 +01:00
Giuliano Bellini s294739
dddc22e806 update manifest file 2023-12-19 10:04:47 +01:00
Giuliano Bellini
a9bbe0419a update reqwest for target powerpc64 2023-12-19 09:31:49 +01:00
dependabot[bot]
7eaf42746b build(deps): bump reqwest from 0.11.22 to 0.11.23
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.22 to 0.11.23.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.22...v0.11.23)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 03:30:13 +00:00
Giuliano Bellini s294739
f26e7d70cf use HashMap over IndexMap and remove addresses_last_interval 2023-12-02 11:12:13 +01:00
Giuliano Bellini s294739
05f60e02f8 fix and update deps 2023-11-29 11:02:35 +01:00