index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcap-usb-linux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling
Josh Soref
2023-06-25
1
-2
/
+2
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-3
/
+3
*
struct pcap: Update buffer type from "void *" to "u_char *"
Francois-Xavier Le Bail
2023-05-18
1
-1
/
+1
*
Fix spaces before tabs in indentation
Francois-Xavier Le Bail
2023-02-15
1
-7
/
+7
*
Linux USB: make the capture file length fixup more conservative.
Guy Harris
2022-06-15
1
-1
/
+25
*
Linux USB: fix incorrect values for the packet length.
Guy Harris
2022-06-03
1
-19
/
+9
*
Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.
Guy Harris
2022-03-14
1
-0
/
+5
*
pcap-usb-linux: fix scan for usbmon devices.
Guy Harris
2022-03-13
1
-25
/
+11
*
pcap-usb-linux: DIAG_{OFF,ON}_FORMAT_TRUNCATION requires diag-control.h.
Guy Harris
2022-03-11
1
-0
/
+2
*
pcap-usb-linux: suppress format truncation warning.
Guy Harris
2022-03-11
1
-0
/
+2
*
Set the error message for "permission denied" errors.
Guy Harris
2022-03-11
1
-0
/
+3
*
pcap-usb-linux: clean up the calculation of the packets-to-fetch value.
Guy Harris
2022-01-26
1
-7
/
+52
*
Linux USB: Remove the no more used ascii_to_int() function
Francois-Xavier Le Bail
2021-02-01
1
-6
/
+0
*
Drop support for text-mode Linux USB captures.
Guy Harris
2021-01-31
1
-613
/
+102
*
Fix some typos
Francois-Xavier Le Bail
2020-12-12
1
-1
/
+1
*
usb-linux: Use sizeof() rather than a number
Francois-Xavier Le Bail
2020-08-15
1
-1
/
+1
*
usb-linux: Address a -Wformat-truncation= compiler warning
Francois-Xavier Le Bail
2020-08-14
1
-2
/
+6
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
usb-linux: use EXTRACT_LE_U_2() to extract a 2-byte little-endian number.
Guy Harris
2020-06-02
1
-1
/
+3
*
Probe CONFIGURATION descriptor of connected USB devices
Tomasz Moń
2019-12-26
1
-1
/
+28
*
Don't just have a single general-purpose buffer in probe_devices().
Guy Harris
2019-12-25
1
-8
/
+11
*
Squelch compiler warnings.
Guy Harris
2019-12-06
1
-2
/
+2
*
Do the check for a valid direction value in pcap_setdirection().
Guy Harris
2019-11-09
1
-12
/
+5
*
More pcap_setdirection() cleanups.
Guy Harris
2019-11-08
1
-1
/
+12
*
Don't use ctype.h macros.
Guy Harris
2019-08-31
1
-3
/
+2
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-16
/
+16
*
Squelch some compiler warnings.
Guy Harris
2019-03-19
1
-4
/
+4
*
Use the snapshot length to set the buffer size, and set the len field properly.
Guy Harris
2019-03-19
1
-17
/
+178
*
Emphasize that this is *raw* USB traffic.
Guy Harris
2019-01-15
1
-2
/
+2
*
Clean up some "injection not supported" messages.
Guy Harris
2018-12-10
1
-2
/
+2
*
Don't test errno after calls involving snprintf().
Guy Harris
2018-12-01
1
-26
/
+27
*
Provide out own strlcpy() and strlcat() routines if necessary.
Guy Harris
2018-10-16
1
-1
/
+1
*
We need %n to get the count of characters processed.
Guy Harris
2018-09-23
1
-2
/
+2
*
Fix stats routine for text monitor.
Guy Harris
2018-09-22
1
-6
/
+8
*
Fix the stats reading code.
Guy Harris
2018-09-22
1
-9
/
+9
*
Use the read byte count when scanning through the results of the read.
Guy Harris
2018-09-12
1
-3
/
+3
*
This routine needs a read_ret routine as well.
Guy Harris
2018-09-12
1
-0
/
+1
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-12
/
+13
*
Clean up the declaration of the packet-filtering routines.
Guy Harris
2018-08-31
1
-3
/
+3
*
pcap-usb-linux.c: add missing limits.h for musl systems.
maxice8
2018-07-22
1
-0
/
+1
*
Add more interface flags to pcap_findalldevs().
Guy Harris
2018-04-29
1
-5
/
+23
*
Fix a set of trivial unused warnings
Joerg Mayer
2018-04-04
1
-3
/
+3
*
Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.
Guy Harris
2018-01-20
1
-1
/
+1
*
Put back deleted argument.
Guy Harris
2017-11-15
1
-1
/
+1
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-22
/
+25
*
Use C99 {u}intN_t types rather than BSD {u_}intN_t types.
Guy Harris
2017-09-11
1
-2
/
+2
*
Always include <config.h> rather than "config.h".
Guy Harris
2017-08-18
1
-1
/
+1
*
probe_devices(): snprintf() into a larger buffer
Denis Ovsienko
2017-07-22
1
-1
/
+1
*
Make the checks and adjustment of the snapshot length module-dependent.
Guy Harris
2017-06-01
1
-0
/
+11
*
Have a pcap_if_list_t structure for use by the findalldevs code.
Guy Harris
2017-01-18
1
-6
/
+6
[next]