| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
now created/destroyed automatically by usbdump(8).
Note that "hw.usb.no_pf" loader tunable is now obsolete.
Reviewed by: hselasky
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
allow filtered data to be dumped to a binary file.
MFC after: 1 week
|
|
|
|
|
|
| |
This patch does not break binary compatibility with previous versions.
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
usbdump stores data. Until this patch it was not possible
to exchange traces between 32-bit, 64-bit, big- and
little endian platforms. The problem is the dynamic nature
of the BPF timestamp in the header. All other fields are
fixed size and little endian.
MFC after: 5 days
|
|
|
|
|
|
| |
when making software USB traces.
MFC after: 1 week
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
| |
PR: docs/157317
Submitted by: Warren Block (wblock at wonkity dot com)
Reviewed by: hps@
MFC after: 5 days
|
| |
|
|
|
|
|
|
|
|
| |
- Use memcpy() instead of bcopy().
- Replace all asserts() by standard error messages.
- Update usage().
MFC after: 7 days
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add more fields for USB device and host mode
- Add more information to USB PF header so that decoding
can easily be done by software analyzer tools like
Wireshark.
- Optimise usbdump to display USB streams in text format
more efficiently.
- Software using USB PF must be recompiled after
this commit, due to structure changes.
MFC after: 7 days
Approved by: thompsa (mentor)
|
|
|
|
|
|
|
|
|
| |
- Remove reference to sprintf. Use printf directly. This part of
the code should be optimised further to avoid many small printouts.
Setting a sensible line buffer length could help aswell when printing
out megabytes of data per second.
Approved by: thompsa (mentor)
|
|
|
|
| |
Reviewed by: brueffer@
|
|
|
|
|
|
|
|
| |
confused with USB OUT or USB IN packets though it just represents USB
submit or done. To know the USB packet direction, the endpoint address
should be referred.
Requested by: jkim
|
|
|
|
| |
duplication code of USB pf is removed.
|
|
feature set. It's not connected to the build yet.
Reviewed by: hps
|