From 9621e864b238b641971a0ad0e1d69f161b7237e1 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Mon, 26 Oct 2015 18:17:51 +0330 Subject: [PATCH] - update information about IPv6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 037572c..ed00a14 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ fsipd - Fake SIP Daemon -fsipd is a minimal SIP honeypot. It listens on TCP/UDP 5060 and logs all incoming SIP requests along with SRC/DST Source and Port in CSV format. +fsipd is a minimal SIP honeypot. It listens on TCP/UDP 5060 (ipv4 as well as IPv6 if available) and logs all incoming SIP requests along with SRC/DST Source and Port in CSV format. ## LOG Format @@ -12,7 +12,7 @@ Incoming packets are logged in CSV format in "fsipd.log". Log format is describe example: -`1445775973,UDP,127.0.0.1,50751,"INVITE"` +`1445775973,UDP4,127.0.0.1,50751,"INVITE"` ## Dependencies