aboutsummaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/log.c b/log.c
index df465e2..a651607 100644
--- a/log.c
+++ b/log.c
@@ -118,6 +118,12 @@ void log_querydrop(uint64 *qnum)
line();
}
+void log_querydropmaxsoa(uint64 *qnum)
+{
+ string("drop "); number(*qnum); space(); string("maxsoa");
+ line();
+}
+
void log_tcpopen(const char client[16],unsigned int port)
{
string("tcpopen ");