aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/usbdump
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of corrupt data in usbdump(8). Check that the transferHans Petter Selasky2019-06-251-2/+13
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Reuse our roundup2() macro instead of reinventing the wheel.Pedro F. Giffuni2016-04-181-3/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-192-3/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-0/+20
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-041-1/+25
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-2/+1
* | | | Remove nop.Hans Petter Selasky2014-05-281-1/+0
* | | | Fix for big endian architectures. The "up_address" field is 8-bit andHans Petter Selasky2014-05-281-1/+1
| |_|/ |/| |
* | | Add check for "hw.usb.no_pf" sysctl value.Hans Petter Selasky2014-01-211-0/+20
| |/ |/|
* | Make usbusN logging pseudo-interface used by usbdump(8) clonable. One isHiroki Sato2012-07-091-1/+25
|/
* Add missing and probably also mandatory -h option.Hans Petter Selasky2012-04-242-1/+5
* Improve support for USB packet filtering also when reading dumps, andHans Petter Selasky2012-04-242-27/+89
* Create new file header format to simplify the endian and cross platform issues.Hans Petter Selasky2012-03-161-82/+70
* Fix cross-platform issue about the file-format in whichHans Petter Selasky2012-03-161-8/+97
* Add support for filtering USB devices and USB endpoints to the usbdump utilityHans Petter Selasky2012-02-162-12/+174
* Make the usbdump utility work again by using the correct BPF structures.Hans Petter Selasky2011-10-171-5/+5
* Minor wording adjustments to usbdump(8).Benedict Reuschling2011-05-311-4/+4
* [mdoc] Fixed .Dt call.Ruslan Ermilov2011-05-251-1/+1
* Minor usbdump update:Hans Petter Selasky2011-05-071-60/+68
* Lower WARNS to unbreak the build, some archs may have alignment issues.Andrew Thompson2011-04-041-1/+1
* fix printing of tv_usecAndrew Thompson2011-04-041-1/+1
* - Improvements to USB PF solutionHans Petter Selasky2011-04-031-124/+237
* - Remove double semicolon.Hans Petter Selasky2011-01-281-6/+5
* Documents OUTPUT formats. While I'm here cleans up styles and words.Weongyo Jeong2011-01-131-11/+66
* Changes the meaning of each characters '<' and '>' that it could beWeongyo Jeong2010-12-031-1/+1
* As a refection of r215802 it should use BPF interfaces because theWeongyo Jeong2010-11-241-37/+39
* Adds usbdump(8) tool that currently it only supports the very basicWeongyo Jeong2010-11-223-0/+627