Merge branch 'topic/bbannier/test-bittorrent-unnessary-sigs'

This commit is contained in:
Benjamin Bannier 2025-09-03 14:50:12 +02:00
commit 07dd2a1c6f
3 changed files with 5 additions and 15 deletions

View file

@ -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)

View file

@ -1 +1 @@
8.1.0-dev.492 8.1.0-dev.494

View file

@ -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