summaryrefslogtreecommitdiff
path: root/pcap-usb-linux.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-7/+7
* Linux USB: make the capture file length fixup more conservative.Guy Harris2022-06-151-1/+25
* Linux USB: fix incorrect values for the packet length.Guy Harris2022-06-031-19/+9
* Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.Guy Harris2022-03-141-0/+5
* pcap-usb-linux: fix scan for usbmon devices.Guy Harris2022-03-131-25/+11
* pcap-usb-linux: DIAG_{OFF,ON}_FORMAT_TRUNCATION requires diag-control.h.Guy Harris2022-03-111-0/+2
* pcap-usb-linux: suppress format truncation warning.Guy Harris2022-03-111-0/+2
* Set the error message for "permission denied" errors.Guy Harris2022-03-111-0/+3
* pcap-usb-linux: clean up the calculation of the packets-to-fetch value.Guy Harris2022-01-261-7/+52
* 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