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
/
savefile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove additional ifdefs based upon MSDOS
Michael Richardson
2023-07-26
1
-6
/
+0
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-5
/
+5
*
Fix some comments. [skip ci]
Guy Harris
2022-12-21
1
-2
/
+2
*
Fix two null pointer crashes of breakloop and can_set_rfmon
hopper-vul
2022-12-21
1
-0
/
+11
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-1
/
+16
*
Use PACKET_COUNT_IS_UNLIMITED() in pcap_offline_read().
Guy Harris
2021-11-02
1
-1
/
+2
*
Fix pcap_offline_read() loop.
Guy Harris
2021-11-02
1
-7
/
+4
*
Fix pcap_dispatch() to return number of packets processed even at EOF.
Guy Harris
2021-11-02
1
-3
/
+17
*
Squelch a warning in pcap_open_offline_with_tstamp_precision().
Denis Ovsienko
2021-08-01
1
-1
/
+1
*
OK, see if *this* fixes the link error.
Guy Harris
2020-07-03
1
-22
/
+0
*
See if this fixes the link error.
Guy Harris
2020-07-03
1
-2
/
+2
*
Another test to try to get assigning-away-constness warnings.
Guy Harris
2020-07-02
1
-0
/
+22
*
Remove some trailing tabs
Francois-Xavier Le Bail
2020-06-17
1
-1
/
+1
*
Get rid of unused charset_fopen_read().
Guy Harris
2020-04-11
1
-8
/
+0
*
Add support for UTF-8 strings on Windows.
Guy Harris
2020-04-11
1
-4
/
+105
*
Fix another warning.
Guy Harris
2019-11-05
1
-5
/
+4
*
Squelch another warning.
Guy Harris
2019-11-05
1
-7
/
+7
*
Make sure BUILDING_PCAP is getting defined.
Guy Harris
2019-11-05
1
-0
/
+4
*
Squelch some warnings that popped up on MinGW.
Guy Harris
2019-11-05
1
-9
/
+9
*
Fail if the pcap_fopen routines are passed a null FILE *.
Guy Harris
2019-10-03
1
-0
/
+18
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-16
/
+16
*
Use %zu as the print format for size_t
Francois-Xavier Le Bail
2019-08-09
1
-1
/
+1
*
Make sure the *adjusted* snapshot length is the same for all IDBs.
Guy Harris
2019-08-04
1
-0
/
+29
*
Update a few more references to WinPcap to mention Npcap as well.
Guy Harris
2019-06-24
1
-2
/
+2
*
Read the magic number into a byte array.
Guy Harris
2019-06-12
1
-4
/
+4
*
Fixed number of elements returned
Tymoteusz Blazejczyk
2019-06-12
1
-1
/
+1
*
Fixed the fread call in the savefile.c file
Tymoteusz Blazejczyk
2019-06-12
1
-1
/
+1
*
Set breakloop operation for savefiles.
Guy Harris
2019-04-18
1
-0
/
+5
*
Plug a file descriptor leak.
Guy Harris
2019-03-07
1
-0
/
+1
*
Provide out own strlcpy() and strlcat() routines if necessary.
Guy Harris
2018-10-16
1
-2
/
+2
*
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
*
Add PRIsize, to use as the print format for size_t, and use it.
Guy Harris
2018-08-05
1
-3
/
+2
*
Fix the -Wunused-parameter warnings that have obvious fixes
Joerg Mayer
2018-03-28
1
-4
/
+4
*
Don't use fopen_s().
Guy Harris
2018-01-29
1
-7
/
+9
*
Rename sf-pcap-ng.[ch] to reflect that the file type is now called pcapng.
Guy Harris
2018-01-08
1
-1
/
+1
*
Use pcapng as the name of the file format.
Guy Harris
2018-01-08
1
-1
/
+1
*
Add a routine to format error messages with an errno-based message at the end.
Guy Harris
2017-11-15
1
-7
/
+8
*
Handle fopen() and fopen_s() differently.
Guy Harris
2017-10-31
1
-23
/
+7
*
Get rid of pcap-stdinc.h.
Guy Harris
2017-09-05
1
-1
/
+2
*
Put the stuff to get the sized integer types defined into pcap-types.h.
Guy Harris
2017-09-04
1
-10
/
+1
*
Always include <config.h> rather than "config.h".
Guy Harris
2017-08-18
1
-1
/
+1
*
Support setting non-blocking mode before activating.
Guy Harris
2017-02-25
1
-2
/
+2
*
Check for null pointers supplied as file names
Francois-Xavier Le Bail
2016-09-09
1
-1
/
+1
*
Check for a null pointer supplied as the file name.
Guy Harris
2016-09-09
1
-0
/
+5
*
No need to include pcap/usb.h.
Guy Harris
2016-08-18
1
-1
/
+0
*
Replace fopen() with fopen_s() on Windows.
Yang Luo
2016-07-29
1
-0
/
+16
*
Update variable names and comments to reflect the previous change.
Guy Harris
2016-06-04
1
-2
/
+2
*
Pass a pointer to the length to the OID get/set routines.
Guy Harris
2016-06-04
1
-2
/
+2
*
On Windows, do the appropriate DLL exporting and importing.
Guy Harris
2015-12-22
1
-0
/
+17
[next]