File: test3.pcv

package info (click to toggle)
picviz 0.5-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 4,128 kB
  • ctags: 604
  • sloc: ansic: 3,728; perl: 851; yacc: 695; lex: 339; python: 294; sh: 234; makefile: 153
file content (19 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
header {
    title = "See different groups of IP";
}
axes {
    timeline t;
    ipv4     i;
    integer  dport;
}
data {
   t="14:42:23", i="192.168.1.23", dport="80";
   t="14:43:23", i="192.168.1.28", dport="80";
   t="15:45:43", i="192.168.1.42", dport="80";
   t="15:45", i="192.168.42.12", dport="443";
   t="23:59", i="10.0.0.23", dport="22";
   t="07:00", i="10.0.0.54", dport="22";
   t="08:00", i="10.20.0.1", dport="22";
   t="08:34", i="10.60.0.1", dport="22";
}