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
/
portability.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Squelch -Wformat-nonliteral in pcap_vasprintf().
Denis Ovsienko
2023-02-19
1
-1
/
+2
*
Get the previous commit right.
Denis Ovsienko
2021-03-31
1
-4
/
+4
*
Define timeradd() and timersub() if necessary.
Denis Ovsienko
2021-03-31
1
-0
/
+24
*
Revert "Don't wrap chunks of headers with extern "C" { ... }."
Guy Harris
2021-03-17
1
-5
/
+13
*
Don't wrap chunks of headers with extern "C" { ... }.
Guy Harris
2021-03-17
1
-13
/
+5
*
Don't use ctype.h macros.
Guy Harris
2019-08-31
1
-2
/
+0
*
Remove some workarounds for old compilers.
Guy Harris
2019-08-09
1
-39
/
+5
*
Use asprintf(), and provide a version for systems that lack it.
Guy Harris
2019-02-09
1
-0
/
+18
*
Put the Windows-vs-non-Windows socket defines in <pcap/socket.h>.
Guy Harris
2019-01-09
1
-28
/
+0
*
Don't include pcap/pcap.h just to get SOCKET defined.
Guy Harris
2019-01-07
1
-0
/
+28
*
*Two* underscores in __isascii in MSVC.
Guy Harris
2018-10-16
1
-1
/
+1
*
Provide out own strlcpy() and strlcat() routines if necessary.
Guy Harris
2018-10-16
1
-39
/
+32
*
MSVC doesn't have isascii(), but it does have _isascii().
Guy Harris
2018-10-15
1
-0
/
+2
*
Avoid redefining HAVE_SNPRINTF
Ali Abdulkadir
2018-03-16
1
-12
/
+0
*
Handle fopen() and fopen_s() differently.
Guy Harris
2017-10-31
1
-10
/
+0
*
Get rid of setbuf() macro; use setvbuf() instead.
Guy Harris
2017-09-30
1
-4
/
+2
*
If we're going to use FILE *, we need to include <stdio.h> first.
Guy Harris
2017-09-30
1
-0
/
+7
*
Use strtok_r as strtok_s under MinGW as well
Ali Abdulkadir
2017-09-21
1
-1
/
+1
*
Move all the function attributes from funcattrs.h to pcap/funcattrs.h.
Guy Harris
2017-09-08
1
-1
/
+1
*
Move the PRI[doux]64 definitions to pcap-types.h.
Guy Harris
2017-09-05
1
-44
/
+0
*
Don't use sscanf_s() as a sscanf() replacement.
Guy Harris
2017-09-04
1
-1
/
+0
*
We may have to define strdup even if _DEBUG is defined.
Guy Harris
2017-09-03
1
-1
/
+7
*
Define more feature test macros and do so in a separate header file.
Guy Harris
2017-03-20
1
-18
/
+0
*
Force strtok_r() to be declared if it's present.
Guy Harris
2017-03-20
1
-0
/
+18
*
Merge pull request #568 from gvanem/master
Guy Harris
2017-03-19
1
-0
/
+2
|
\
|
*
In MSVC debug-mode ('-MDd' or '-MTd'), there is an important warning on
Gisle Vanem
2017-03-16
1
-0
/
+2
*
|
Use compiler #defines to determine how to handle some function attributes.
Guy Harris
2017-03-19
1
-19
/
+4
|
/
*
Fix declaration of pcap_strtok_r().
Gisle Vanem
2017-03-14
1
-1
/
+1
*
Have a strlcat() macro for UN*X platforms that lack it.
Guy Harris
2017-03-13
1
-6
/
+23
*
Fix builds on MinGW.
Guy Harris
2016-08-13
1
-4
/
+7
*
Add a wrapper for strtok_r().
Guy Harris
2016-08-11
1
-5
/
+17
*
Move definition of HAVE_SNPRINTF to portability.h.
Guy Harris
2016-08-02
1
-1
/
+17
*
Move some additional stuff to portability.h.
Guy Harris
2016-08-02
1
-0
/
+50
*
Replace fopen() with fopen_s() on Windows.
Yang Luo
2016-07-29
1
-0
/
+3
*
Replace setbuf() with setvbuf() on Windows.
Yang Luo
2016-07-29
1
-0
/
+2
*
Fix MSVC compile warnings on the WinPcap specific code.
Yang Luo
2016-07-29
1
-0
/
+8
*
Move the definition of strdup to portability.h.
Guy Harris
2016-07-28
1
-0
/
+4
*
Move portability declarations/definitions to portability.h.
Guy Harris
2016-07-28
1
-0
/
+118