index
:
delta/libpcap.git
android-libpcap-0.9.8
bare
baserock/1.5.3-openwrt
coverity_scan
lbl
libpcap-0.6
libpcap-0.7
libpcap-0.8
libpcap-0.9
libpcap-1.0
libpcap-1.1
libpcap-1.10
libpcap-1.2
libpcap-1.3
libpcap-1.4
libpcap-1.5
libpcap-1.6
libpcap-1.7
libpcap-1.8
libpcap-1.9
libpcap_0_6
libpcap_0_7
libpcap_0_8
libpcap_0_8rel1
libpcap_0_9
libpcap_1.1
libpcap_1.2
libpcap_1.3
libpcap_1.4
libpcap_1.5
libpcap_1_0
libpcap_1_0_rel0b
libpcap_1_4rel0
linux-2-2-packet
master
origin
pcap-options
raybellis-gzip-v2
test
test-rc
github.com: the-tcpdump-group/libpcap.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcap-usb-linux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Give the right description for the "all USB buses" device.
Guy Harris
2016-12-18
1
-1
/
+4
*
Clean up the binary-vs-text stuff.
Guy Harris
2016-12-18
1
-106
/
+250
*
Better handle errors opening USB monitor devices.
Guy Harris
2016-12-17
1
-2
/
+43
*
Clean up findalldevs code.
Guy Harris
2016-12-17
1
-6
/
+5
*
Squelch still more signed vs. unsigned warnings.
Guy Harris
2016-07-25
1
-1
/
+1
*
Squelch more signed vs. unsigned comparison warnings.
Guy Harris
2016-07-25
1
-4
/
+4
*
refine the previous change to fix Linux builds
Denis Ovsienko
2016-06-30
1
-1
/
+1
*
Rename opt.source to opt.device.
Guy Harris
2016-06-29
1
-2
/
+2
*
Use pcap_snprintf() instead of snprintf().
Guy Harris
2015-11-03
1
-25
/
+25
*
Try looking for the "all buses" text device in both locations.
test
Guy Harris
2015-10-14
1
-1
/
+7
*
Include usbmon0 in the list of known devices, if it's supported.
Guy Harris
2015-10-14
1
-2
/
+36
*
Make the buffer member of a pcap_t a void *.
Guy Harris
2015-08-09
1
-1
/
+1
[next]