Commit graph

318 commits

Author SHA1 Message Date
dependabot[bot]
8c396bce57
Bump clap from 4.3.16 to 4.3.17
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.16 to 4.3.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.16...v4.3.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-21 00:37:00 +00:00
Pierre
7ee5eca0ba
Merge pull request #158 from ivre/dependabot/cargo/clap-4.3.16
Bump clap from 4.3.12 to 4.3.16
2023-07-19 12:46:17 +02:00
dependabot[bot]
4ede8c06cc
Bump clap from 4.3.12 to 4.3.16
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.12 to 4.3.16.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.12...v4.3.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 00:18:56 +00:00
Pierre
8989d0c357
Merge pull request #156 from ivre/dependabot/cargo/clap-4.3.12
Bump clap from 4.3.11 to 4.3.12
2023-07-17 22:00:05 +02:00
dependabot[bot]
3e075de237
Bump clap from 4.3.11 to 4.3.12
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.11 to 4.3.12.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.11...v4.3.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 00:54:46 +00:00
Pierre
f6f3fca3d5
Merge pull request #155 from ivre/dependabot/cargo/clap-4.3.11
Bump clap from 4.3.10 to 4.3.11
2023-07-06 09:23:25 +02:00
dependabot[bot]
496d40c03c
Bump clap from 4.3.10 to 4.3.11
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.10 to 4.3.11.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.10...v4.3.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 00:52:20 +00:00
_Frky
c132c39ebf
Fix syn (#102)
* Add unit test for TCP SYN replies
* Add functional test for TCP SYN+flag packets
* Fix bug: prevent anwsers to SYN+flag first packets
* Fix TCP behaviour to match Linux network stack
* Update the documentation according to the new behaviour for TCP SYN packets
2023-07-05 22:20:06 +02:00
Pierre
092a16631c
Merge pull request #153 from ivre/dependabot/cargo/strum_macros-0.25.1
Bump strum_macros from 0.25.0 to 0.25.1
2023-07-04 23:23:36 +02:00
dependabot[bot]
4134008d11
Bump strum_macros from 0.25.0 to 0.25.1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.25.0 to 0.25.1.
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 00:20:13 +00:00
Pierre
4318d5bf74
Merge pull request #150 from ivre/dependabot/cargo/bitflags-2.3.3
Bump bitflags from 1.3.2 to 2.3.3
2023-07-03 18:31:06 +02:00
Pierre Lalet
cc17dec2d5 Update SmackFlags to support Copy
Needed to update bitflags from 1.x to 2.x
2023-07-03 18:26:17 +02:00
dependabot[bot]
66f2d6138d
Bump bitflags from 1.3.2 to 2.3.3
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.3.3.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 14:53:55 +00:00
Pierre
67be84abb4
Merge pull request #152 from ivre/dependabot/cargo/clap-4.3.10
Bump clap from 4.3.9 to 4.3.10
2023-07-03 16:53:09 +02:00
dependabot[bot]
45810978a9
Bump clap from 4.3.9 to 4.3.10
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.9 to 4.3.10.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.9...v4.3.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 00:36:52 +00:00
Pierre
748608a71f
Merge pull request #151 from ivre/dependabot/cargo/clap-4.3.9
Bump clap from 4.3.8 to 4.3.9
2023-06-30 00:43:27 +02:00
dependabot[bot]
d48e20971e
Bump clap from 4.3.8 to 4.3.9
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.8 to 4.3.9.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.8...v4.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-29 00:12:52 +00:00
Pierre
ae76ed9df2
Merge pull request #149 from ivre/dependabot/cargo/clap-4.3.8
Bump clap from 4.3.5 to 4.3.8
2023-06-26 09:46:09 +02:00
dependabot[bot]
0dd011be04
Bump clap from 4.3.5 to 4.3.8
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.5 to 4.3.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.5...v4.3.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 01:30:12 +00:00
Pierre
ea61dd668a
Merge pull request #148 from ivre/dependabot/cargo/itertools-0.11.0
Bump itertools from 0.10.5 to 0.11.0
2023-06-24 23:10:23 +02:00
dependabot[bot]
c69fd9012e
Bump itertools from 0.10.5 to 0.11.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-23 00:59:23 +00:00
Pierre
974ed60687
Merge pull request #147 from ivre/dependabot/cargo/clap-4.3.5
Bump clap from 4.3.4 to 4.3.5
2023-06-21 19:40:52 +02:00
dependabot[bot]
47b681742c
Bump clap from 4.3.4 to 4.3.5
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.4...v4.3.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 01:00:00 +00:00
Pierre
0a2e007e0c
Merge pull request #146 from ivre/dependabot/cargo/strum_macros-0.25.0
Bump strum_macros from 0.24.3 to 0.25.0
2023-06-19 09:26:23 +02:00
dependabot[bot]
4297389cd3
Bump strum_macros from 0.24.3 to 0.25.0
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.3 to 0.25.0.
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 07:19:59 +00:00
Pierre
935283b543
Merge pull request #145 from ivre/dependabot/cargo/strum-0.25.0
Bump strum from 0.24.1 to 0.25.0
2023-06-19 09:19:16 +02:00
dependabot[bot]
938661663b
Bump strum from 0.24.1 to 0.25.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.25.0.
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 01:18:29 +00:00
Pierre
11591420ab
Merge pull request #144 from ivre/dependabot/cargo/clap-4.3.4
Bump clap from 4.3.3 to 4.3.4
2023-06-15 03:56:10 +02:00
dependabot[bot]
f9d272c2dd
Bump clap from 4.3.3 to 4.3.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.3...v4.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-15 00:59:44 +00:00
Pierre
c5fbd7e60d
Merge pull request #142 from ivre/dependabot/cargo/clap-4.3.3
Bump clap from 4.3.2 to 4.3.3
2023-06-12 17:51:27 +02:00
Pierre
7e95fc8cb1
Merge pull request #141 from ivre/dependabot/cargo/log-0.4.19
Bump log from 0.4.18 to 0.4.19
2023-06-12 17:50:49 +02:00
dependabot[bot]
0fd38bb0e6
Bump clap from 4.3.2 to 4.3.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.2...v4.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 01:21:12 +00:00
dependabot[bot]
09c0a9176f
Bump log from 0.4.18 to 0.4.19
Bumps [log](https://github.com/rust-lang/log) from 0.4.18 to 0.4.19.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.18...0.4.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 01:21:02 +00:00
Pierre
f27b8572aa
Merge pull request #140 from ivre/dependabot/cargo/clap-4.3.2
Bump clap from 4.3.1 to 4.3.2
2023-06-07 00:37:38 +02:00
dependabot[bot]
0e1d391d74
Bump clap from 4.3.1 to 4.3.2
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.3.1...v4.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 00:59:11 +00:00
Pierre
18e3e1700d
Merge pull request #139 from ivre/dependabot/cargo/clap-4.3.1
Bump clap from 4.3.0 to 4.3.1
2023-06-05 08:55:47 +02:00
dependabot[bot]
968bd4ac7f
Bump clap from 4.3.0 to 4.3.1
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.3.0...clap_complete-v4.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 01:23:19 +00:00
Pierre
a1ab84b81a
Merge pull request #137 from ivre/dependabot/cargo/chrono-0.4.26
Bump chrono from 0.4.25 to 0.4.26
2023-05-31 08:38:43 +02:00
dependabot[bot]
fd3ee36dd0
Bump chrono from 0.4.25 to 0.4.26
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.25 to 0.4.26.
- [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.25...v0.4.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 01:00:12 +00:00
Pierre
a86d4b7c68
Merge pull request #136 from ivre/dependabot/cargo/chrono-0.4.25
Bump chrono from 0.4.24 to 0.4.25
2023-05-30 11:16:29 +02:00
dependabot[bot]
0a07dc2b3d
Bump chrono from 0.4.24 to 0.4.25
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.24 to 0.4.25.
- [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.24...v0.4.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 00:59:09 +00:00
Pierre
cfe6fae649
Merge pull request #135 from ivre/dependabot/cargo/log-0.4.18
Bump log from 0.4.17 to 0.4.18
2023-05-29 12:49:05 +02:00
dependabot[bot]
a32335b6df
Bump log from 0.4.17 to 0.4.18
Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.17...0.4.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 01:27:28 +00:00
Pierre
f151126c72
Merge pull request #134 from ivre/dependabot/cargo/clap-4.3.0
Bump clap from 4.2.7 to 4.3.0
2023-05-22 10:36:09 +02:00
dependabot[bot]
3afb763a42
Bump clap from 4.2.7 to 4.3.0
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.7 to 4.3.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.2.7...clap_complete-v4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 01:28:16 +00:00
Pierre
3835780505
Merge pull request #132 from ivre/dependabot/cargo/pcap-1.1.0
Bump pcap from 1.0.0 to 1.1.0
2023-05-19 13:13:34 +02:00
dependabot[bot]
c86752057d
Bump pcap from 1.0.0 to 1.1.0
Bumps [pcap](https://github.com/rust-pcap/pcap) from 1.0.0 to 1.1.0.
- [Changelog](https://github.com/rust-pcap/pcap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-pcap/pcap/compare/v1.0.0...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 01:25:58 +00:00
Pierre
40a4047961
Merge pull request #131 from ivre/dependabot/cargo/clap-4.2.7
Bump clap from 4.2.5 to 4.2.7
2023-05-03 10:12:05 +02:00
dependabot[bot]
d9c9edd136
Bump clap from 4.2.5 to 4.2.7
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.5 to 4.2.7.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.2.5...v4.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-03 00:59:13 +00:00
Pierre
8e7b5a7fbc
Merge pull request #130 from ivre/dependabot/cargo/flate2-1.0.26
Bump flate2 from 1.0.25 to 1.0.26
2023-05-01 22:02:12 +02:00