summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/ChangeLog4
-rw-r--r--noncore/net/wellenreiter/README4
-rw-r--r--noncore/net/wellenreiter/TODO19
3 files changed, 21 insertions, 6 deletions
diff --git a/noncore/net/wellenreiter/ChangeLog b/noncore/net/wellenreiter/ChangeLog
index 384c47b..1ce25d5 100644
--- a/noncore/net/wellenreiter/ChangeLog
+++ b/noncore/net/wellenreiter/ChangeLog
@@ -14,3 +14,3 @@
* Fixed ARP decoding for wired networks.
- Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol.
+ Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol.
* Added reading GPS data from a gps daemon.
@@ -20,3 +20,3 @@
* Added parsing of DHCP packets and detecting DHCP servers.
- * Overhauled the configuration window and started with the customizable event system.
+ * Overhauled the configuration window and started with the customizable event system.
* Added disabling the screensaver.
diff --git a/noncore/net/wellenreiter/README b/noncore/net/wellenreiter/README
index 83007cb..7607a74 100644
--- a/noncore/net/wellenreiter/README
+++ b/noncore/net/wellenreiter/README
@@ -33,2 +33,4 @@ packages for Qt3/X11, depending on the distribution e.g. libqt3-devel, libqt3-de
+The current CVS version of Wellenreiter II is _not_ X11 compatible.
+
=====================
@@ -53,3 +55,3 @@ if your device has been properly configured.
-Wellenreiter II is (C) 2002-2003 Michael 'Mickey' Lauer
+Wellenreiter II is (C) 2002-2004 Michael 'Mickey' Lauer
diff --git a/noncore/net/wellenreiter/TODO b/noncore/net/wellenreiter/TODO
index 0336417..c5f2e30 100644
--- a/noncore/net/wellenreiter/TODO
+++ b/noncore/net/wellenreiter/TODO
@@ -7,6 +7,6 @@
-- option to run skript on
+- option to launch an external application (i.e. qcop) on
- new net
- new station
- - <whatever>
+ - <whatever> event
@@ -14,2 +14,15 @@
--
+- display interface capabilities
+
+- enable sniffing in wired networks
+
+- enable multiple packet sources
+ - infrared
+ - bluetooth
+ - usb?
+
+- define packet structure in a metalanguage and generate
+ the actual parsing code (hmmm)
+
+- pester the ethereal folks to settle for an application independant
+ packet dissection framework... (unlikely)