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-netmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-1
/
+1
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
Don't use ctype.h macros.
Guy Harris
2019-08-31
1
-1
/
+0
*
Squelch a narrowing warning.
Guy Harris
2018-11-09
1
-1
/
+1
*
Squelch more narrowing warnings.
Guy Harris
2018-09-12
1
-1
/
+1
*
Clean up the declaration of the packet-filtering routines.
Guy Harris
2018-08-31
1
-1
/
+1
*
"#if 0" out debug printouts.
Guy Harris
2018-05-06
1
-4
/
+5
*
Fix typo.
Guy Harris
2018-04-04
1
-1
/
+1
*
Check for FreeBSD, not Linux, when checking for IFF_PPROMISC and ifr_flagshigh.
Guy Harris
2017-12-11
1
-6
/
+43
*
Resolve integer conversion problems.
mkaniewski
2017-12-11
1
-2
/
+2
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-3
/
+3
*
More consistently use pcap_snprintf().
Guy Harris
2017-09-06
1
-1
/
+1
*
Always include <config.h> rather than "config.h".
Guy Harris
2017-08-18
1
-1
/
+1
*
Make the checks and adjustment of the snapshot length module-dependent.
Guy Harris
2017-06-01
1
-1
/
+14
*
Update a comment.
Guy Harris
2017-05-31
1
-3
/
+4
*
The device is now opt.device, not opt.source.
Guy Harris
2017-05-31
1
-3
/
+3
*
Add netmap support.
Guy Harris
2017-05-31
1
-0
/
+254