zachary-cs / NDetect

Network Detective - Graphical Network Connections
0 stars 0 forks source link

UIR4 - Configuration menu #15

Closed ghost closed 5 years ago

ghost commented 6 years ago

Before the application begins to capture packets, there should be a menu for the user to configure the capture Engine. This feature will rely on public functions from the CaptureEngine that may not be completed.

The Menu provides a way for the user to both see the current values of configured options, and set them through short workflows. Each option allows the user to set the options value, and then returns to the main menu.

Menu Options:

  1. Set Packet Limit
  2. Set Connection Timeout (seconds)
  3. Select Network Interface ( Call the CaptureEngine::SelectInterface() function! )
  4. Set the Console Output ( 1=Livestream, 2=Statistics, 3=Combo Live/Stats )
  5. Start Capture Session
ghost commented 5 years ago

Feature Complete as of the merge of IV branch. Great work!