Ticket #314 (new enhancement)
GUI Wizard
| Reported by: | aturner | Owned by: | younes |
|---|---|---|---|
| Priority: | high | Milestone: | 4.0.0 |
| Component: | GUI | Version: | 3.3.1 |
| Keywords: | Cc: | ||
| Operating System: | Add to FAQ?: | no | |
| Hardware: | All | ||
| Output of tcpreplay -V: | |||
Description
Many users are overwhelmed with all the features and functionality that the Tcpreplay suite provides. Also, because tcpreplay has a CLI front end, it expects users to know what they want and how to get there- but many new users don't know/understand.
Hence the GUI wizard should walk the user through a number of steps, each asking a simple question about what they are trying to test. The result should be a single config file which can be used to split the traffic using tcpprep, edit the packets using tcprewrite and send the traffic via tcpreplay.
Change History
comment:2 Changed 3 years ago by aturner
- Owner aturner deleted
- Component changed from tcpreplay to GUI
comment:5 Changed 3 years ago by younes
Intial GUI infrastructure:
- TcpEdit?: Qt/C++ encapsulation of libtcpedi_api.h
- GuiTcpEdit?: DockWidget? for TcpEdit? object configuration
- GuiTcpReplay? MainWindow?
The program compiles but does not link. I had to compile with other libraries than just libtcpedit.a. Please have a look Aaron.
Recipe for compilation: cd src/gui qmake TcpReplay?.pro make
Or: qtcreator TcpReplay?.pro Build all.
comment:7 Changed 3 years ago by younes
(In [2222]) refs #314 Some GuiTcpEdit? work.
