From dfcf4093f33ed270b335a9868db3ff806e729670 Mon Sep 17 00:00:00 2001 From: ioerror Date: Sat, 21 Nov 2009 22:17:40 +0000 Subject: [PATCH] Update description git-svn-id: https://dedected.org/svn/trunk@94 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624 --- kismet-dect-v2/kismet_dect.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;