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
/
nametoaddr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcap_nametoportrange: don't have a special case with sscanf().
Guy Harris
2023-05-05
1
-24
/
+17
*
Make some static variables thread-local.
Guy Harris
2023-05-05
1
-4
/
+8
*
Clean up DECnet address handling.
Denis Ovsienko
2023-03-12
1
-34
/
+75
*
Fix spaces before tabs in indentation
Francois-Xavier Le Bail
2023-02-15
1
-20
/
+20
*
Fix a comment. [skip ci]
Guy Harris
2022-01-19
1
-1
/
+1
*
Squelch a few warnings on AIX. [skip appveyor]
Denis Ovsienko
2021-07-30
1
-1
/
+6
*
Revert "Don't wrap chunks of headers with extern "C" { ... }."
Guy Harris
2021-03-17
1
-2
/
+2
*
Don't wrap chunks of headers with extern "C" { ... }.
Guy Harris
2021-03-17
1
-2
/
+2
*
Fix "unknown ether proto 'aarp'"
Francois-Xavier Le Bail
2020-06-21
1
-1
/
+1
*
Remove undocumented and rather old "ether proto" protocols
Francois-Xavier Le Bail
2020-06-12
1
-8
/
+0
*
Sort the Ethernet protocols database by names
Francois-Xavier Le Bail
2020-05-24
1
-13
/
+13
*
Fix compilation on Cygwin
Orgad Shaneh
2020-01-06
1
-1
/
+1
*
Check for invalid IPv4 addresses.
Guy Harris
2019-12-18
1
-1
/
+8
*
Squelch more warnings in MinGW builds.
Guy Harris
2019-11-05
1
-4
/
+8
*
Nine is a digit.
Bill Fenner
2019-09-24
1
-1
/
+1
*
Don't use ctype.h macros.
Guy Harris
2019-08-31
1
-4
/
+3
*
Only initialize np to NULL for Linux's getnetbyname_r().
Guy Harris
2018-10-23
1
-2
/
+17
*
Initializing np value to NULL
Philippe Antoine
2018-10-23
1
-1
/
+1
*
Suppress warnings about the deprecation of gethostbyname().
Guy Harris
2018-09-14
1
-0
/
+18
*
Update error codes for "real error" with getaddrinfo()
Francois-Xavier Le Bail
2018-07-14
1
-2
/
+4
*
Fix MSVC build.
Guy Harris
2018-04-02
1
-1
/
+1
*
Squelch some "no declaration before definition" warnings.
Guy Harris
2018-04-02
1
-0
/
+5
*
Fix the -Wunused-parameter warnings that have obvious fixes
Joerg Mayer
2018-03-28
1
-1
/
+3
*
Squelch some warnings.
Guy Harris
2018-03-20
1
-9
/
+7
*
Don't use old-style function definitions.
Guy Harris
2018-03-20
1
-2
/
+1
*
Use for (;;) rather than while (1).
Guy Harris
2018-03-20
1
-1
/
+1
*
Don't use fopen_s().
Guy Harris
2018-01-29
1
-3
/
+2
*
Clarify the thread safety of pcap_ether_hostton().
Guy Harris
2018-01-28
1
-4
/
+8
*
Try to make pcap_compile() thread-safer.
Guy Harris
2018-01-27
1
-18
/
+218
*
Clean up #endif comments.
Guy Harris
2018-01-21
1
-2
/
+2
*
Get rid of an unused variable.
Guy Harris
2017-11-05
1
-1
/
+0
*
Handle fopen() and fopen_s() differently.
Guy Harris
2017-10-31
1
-2
/
+4
*
Renamed Wspiapi.h to wspiapi.h
Ali Abdulkadir
2017-09-20
1
-1
/
+1
*
Fix comment.
Guy Harris
2017-09-19
1
-1
/
+1
*
Clean up the ether_hostton() stuff.
Guy Harris
2017-09-19
1
-65
/
+92
*
Get rid of pcap-stdinc.h.
Guy Harris
2017-09-05
1
-3
/
+3
*
Always include <config.h> rather than "config.h".
Guy Harris
2017-08-18
1
-1
/
+1
*
Cope with the NetBSD issue in a different way.
Guy Harris
2016-08-07
1
-14
/
+0
*
Cope with a NetBSD annoyance.
Guy Harris
2016-08-07
1
-0
/
+14
*
Get rid of obsolete variable.
Gisle Vanem
2016-03-06
1
-1
/
+0
*
Don't use global state for the BPF compiler.
Guy Harris
2016-02-11
1
-8
/
+6
*
Export some more functions and some variables.
Guy Harris
2015-12-27
1
-2
/
+9
*
Get rid of Win32/Src/{getnetent.c,getnetbynm.c} - we don't build or use them.
Guy Harris
2015-09-23
1
-0
/
+9
*
Don't use our own getaddrinfo() on Windows.
Guy Harris
2015-09-23
1
-0
/
+26
*
The official #define for 32-bit and 64-bit Windows is _WIN32.
Guy Harris
2015-08-31
1
-6
/
+6
*
remove libpcap's own CVS keywords
Denis Ovsienko
2014-01-03
1
-5
/
+0
*
Check for malloc failing in pcap_ether_aton().
Guy Harris
2013-04-14
1
-0
/
+2
*
Fix memory leak.
Guy Harris
2012-11-30
1
-0
/
+1
*
From Gisle Vanem:
Guy Harris
2009-02-14
1
-7
/
+5
*
From Arien Vijn: support various notions for MAC addresses.
guy
2008-02-06
1
-3
/
+11
[next]