From 0b588614754a0edf48fbbce66db1375052a466d2 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Tue, 16 Jul 2019 16:08:08 +0200 Subject: [PATCH] reformat --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3994870..d4bc523 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,15 @@ fsipd is a minimal SIP honeypot. It listens on TCP/UDP 5060 (ipv4 as well as IPv Incoming packets are logged in CSV format in "fsipd.log". Log format is described below: -`epoch timestamp, protocol, src ip, src port, "message"` +``` +epoch timestamp, protocol, src ip, src port, "message" +``` example: -`1445775973,UDP4,127.0.0.1,50751,"INVITE"` +``` +1445775973,UDP4,127.0.0.1,50751,"INVITE" +``` ## Dependencies