summaryrefslogtreecommitdiff
path: root/pcap-usb-linux.c
Commit message (Expand)AuthorAgeFilesLines
* Linux USB: Remove the no more used ascii_to_int() functionFrancois-Xavier Le Bail2021-02-011-6/+0
* Drop support for text-mode Linux USB captures.Guy Harris2021-01-311-613/+102
* Fix some typosFrancois-Xavier Le Bail2020-12-121-1/+1
* usb-linux: Use sizeof() rather than a numberFrancois-Xavier Le Bail2020-08-151-1/+1
* usb-linux: Address a -Wformat-truncation= compiler warningFrancois-Xavier Le Bail2020-08-141-2/+6
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* usb-linux: use EXTRACT_LE_U_2() to extract a 2-byte little-endian number.Guy Harris2020-06-021-1/+3
* Probe CONFIGURATION descriptor of connected USB devicesTomasz Moń2019-12-261-1/+28
* Don't just have a single general-purpose buffer in probe_devices().Guy Harris2019-12-251-8/+11
* Squelch compiler warnings.Guy Harris2019-12-061-2/+2
* Do the check for a valid direction value in pcap_setdirection().Guy Harris2019-11-091-12/+5
* More pcap_setdirection() cleanups.Guy Harris2019-11-081-1/+12
* Don't use ctype.h macros.Guy Harris2019-08-311-3/+2
* Remove some workarounds for old compilers.Guy Harris2019-08-091-16/+16
* Squelch some compiler warnings.Guy Harris2019-03-191-4/+4
* Use the snapshot length to set the buffer size, and set the len field properly.Guy Harris2019-03-191-17/+178
* Emphasize that this is *raw* USB traffic.Guy Harris2019-01-151-2/+2
* Clean up some "injection not supported" messages.Guy Harris2018-12-101-2/+2
* Don't test errno after calls involving snprintf().Guy Harris2018-12-011-26/+27
* Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-161-1/+1
* We need %n to get the count of characters processed.Guy Harris2018-09-231-2/+2
* Fix stats routine for text monitor.Guy Harris2018-09-221-6/+8
* Fix the stats reading code.Guy Harris2018-09-221-9/+9
* Use the read byte count when scanning through the results of the read.Guy Harris2018-09-121-3/+3
* This routine needs a read_ret routine as well.Guy Harris2018-09-121-0/+1
* Squelch more narrowing warnings.Guy Harris2018-09-121-12/+13
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-3/+3
* pcap-usb-linux.c: add missing limits.h for musl systems.maxice82018-07-221-0/+1
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-5/+23
* Fix a set of trivial unused warningsJoerg Mayer2018-04-041-3/+3
* Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris2018-01-201-1/+1
* Put back deleted argument.Guy Harris2017-11-151-1/+1
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-22/+25
* 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