Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-13 | TUI now writes to a string buffer and then to screen | 1 | -3/+12 | ||
(should be faster, like double buffering and switch) | |||||
2016-01-10 | random packet size - uses expected packet size | 1 | -1/+2 | ||
instead of the value as is | |||||
2015-12-16 | cleaned the code a little, added load_packet_from_pcap into packet builder ↵ | 1 | -3/+2 | ||
functionality. | |||||
2015-12-15 | moved all return code values to RC types (better for batch rc) | 1 | -2/+3 | ||
also few fixes | |||||
2015-12-14 | bugs fixes | 1 | -0/+2 | ||
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | 1 | -16/+88 | ||
and TUI can be started in xterm using tui -x | |||||
2015-12-10 | removed session id - not necessary | 1 | -1/+0 | ||
2015-12-09 | read only support | 1 | -14/+22 | ||
2015-12-08 | some modifications to the tables | 1 | -6/+23 | ||
added clear stats as well | |||||
2015-12-08 | dynamic commands on TUI | 1 | -14/+52 | ||
2015-12-08 | a minor fix to the TUI (pause/resume all ports) | 1 | -8/+32 | ||
2015-12-08 | text based TUI (does not use ncurses) | 1 | -0/+309 | ||