Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 2010 01:11:28 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf files src/sys/dev/usb usb_bus.h usb_controller.h usb_pf.c usb_pf.h usb_transfer.c src/sys/dev/usb/controller usb_controller.c src/sys/modules/usb/usb Makefile
Message-ID:  <201011220112.oAM1C0A8033602@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

weongyo     2010-11-22 01:11:28 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/dev/usb          usb_bus.h usb_controller.h usb_transfer.c 
    sys/dev/usb/controller usb_controller.c 
    sys/modules/usb/usb  Makefile 
  Added files:
    sys/dev/usb          usb_pf.c usb_pf.h 
  Log:
  SVN rev 215649 on 2010-11-22 01:11:28Z by weongyo
  
  Adds a USB packet filter feature to the stack that it could capture
  packets which go through each USB host controllers.  Its implementations
  are almost based on BPF code and very similar with it except it's
  little bit customized for USB packet only.  The userland program
  usbdump(8) would be committed soon.
  
  Discussed with: hps, thompsa, yongari
  
  Revision  Changes    Path
  1.1544    +1 -0      src/sys/conf/files
  1.32      +32 -0     src/sys/dev/usb/controller/usb_controller.c
  1.15      +2 -0      src/sys/dev/usb/usb_bus.h
  1.21      +1 -0      src/sys/dev/usb/usb_controller.h
  1.1       +1862 -0   src/sys/dev/usb/usb_pf.c (new)
  1.1       +319 -0    src/sys/dev/usb/usb_pf.h (new)
  1.43      +8 -0      src/sys/dev/usb/usb_transfer.c
  1.4       +2 -2      src/sys/modules/usb/usb/Makefile



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