aboutsummaryrefslogtreecommitdiff
path: root/pcap-usb-linux.c
AgeCommit message (Expand)Author
2023-02-15Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2022-06-15Linux USB: make the capture file length fixup more conservative.Guy Harris
2022-06-15Linux USB: fix incorrect values for the packet length.Guy Harris
2022-03-15Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.Guy Harris
2022-03-15pcap-usb-linux: fix scan for usbmon devices.Guy Harris
2022-03-15pcap-usb-linux: DIAG_{OFF,ON}_FORMAT_TRUNCATION requires diag-control.h.Guy Harris
2022-03-15pcap-usb-linux: suppress format truncation warning.Guy Harris
2022-03-15Set the error message for "permission denied" errors.Guy Harris
2022-02-20pcap-usb-linux: clean up the calculation of the packets-to-fetch value.Guy Harris
2021-02-01Linux USB: Remove the no more used ascii_to_int() functionFrancois-Xavier Le Bail
2021-01-31Drop support for text-mode Linux USB captures.Guy Harris
2020-12-12Fix some typosFrancois-Xavier Le Bail
2020-08-15usb-linux: Use sizeof() rather than a numberFrancois-Xavier Le Bail
2020-08-14usb-linux: Address a -Wformat-truncation= compiler warningFrancois-Xavier Le Bail
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2020-06-02usb-linux: use EXTRACT_LE_U_2() to extract a 2-byte little-endian number.Guy Harris
2019-12-26Probe CONFIGURATION descriptor of connected USB devicesTomasz Moń
2019-12-25Don't just have a single general-purpose buffer in probe_devices().Guy Harris
2019-12-06Squelch compiler warnings.Guy Harris
2019-11-09Do the check for a valid direction value in pcap_setdirection().Guy Harris
2019-11-08More pcap_setdirection() cleanups.Guy Harris
2019-08-31Don't use ctype.h macros.Guy Harris
2019-08-09Remove some workarounds for old compilers.Guy Harris
2019-03-19Squelch some compiler warnings.Guy Harris
2019-03-19Use the snapshot length to set the buffer size, and set the len field properly.Guy Harris
2019-01-15Emphasize that this is *raw* USB traffic.Guy Harris
2018-12-10Clean up some "injection not supported" messages.Guy Harris
2018-12-01Don't test errno after calls involving snprintf().Guy Harris
2018-10-16Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris
2018-09-23We need %n to get the count of characters processed.Guy Harris
2018-09-22Fix stats routine for text monitor.Guy Harris
2018-09-22Fix the stats reading code.Guy Harris
2018-09-12Use the read byte count when scanning through the results of the read.Guy Harris
2018-09-12This routine needs a read_ret routine as well.Guy Harris
2018-09-12Squelch more narrowing warnings.Guy Harris
2018-08-31Clean up the declaration of the packet-filtering routines.Guy Harris
2018-07-22pcap-usb-linux.c: add missing limits.h for musl systems.maxice8
2018-04-29Add more interface flags to pcap_findalldevs().Guy Harris
2018-04-04Fix a set of trivial unused warningsJoerg Mayer
2018-01-20Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris
2017-11-15Put back deleted argument.Guy Harris
2017-11-15Add a routine to format error messages with an errno-based message at the end.Guy Harris
2017-09-11Use C99 {u}intN_t types rather than BSD {u_}intN_t types.Guy Harris
2017-08-18Always include <config.h> rather than "config.h".Guy Harris
2017-07-22probe_devices(): snprintf() into a larger bufferDenis Ovsienko
2017-06-01Make the checks and adjustment of the snapshot length module-dependent.Guy Harris
2017-01-18Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris
2016-12-18Give the right description for the "all USB buses" device.Guy Harris
2016-12-18Clean up the binary-vs-text stuff.Guy Harris
2016-12-17Better handle errors opening USB monitor devices.Guy Harris