Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
f590f44304
3 changed files with 62 additions and 0 deletions
  1. +1
    -0
      package/avm/btscanner/btscanner.conf
  2. +49
    -0
      package/avm/btscanner/btscanner.desc
  3. +12
    -0
      package/avm/btscanner/dontchecklibsdp.patch

+ 1
- 0
package/avm/btscanner/btscanner.conf

@ -0,0 +1 @@
hook_add preconf 3 "autoreconf -i"

+ 49
- 0
package/avm/btscanner/btscanner.desc

@ -0,0 +1,49 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/avm/btscanner/btscanner.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] a scanner for bluetooth devices
[T] btscanner is a tool designed specifically to extract as much
[T] information as possible from a Bluetooth device without the requirement to
[T] pair. A detailed information screen extracts HCI and SDP information, and
[T] maintains an open connection to monitor the RSSI and link quality.
[T] btscanner is based on the BlueZ Bluetooth stack, which is included with
[T] recent Linux kernels, and the the BlueZ toolset. btscanner also contains a
[T] complete listing of the IEEE OUI numbers and class lookup tables. Using the
[T] information gathered from these sources it is possible to make educated
[T] guesses as to the host device type.
[U] http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=01_bluetooth
[A] Tim Hurman <timh@pentest.co.uk>
[M] Andreas V. 'netrunner' Meier <avmeier@web.de>
[C] extra/tool
[L] GPL
[S] Stable
[V] 1.0
[P] X -----5---9 800.000
[D] 869094593 btscanner-1.0.tar.gz http://www.pentest.co.uk/src/

+ 12
- 0
package/avm/btscanner/dontchecklibsdp.patch

@ -0,0 +1,12 @@
diff -ruN btscanner-1.0/configure.in btscanner-1.0-new/configure.in
--- btscanner-1.0/configure.in 2003-10-14 13:01:20.000000000 +0200
+++ btscanner-1.0-new/configure.in 2004-12-29 10:30:06.770321632 +0100
@@ -12,7 +12,7 @@
# Checks for libraries.
AC_HAVE_LIBRARY(curses,,[AC_MSG_ERROR([Curses not found])])
AC_HAVE_LIBRARY(bluetooth,,[AC_MSG_ERROR([Bluetooth not found])])
-AC_HAVE_LIBRARY(sdp,,[AC_MSG_ERROR([SDP not found])])
+# AC_HAVE_LIBRARY(sdp,,[AC_MSG_ERROR([SDP not found])])
AC_HAVE_LIBRARY(pthread,,[AC_MSG_ERROR([Pthreads not found])])
AC_HAVE_LIBRARY(gdbm,,[AC_MSG_ERROR([GDBM not found])])

Loading…
Cancel
Save