Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2011 20:03:45 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb usb_pf.c usb_pf.h usb_transfer.c usbdi.h src/usr.sbin/usbdump usbdump.c
Message-ID:  <201104032004.p33K4jF2060358@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hselasky    2011-04-03 20:03:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_pf.c usb_pf.h usb_transfer.c usbdi.h 
    usr.sbin/usbdump     usbdump.c 
  Log:
  SVN rev 220301 on 2011-04-03 20:03:45Z by hselasky
  
  - Improvements to USB PF solution
  - 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)
  
  Revision  Changes    Path
  1.10      +204 -62   src/sys/dev/usb/usb_pf.c
  1.4       +33 -11    src/sys/dev/usb/usb_pf.h
  1.48      +26 -3     src/sys/dev/usb/usb_transfer.c
  1.79      +2 -0      src/sys/dev/usb/usbdi.h
  1.5       +239 -126  src/usr.sbin/usbdump/usbdump.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104032004.p33K4jF2060358>