aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-usb-linux.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-25Check whether we have <linux/compiler.h>.Guy Harris1-3/+5
2010-11-25Include <linux/compiler.h> before including <linux/usbdevice_fs.h>.Guy Harris1-0/+5
2010-06-04Do filtering on USB and Bluetooth capturing.Guy Harris1-17/+25
2009-11-03From Márton Németh:Guy Harris1-9/+32
2009-09-21If an activate routine fails, it needs to clean up the pcap_t, closeGuy Harris1-0/+1
2009-09-07Set ps_ifdrop after ps_drop, so we process the statistics in order.Guy Harris1-1/+1
2009-07-11For Linux, add to the pcap_md structure a pointer to a memory-mappedGuy Harris1-6/+10
2009-07-04Older Linux kernels have different member names for "structGuy Harris1-3/+18
2009-03-19From Roman Francoise: rename the USB-sniffing devices to "usbmonN", soGuy Harris1-1/+1
2009-01-03Revert to defining the USB stuff ourselves; whether there's aGuy Harris1-4/+10
2008-12-23Get some USB information from <linux/usb/ch9.h> rather than defining itguy1-16/+14
2008-12-23probe_devices() returns void (if calls fail, we just drive on); don'tguy1-2/+2
2008-12-23From Jon Smirl: when we start capturing, send GET DESCRIPTOR requests toguy1-1/+59
2008-12-23Update CHANGES for USB fixes.guy1-4/+4
2008-12-23ps_ifdrop is the number of packets dropped by the interface and not evenguy1-2/+3
2008-12-23From Jon Smirl:guy1-23/+50
2008-11-24From Roberto Mariani: add support for the snapshot length to theguy1-2/+11
2008-11-24From Roberto Mariani: get rid of some unused #defines.guy1-15/+11
2008-11-24Roberto Mariani:guy1-4/+4
2008-04-14Fix typoes (sigh, using both "p" and "handle" for the pcap_t pointer inguy1-3/+3
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy1-22/+25
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy1-29/+29
2008-02-02Treat a max_packets value of 0 the same way that we treat a max_packetsguy1-4/+4
2007-12-14Handle the case where mmap()ped access to the USB buffer is used;guy1-1/+7
2007-12-14Don't use handle->fd before you've set it.guy1-7/+7
2007-12-13From Paolo Abeni: fix some comments.guy1-5/+4
2007-11-30From Kris Katterjohn, with some additional changes from Paolo Abeni: fixguy1-3/+11
2007-09-14From Paolo Abeni: fix copyrights.guy1-5/+3
2007-04-01Add RCS IDs.guy1-0/+4
2007-02-01From Florent Drouin: don't crash if the open of the USB bus directoryguy1-0/+1
2007-01-17From Paolo Abeni:guy1-44/+50
2006-12-20Use DLT_USB_LINUX as the link-layer type, as we now supply the Linuxguy1-1/+1
2006-12-20From Paolo Abeni: add support for the binary USB sniffing interface inguy1-139/+378
2006-12-04Capitalize "USB".guy1-1/+1
2006-10-15From Paolo Abeni:guy1-2/+12
2006-10-13Move the Linux Bluetooth and USB declarations to a header file.guy1-1/+2
2006-10-13From Paolo Abeni: Bluetooth support.guy1-2/+4
2006-10-12From Paolo Abeni:guy1-4/+8
2006-10-11From Paolo Abeni: the USB setup header is defined in the USBguy1-7/+7
2006-10-05From Paolo Abeni: fix a compile problem.guy1-1/+2
2006-10-05From Paolo Abeni - fix a couple of problems:guy1-7/+11
2006-10-04Put the public libpcap headers into a pcap subdirectory in both theguy1-1/+1
2006-10-04from Paolo Abeni <paolo.abeni@email.com>: USB capturing support on linuxhannes1-0/+444