mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Remove unnecessary peer signature from test scripts.base.protocols.bittorrent.tracker
This commit is contained in:
parent
d63e3f9706
commit
4c9cbeb43f
1 changed files with 0 additions and 14 deletions
|
@ -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