summaryrefslogtreecommitdiff
path: root/pcap-usb-linux.c
Commit message (Expand)AuthorAgeFilesLines
* Use C99 {u}intN_t types rather than BSD {u_}intN_t types.Guy Harris2017-09-111-2/+2
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* probe_devices(): snprintf() into a larger bufferDenis Ovsienko2017-07-221-1/+1
* Make the checks and adjustment of the snapshot length module-dependent.Guy Harris2017-06-011-0/+11
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-6/+6
* Give the right description for the "all USB buses" device.Guy Harris2016-12-181-1/+4
* Clean up the binary-vs-text stuff.Guy Harris2016-12-181-106/+250
* Better handle errors opening USB monitor devices.Guy Harris2016-12-171-2/+43
* Clean up findalldevs code.Guy Harris2016-12-171-6/+5
* Squelch still more signed vs. unsigned warnings.Guy Harris2016-07-251-1/+1
* Squelch more signed vs. unsigned comparison warnings.Guy Harris2016-07-251-4/+4
* refine the previous change to fix Linux buildsDenis Ovsienko2016-06-301-1/+1
* Rename opt.source to opt.device.Guy Harris2016-06-291-2/+2
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-25/+25
* Try looking for the "all buses" text device in both locations.testGuy Harris2015-10-141-1/+7
* Include usbmon0 in the list of known devices, if it's supported.Guy Harris2015-10-141-2/+36
* Make the buffer member of a pcap_t a void *.Guy Harris2015-08-091-1/+1
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-42/+42
* Check for MON_IOCH_MFLUSH failing.Guy Harris2014-07-101-1/+5
* Don't build the USB probing code if we don't have <linux/usbdevice_fs.h>.Guy Harris2014-07-061-0/+7
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-4/+0
* Add a PACKET_COUNT_IS_UNLIMITED() to test for a packet count <= 0.Guy Harris2013-12-141-2/+2
* Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris2013-08-071-8/+8
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-22/+41
* And un-constify some others.Guy Harris2012-06-111-1/+2
* Constify some variables.Guy Harris2012-06-111-1/+1
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-2/+31
* Check whether we have <linux/compiler.h>.Guy Harris2010-11-251-3/+5
* Include <linux/compiler.h> before including <linux/usbdevice_fs.h>.Guy Harris2010-11-251-0/+5
* Do filtering on USB and Bluetooth capturing.Guy Harris2010-06-041-17/+25
* From Márton Németh:Guy Harris2009-11-031-9/+32
* If an activate routine fails, it needs to clean up the pcap_t, closeGuy Harris2009-09-211-0/+1
* Set ps_ifdrop after ps_drop, so we process the statistics in order.Guy Harris2009-09-071-1/+1
* For Linux, add to the pcap_md structure a pointer to a memory-mappedGuy Harris2009-07-111-6/+10
* Older Linux kernels have different member names for "structGuy Harris2009-07-041-3/+18
* From Roman Francoise: rename the USB-sniffing devices to "usbmonN", soGuy Harris2009-03-191-1/+1
* Revert to defining the USB stuff ourselves; whether there's aGuy Harris2009-01-031-4/+10
* Get some USB information from <linux/usb/ch9.h> rather than defining itguy2008-12-231-16/+14
* probe_devices() returns void (if calls fail, we just drive on); don'tguy2008-12-231-2/+2
* From Jon Smirl: when we start capturing, send GET DESCRIPTOR requests toguy2008-12-231-1/+59
* Update CHANGES for USB fixes.guy2008-12-231-4/+4
* ps_ifdrop is the number of packets dropped by the interface and not evenguy2008-12-231-2/+3
* From Jon Smirl:guy2008-12-231-23/+50
* From Roberto Mariani: add support for the snapshot length to theguy2008-11-241-2/+11
* From Roberto Mariani: get rid of some unused #defines.guy2008-11-241-15/+11
* Roberto Mariani:guy2008-11-241-4/+4
* Fix typoes (sigh, using both "p" and "handle" for the pcap_t pointer inguy2008-04-141-3/+3
* Turn close_op into cleanup_op; the routine that handles it can also beguy2008-04-141-22/+25
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-29/+29
* Treat a max_packets value of 0 the same way that we treat a max_packetsguy2008-02-021-4/+4