378 Commits

Author SHA1 Message Date
Giuliano Bellini
4883a4d54d Merge branch 'main' into windows-debug 2024-11-29 15:22:06 +01:00
dependabot[bot]
9796c9287b Bump rustrict from 0.7.31 to 0.7.32
Bumps [rustrict](https://github.com/finnbear/rustrict) from 0.7.31 to 0.7.32.
- [Release notes](https://github.com/finnbear/rustrict/releases)
- [Commits](https://github.com/finnbear/rustrict/compare/0.7.31...0.7.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 03:07:59 +00:00
GyulyVGC
7c3a23b837 initial redirect implementation 2024-11-26 23:35:32 +01:00
GyulyVGC
8f74f5bf35 add CLI argument --adapter to allow immediately start the capture from a given interface 2024-11-24 13:39:33 +01:00
GyulyVGC
a16dfa1fdc update deps 2024-11-20 22:19:00 +01:00
GyulyVGC
9df640bc6e update deps 2024-10-14 23:44:17 +02:00
GyulyVGC
b41d39ea77 cargo update 2024-09-20 23:48:54 +02:00
GyulyVGC
cc1285257b migrating to iced 0.13 (fixing various compilation errors) 2024-09-20 22:26:38 +02:00
GyulyVGC
37d1cdfcce migrating to iced 0.13 (styling, program, task) 2024-09-20 14:38:13 +02:00
dependabot[bot]
d9bb34ba4f Bump etherparse from 0.15.0 to 0.16.0
Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.15.0 to 0.16.0.
- [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.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 03:08:57 +00:00
dependabot[bot]
852782ca4c Bump once_cell from 1.19.0 to 1.20.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 03:30:57 +00:00
dependabot[bot]
1f9988fb64 Bump plotters from 0.3.6 to 0.3.7
Bumps [plotters](https://github.com/plotters-rs/plotters) from 0.3.6 to 0.3.7.
- [Changelog](https://github.com/plotters-rs/plotters/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plotters-rs/plotters/compare/v0.3.6...v0.3.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 06:37:36 +00:00
dependabot[bot]
12b7e3cdbb Bump serde from 1.0.209 to 1.0.210
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.209 to 1.0.210.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 03:43:29 +00:00
dependabot[bot]
649ae335b3 Bump pcap from 2.1.0 to 2.2.0
Bumps [pcap](https://github.com/rust-pcap/pcap) from 2.1.0 to 2.2.0.
- [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pcap/pcap/compare/v2.1.0...v2.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-09-02 04:01:29 +00:00
Giuliano Bellini s294739
bec2bd66d2 update deps 2024-08-27 21:55:58 +02:00
dependabot[bot]
96b7e3b11f Bump serde from 1.0.207 to 1.0.208
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.207 to 1.0.208.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.208)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-16 03:28:43 +00:00
dependabot[bot]
78154089e2 Bump ctrlc from 3.4.4 to 3.4.5
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.4 to 3.4.5.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.4.4...3.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 03:55:24 +00:00
dependabot[bot]
e8d50312ac Bump serde from 1.0.206 to 1.0.207
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.206 to 1.0.207.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.206...v1.0.207)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-13 03:25:10 +00:00
dependabot[bot]
52e7cc6f23 Bump serde from 1.0.205 to 1.0.206
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.205 to 1.0.206.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.205...v1.0.206)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 03:31:25 +00:00
dependabot[bot]
cbecb38e41 Bump serde from 1.0.204 to 1.0.205
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.205.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.205)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 03:19:22 +00:00
dependabot[bot]
30de5606c0 Bump serde_test from 1.0.176 to 1.0.177
Bumps [serde_test](https://github.com/serde-rs/test) from 1.0.176 to 1.0.177.
- [Release notes](https://github.com/serde-rs/test/releases)
- [Commits](https://github.com/serde-rs/test/compare/1.0.176...1.0.177)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 03:55:02 +00:00
dependabot[bot]
3cc1ffde15 Bump rstest from 0.21.0 to 0.22.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.21.0 to 0.22.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.21.0...v0.22.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-08-05 03:54:30 +00:00
dependabot[bot]
9ce69d84ff Bump toml from 0.8.17 to 0.8.19
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.17 to 0.8.19.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.17...toml-v0.8.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 03:14:33 +00:00
dependabot[bot]
e35741c945 Bump toml from 0.8.16 to 0.8.17
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.16 to 0.8.17.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.16...toml-v0.8.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 03:48:42 +00:00
dependabot[bot]
bd064d608b Bump toml from 0.8.15 to 0.8.16
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.15 to 0.8.16.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.15...toml-v0.8.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 03:30:30 +00:00
Giuliano Bellini s294739
f506825e1d bump version to 1.3.1 2024-07-20 21:43:50 +02:00
dependabot[bot]
2db69f4234 Bump toml from 0.8.14 to 0.8.15
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.14 to 0.8.15.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.14...toml-v0.8.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 03:58:41 +00:00
Giuliano Bellini s294739
91c5f31ceb update deps 2024-07-17 17:39:58 +02:00
dependabot[bot]
bedb4fcfe3 Bump serde from 1.0.203 to 1.0.204
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.204.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 03:29:58 +00:00
Giuliano Bellini
cddf43c9b6 Merge pull request #512 from GyulyVGC/improve-thumbnail
Thumbnail mode improvements
2024-07-05 12:03:08 +02:00
Giuliano Bellini s294739
355d923609 ensure thumbnail isn't toggled too fast 2024-07-05 11:55:05 +02:00
dependabot[bot]
d78c532a1f Bump rodio from 0.18.1 to 0.19.0
Bumps [rodio](https://github.com/RustAudio/rodio) from 0.18.1 to 0.19.0.
- [Changelog](https://github.com/RustAudio/rodio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RustAudio/rodio/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 03:49:29 +00:00
Giuliano Bellini s294739
d113c26376 update deps 2024-06-19 22:43:55 +02:00
Giuliano Bellini s294739
24f1623b15 fix new clippy lints 2024-06-15 16:42:39 +02:00
dependabot[bot]
a7e9ff2dc3 Bump toml from 0.8.13 to 0.8.14
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.13 to 0.8.14.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-04 03:14:22 +00:00
dependabot[bot]
354be4c723 Bump rstest from 0.20.0 to 0.21.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.20.0 to 0.21.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.20.0...v0.21.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-06-03 03:26:58 +00:00
Giuliano Bellini
918e1db9b0 Merge pull request #540 from GyulyVGC/dependabot/cargo/main/etherparse-0.15.0
Bump etherparse from 0.14.3 to 0.15.0
2024-06-01 21:46:51 +02:00
dependabot[bot]
0dbba6d151 Bump rstest from 0.19.0 to 0.20.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.19.0 to 0.20.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.19.0...v0.20.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-05-31 03:32:50 +00:00
dependabot[bot]
16f08920b0 Bump serde from 1.0.202 to 1.0.203
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.202 to 1.0.203.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.202...v1.0.203)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 03:10:33 +00:00
dependabot[bot]
43f5ae2914 Bump etherparse from 0.14.3 to 0.15.0
Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.14.3 to 0.15.0.
- [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.14.3...v0.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 03:10:14 +00:00
dependabot[bot]
787fe4e90c Bump rodio from 0.18.0 to 0.18.1
Bumps [rodio](https://github.com/RustAudio/rodio) from 0.18.0 to 0.18.1.
- [Changelog](https://github.com/RustAudio/rodio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RustAudio/rodio/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-24 03:42:39 +00:00
dependabot[bot]
7cc94d043b ---
updated-dependencies:
- dependency-name: plotters
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 03:18:43 +00:00
dependabot[bot]
669194f5ad build(deps): bump toml from 0.8.12 to 0.8.13
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.12 to 0.8.13.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 06:40:10 +00:00
dependabot[bot]
64bc0594f1 build(deps): bump serde from 1.0.201 to 1.0.202
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.201 to 1.0.202.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 03:25:21 +00:00
Giuliano Bellini s294739
64cf251b01 update deps in Cargo.toml 2024-05-10 21:38:31 +02:00
dependabot[bot]
247fb62ff6 build(deps): bump serde from 1.0.199 to 1.0.200
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.200.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.200)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 03:19:02 +00:00
Giuliano Bellini s294739
461486f4d7 update deps 2024-04-29 22:30:00 +02:00
Giuliano Bellini
ab1dae42c0 Merge pull request #516 from GyulyVGC/dependabot/cargo/main/pcap-2.0.0
build(deps): bump pcap from 1.3.0 to 2.0.0
2024-04-26 16:42:45 +02:00
Giuliano Bellini
9d379ed207 Merge pull request #517 from GyulyVGC/dependabot/cargo/main/serial_test-3.1.0
build(deps): bump serial_test from 3.0.0 to 3.1.0
2024-04-26 16:36:05 +02:00
dependabot[bot]
df7b047d78 build(deps): bump pcap from 1.3.0 to 2.0.0
Bumps [pcap](https://github.com/rust-pcap/pcap) from 1.3.0 to 2.0.0.
- [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pcap/pcap/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-26 14:35:33 +00:00