From a9eb4c15a0ae931dbdc7c1136c1c3193cc128f48 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Fri, 7 Oct 2011 15:02:44 -0400 Subject: [PATCH] Updated DocSourcesList with the change to the communication API. --- doc/scripts/DocSourcesList.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/scripts/DocSourcesList.cmake b/doc/scripts/DocSourcesList.cmake index 9b04dfbf22..7ac3bc0a14 100644 --- a/doc/scripts/DocSourcesList.cmake +++ b/doc/scripts/DocSourcesList.cmake @@ -85,8 +85,7 @@ rest_target(${psd} base/utils/patterns.bro) rest_target(${psd} base/utils/site.bro) rest_target(${psd} base/utils/strings.bro) rest_target(${psd} base/utils/thresholds.bro) -rest_target(${psd} policy/frameworks/communication/listen-clear.bro) -rest_target(${psd} policy/frameworks/communication/listen-ssl.bro) +rest_target(${psd} policy/frameworks/communication/listen.bro) rest_target(${psd} policy/frameworks/control/controllee.bro) rest_target(${psd} policy/frameworks/control/controller.bro) rest_target(${psd} policy/frameworks/dpd/detect-protocols.bro)