summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/mainwindow.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-05change copyright noticemickeyl1-2/+5
2004-02-15*** empty log message ***mickeyl1-0/+1
2003-12-09misc. fixes and preparations for uploading dumpsmickeyl1-5/+3
2003-04-10Wellenreiter can now open and replay capture files as written by tcpdump, ↵mickeyl1-3/+1
ethereal, etc. Next task: writing capture files
2003-04-09- improve keyboard handlingmickeyl1-4/+8
- 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-0/+1
- display hex dump per packet in hex window - allow saving hex window contents
2003-03-30- add file->newmickeyl1-0/+1
2003-03-02use filedialogs before loading and saving sessions and logsmickeyl1-0/+3
2003-03-02first attempt to add session persistencemickeyl1-0/+1
2003-02-24- work around yet another g++ 2.x bugmickeyl1-0/+4
- started work on saving session to xml [ any classes from libopie I can reuse without too much effort? ]
2003-02-23- write simple logmickeyl1-0/+1
- record first seen / last seen per item
2003-02-23insert demo menu - useful, if you don't have wireless stuff yet but wantmickeyl1-0/+1
to show this program to someone...
2003-02-23simplification and fixes for the standalone X11 buildmickeyl1-0/+1
2003-02-23- revamped part of the guimickeyl1-1/+7
- configuration is now a seperate dialog - orinoco_hopper is no longer needed
2003-02-20- add mainwindow as central windowmickeyl1-0/+43
- add menubar and some toolbuttons