aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/monitor.py28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/monitor.py b/src/monitor.py
index ed51223..ef8146d 100644
--- a/src/monitor.py
+++ b/src/monitor.py
@@ -50,6 +50,20 @@ class Monitor:
_("LISTEN"),
_("CLOSING")
],
+ "tcp6": [
+ "",
+ _("ESTABLISHED"),
+ _("SYN_SENT"),
+ _("SYN_RECV"),
+ _("FIN_WAIT1"),
+ _("FIN_WAIT2"),
+ _("TIME_WAIT"),
+ _("CLOSE"),
+ _("CLOSE_WAIT"),
+ _("LAST_ACK"),
+ _("LISTEN"),
+ _("CLOSING")
+ ],
"udp": [
"",
_("ESTABLISHED"),
@@ -64,6 +78,20 @@ class Monitor:
_("LISTEN"),
_("CLOSING")
],
+ "udp6": [
+ "",
+ _("ESTABLISHED"),
+ _("SYN_SENT"),
+ _("SYN_RECV"),
+ _("FIN_WAIT1"),
+ _("FIN_WAIT2"),
+ _("TIME_WAIT"),
+ "",
+ _("CLOSE_WAIT"),
+ _("LAST_ACK"),
+ _("LISTEN"),
+ _("CLOSING")
+ ],
}
# constants