diff --git a/testing/btest/scripts/base/protocols/bittorrent/tracker.zeek b/testing/btest/scripts/base/protocols/bittorrent/tracker.zeek index 9c69af4733..81f6979bb3 100644 --- a/testing/btest/scripts/base/protocols/bittorrent/tracker.zeek +++ b/testing/btest/scripts/base/protocols/bittorrent/tracker.zeek @@ -28,18 +28,4 @@ signature dpd_bittorrenttracker_server { 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