aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/usbdump/usbdump.c
diff options
context:
space:
mode:
authorWeongyo Jeong <weongyo@FreeBSD.org>2010-12-03 00:44:07 +0000
committerWeongyo Jeong <weongyo@FreeBSD.org>2010-12-03 00:44:07 +0000
commit723b2f5af2418c67b03975a3a828a74ede0b2377 (patch)
tree80580e13f9ed984daa9c0bc001fb33816ccd449d /usr.sbin/usbdump/usbdump.c
parent9bb4c87bb11fb2e2c5daa9b2fc135c6577b3f7be (diff)
downloadsrc-723b2f5af2418c67b03975a3a828a74ede0b2377.tar.gz
src-723b2f5af2418c67b03975a3a828a74ede0b2377.zip
Notes
Diffstat (limited to 'usr.sbin/usbdump/usbdump.c')
-rw-r--r--usr.sbin/usbdump/usbdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/usbdump/usbdump.c b/usr.sbin/usbdump/usbdump.c
index 93e9f21fe40d..c6f9048a487a 100644
--- a/usr.sbin/usbdump/usbdump.c
+++ b/usr.sbin/usbdump/usbdump.c
@@ -247,7 +247,7 @@ print_apacket(const struct bpf_xhdr *hdr, struct usbpf_pkthdr *up,
printf(" usbus%d.%d 0x%02x %s %s", up->up_busunit, up->up_address,
up->up_endpoint,
xfertype_table[up->up_xfertype],
- up->up_type == USBPF_XFERTAP_SUBMIT ? ">" : "<");
+ up->up_type == USBPF_XFERTAP_SUBMIT ? "S" : "D");
printf(" (%d/%d)", up->up_frames, up->up_length);
if (up->up_type == USBPF_XFERTAP_DONE)
printf(" %s", errstr_table[up->up_error]);