summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/mainwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-04-10Wellenreiter can now open and replay capture files as written by tcpdump, ↵mickeyl1-0/+2
ethereal, etc. Next task: writing capture files
2003-04-09- improve keyboard handlingmickeyl1-41/+58
- enable sniffer-menu - fix handling of start/stop button - add simple statistic window, fancy will follow ;-)
2003-04-05- correct beacon bug (off-by-one)mickeyl1-1/+22
- display hex dump per packet in hex window - allow saving hex window contents
2003-03-30- add file->newmickeyl1-1/+9
2003-03-04add missing header for x11 standalone buildmickeyl1-0/+1
2003-03-03add exit to file menu (not that someone would want to exit this fine app... :-Dmickeyl1-0/+2
2003-03-02use filedialogs before loading and saving sessions and logsmickeyl1-36/+80
2003-03-02first attempt to add session persistencemickeyl1-5/+31
2003-02-24- work around yet another g++ 2.x bugmickeyl1-9/+51
- started work on saving session to xml [ any classes from libopie I can reuse without too much effort? ]
2003-02-23- write simple logmickeyl1-4/+28
- record first seen / last seen per item
2003-02-23insert demo menu - useful, if you don't have wireless stuff yet but wantmickeyl1-6/+19
to show this program to someone...
2003-02-23simplification and fixes for the standalone X11 buildmickeyl1-3/+24
2003-02-23- revamped part of the guimickeyl1-13/+61
- configuration is now a seperate dialog - orinoco_hopper is no longer needed
2003-02-20- add mainwindow as central windowmickeyl1-0/+92
- add menubar and some toolbuttons