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
/
sf-pcapng.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
*
struct pcap: Update buffer type from "void *" to "u_char *"
Francois-Xavier Le Bail
2023-05-18
1
-3
/
+3
*
rpcap: have the server tell the client its byte order.
Guy Harris
2022-08-06
1
-4
/
+2
*
Linux USB: fix incorrect values for the packet length.
Guy Harris
2022-06-03
1
-0
/
+2
*
Fix pcap_dispatch() to return number of packets processed even at EOF.
Guy Harris
2021-11-02
1
-3
/
+3
*
Fix a typo
Francois-Xavier Le Bail
2021-04-17
1
-1
/
+1
*
Handle pcapng version 1.2.
Guy Harris
2021-04-08
1
-3
/
+18
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
pcapng: save a per-interface snapshot length.
Guy Harris
2020-05-21
1
-3
/
+7
*
Fix an error message
Francois-Xavier Le Bail
2020-03-12
1
-1
/
+1
*
Get rid of extra blank lines.
Guy Harris
2019-10-02
1
-2
/
+0
*
Fix some format warnings.
Guy Harris
2019-10-02
1
-5
/
+5
*
do sanity checks on PHB header length before allocating memory. There was no ...
Michael Richardson
2019-10-02
1
-16
/
+10
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-31
/
+31
*
Use %zu as the print format for size_t
Francois-Xavier Le Bail
2019-08-09
1
-4
/
+4
*
Make sure the *adjusted* snapshot length is the same for all IDBs.
Guy Harris
2019-08-04
1
-14
/
+8
*
Test hdr.snaplen to see whether it fits in an int.
Guy Harris
2019-07-25
1
-3
/
+4
*
Read the magic number into a byte array.
Guy Harris
2019-06-12
1
-6
/
+8
*
Require block lengths to be a multiple of 4.
Guy Harris
2018-11-11
1
-51
/
+8
*
Fix a couple of issues.
Guy Harris
2018-11-10
1
-0
/
+77
*
Make sure the *first* SHB, which we read when opening, isn't too big.
Guy Harris
2018-09-18
1
-32
/
+35
*
Add PRIsize, to use as the print format for size_t, and use it.
Guy Harris
2018-08-05
1
-7
/
+6
*
Remove no more used field 'tzoff' in some structures
Francois-Xavier Le Bail
2018-08-03
1
-1
/
+0
*
Make the time stamp scale factor 64-bit.
Guy Harris
2018-07-14
1
-1
/
+1
*
Make the time stamp resolution 64-bit.
Guy Harris
2018-07-10
1
-12
/
+12
*
Make sure the compiler/UBSAN doesn't while about the LHS of << being signed.
Guy Harris
2018-07-09
1
-1
/
+1
*
No need to re-calculate the shift.
Guy Harris
2018-07-09
1
-1
/
+1
*
Check the time stamp resolution up front before calculating with it.
Guy Harris
2018-07-09
1
-17
/
+28
*
Rename sf-pcap-ng.[ch] to reflect that the file type is now called pcapng.
Guy Harris
2018-01-08
1
-0
/
+1464