-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96cb98c
commit 3d80049
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Description | ||
|
||
## phases : | ||
- Startup | ||
- Sniffing | ||
|
||
|
||
## popups | ||
- help | ||
- update_filters | ||
- packet_info | ||
- firewall rule editing | ||
|
||
## section | ||
- packets | ||
- stats | ||
- alert | ||
- firewall | ||
|
||
|
||
# Rendering | ||
## startup (phase) | ||
- help (popup) | ||
- Interface | ||
- TransportFilter | ||
- NetworkFilter | ||
- LinkFilter | ||
- TrafficDirection | ||
- Start | ||
|
||
|
||
## sniffing (phase) | ||
- help (popup) | ||
- update_filters (popup) | ||
- sections | ||
|
||
### packet (section) | ||
- fuzzy | ||
- packet_info (popup) | ||
|
||
### stats (section) | ||
- None | ||
|
||
### alert (section) | ||
- dynamic header | ||
|
||
### firewall (section) | ||
- editing (popup) | ||
|
||
--- | ||
|
||
struct Phase: | ||
- handle_keys_events | ||
- render | ||
- popups: | ||
|
||
struct section: | ||
- handle_keys_events | ||
- render | ||
- popups | ||
|
||
|