mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge branch 'topic/bbannier/test-bittorrent-unnessary-sigs'
This commit is contained in:
commit
07dd2a1c6f
3 changed files with 5 additions and 15 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
8.1.0-dev.494 | 2025-09-03 14:50:12 +0200
|
||||||
|
|
||||||
|
* Remove unnecessary peer signature from test `scripts.base.protocols.bittorrent.tracker` (Benjamin Bannier, Corelight)
|
||||||
|
|
||||||
8.1.0-dev.492 | 2025-09-02 16:00:17 -0700
|
8.1.0-dev.492 | 2025-09-02 16:00:17 -0700
|
||||||
|
|
||||||
* Remove some unnecessary #includes from binpac source files (Tim Wojtulewicz, Corelight)
|
* Remove some unnecessary #includes from binpac source files (Tim Wojtulewicz, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
8.1.0-dev.492
|
8.1.0-dev.494
|
||||||
|
|
|
@ -28,18 +28,4 @@ signature dpd_bittorrenttracker_server {
|
||||||
enable "bittorrenttracker"
|
enable "bittorrenttracker"
|
||||||
}
|
}
|
||||||
|
|
||||||
signature dpd_bittorrent_peer1 {
|
|
||||||
ip-proto == tcp
|
|
||||||
payload /^\x13BitTorrent protocol/
|
|
||||||
tcp-state originator
|
|
||||||
}
|
|
||||||
|
|
||||||
signature dpd_bittorrent_peer2 {
|
|
||||||
ip-proto == tcp
|
|
||||||
payload /^\x13BitTorrent protocol/
|
|
||||||
tcp-state responder
|
|
||||||
requires-reverse-signature dpd_bittorrent_peer1
|
|
||||||
enable "bittorrent"
|
|
||||||
}
|
|
||||||
|
|
||||||
# @TEST-END-FILE
|
# @TEST-END-FILE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue