diff options
author | danfe <danfe@FreeBSD.org> | 2011-09-06 17:28:23 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-09-06 17:28:23 +0800 |
commit | 9d12b7d84db9c125b9065a1a2cf344775be87552 (patch) | |
tree | 59d0d289e4b0c85d7818d66e7cd0ac6937085479 /comms/hcidump/pkg-descr | |
parent | 772ca836d5b0724b61875721f07e50a713cc75a6 (diff) | |
download | freebsd-ports-gnome-9d12b7d84db9c125b9065a1a2cf344775be87552.tar.gz freebsd-ports-gnome-9d12b7d84db9c125b9065a1a2cf344775be87552.tar.zst freebsd-ports-gnome-9d12b7d84db9c125b9065a1a2cf344775be87552.zip |
Resurrect this port. It is actually very useful to debug Bluetooth problems
and also is referenced in the FreeBSD Handbook. Add license (GPLv2) while I
am here.
Requested by: emax
Diffstat (limited to 'comms/hcidump/pkg-descr')
-rw-r--r-- | comms/hcidump/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/comms/hcidump/pkg-descr b/comms/hcidump/pkg-descr new file mode 100644 index 000000000000..97b8df0b982c --- /dev/null +++ b/comms/hcidump/pkg-descr @@ -0,0 +1,5 @@ +HCIdump reads raw HCI data coming from and going to a Bluetooth device and +prints commands, events and, data in a human-readable form. + +Optionally, the dump can be written to a file rather than parsed, so that +dump file can be parsed later. |