summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorioerror <ioerror@8d8ab74c-27aa-4a3d-9bde-523a2bc1f624>2009-11-21 22:17:40 +0000
committerioerror <ioerror@8d8ab74c-27aa-4a3d-9bde-523a2bc1f624>2009-11-21 22:17:40 +0000
commitdfcf4093f33ed270b335a9868db3ff806e729670 (patch)
treea803a0fe3b213104a569a27778f2da4ad6f924a5
parentc45dfc6aacedd52a0550297bc9ecb59511665b7f (diff)
Update description
git-svn-id: https://dedected.org/svn/trunk@94 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624
-rw-r--r--kismet-dect-v2/kismet_dect.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kismet-dect-v2/kismet_dect.cc b/kismet-dect-v2/kismet_dect.cc
index facb7ba..3981414 100644
--- a/kismet-dect-v2/kismet_dect.cc
+++ b/kismet-dect-v2/kismet_dect.cc
@@ -182,7 +182,7 @@ extern "C" {
int kis_plugin_info(plugin_usrdata *data) {
data->pl_name = "DECT";
data->pl_version = "2.0.0";
- data->pl_description = "DECT phy plugin";
+ data->pl_description = "deDECTed com-on-air_cs plugin";
data->pl_unloadable = 0; // We can't be unloaded because we defined a source
data->plugin_register = dect_register;
data->plugin_unregister = dect_unregister;