Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2010 03:51:06 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb usb_pf.c
Message-ID:  <201012010351.oB13pEpO060972@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2010-12-01 03:51:06 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_pf.c 
  Log:
  SVN rev 216091 on 2010-12-01 03:51:06Z by weongyo
  
  Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attached
  or detached.  Normally it should be changed through user land ioctl(2)
  system calls but it looks there's no apps for USB and no need.
  
  With this patch, libpcap would detect the usbus interfaces correctly and
  tcpdump(1) could dump the USB packets into PCAP format with -w option.
  However it couldn't print the output to console because there's no
  printer-routine at tcpdump(1).
  
  Revision  Changes    Path
  1.7       +2 -0      src/sys/dev/usb/usb_pf.c



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