index
:
delta/tcpdump.git
add-program-name-option
additional-changes-to-testrun
bare
coverity_scan
enable-probot-stale
lbl
master
mcr-macro-update-1
move-packets-captured-to-ndo
origin
tcpdump-3.5
tcpdump-3.6
tcpdump-3.7
tcpdump-3.8
tcpdump-3.9
tcpdump-4.0
tcpdump-4.1
tcpdump-4.10
tcpdump-4.2
tcpdump-4.3
tcpdump-4.4
tcpdump-4.5
tcpdump-4.6
tcpdump-4.7
tcpdump-4.8
tcpdump-4.9
tcpdump-4.99
tcpdump_3_5
tcpdump_3_6
tcpdump_3_7
tcpdump_3_8
tcpdump_3_9
tcpdump_4.1
tcpdump_4.2
tcpdump_4.3
tcpdump_4.4
tcpdump_4.5
tcpdump_4_0
tcpdump_4_4rel0
tcpdump_4_5
test-rc
github.com: the-tcpdump-group/tcpdump.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
addrtoname.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lose the HTON and NTOH macros. [skip ci]
Denis Ovsienko
2020-12-26
1
-9
/
+2
*
Use nd_mac_addr where it belongs. [skip ci]
Denis Ovsienko
2020-10-17
1
-1
/
+1
*
Use __func__ from C99 in error messages. [skip ci]
Denis Ovsienko
2020-10-08
1
-24
/
+24
*
Spell most remaining MAC_ADDR_LEN instances. [skip ci]
Denis Ovsienko
2020-10-04
1
-2
/
+2
*
Remove a now inaccurate comment
Francois-Xavier Le Bail
2020-09-23
1
-2
/
+1
*
Sync the Ethernet protocols database with the libpcap one
Francois-Xavier Le Bail
2020-07-28
1
-9
/
+1
*
Sort the Ethernet protocols database by names
Francois-Xavier Le Bail
2020-05-24
1
-13
/
+13
*
libdnet has bugs, do not use it.
Denis Ovsienko
2019-11-03
1
-4
/
+1
*
Remove more old-compiler compensation.
Guy Harris
2019-08-08
1
-5
/
+5
*
Throw in "& 0xf" to quiet Coverity's anxieties.
Guy Harris
2019-07-03
1
-22
/
+38
*
Try to get Coverity to shut up about "tainted" values.
Guy Harris
2019-07-02
1
-12
/
+22
*
Use nd_ipv6 rather than struct in6_addr
Francois-Xavier Le Bail
2019-06-10
1
-3
/
+3
*
Squelch some narrowing warnings.
Guy Harris
2018-12-10
1
-15
/
+18
*
Update a comment with the new macros names
Francois-Xavier Le Bail
2018-09-09
1
-1
/
+1
*
Fix spaces
Francois-Xavier Le Bail
2018-09-03
1
-1
/
+1
*
Make the hex-dumping routines for addresses take a uint8_t * argument.
Guy Harris
2018-05-14
1
-4
/
+4
*
Remove the etherproto_string() unused function
Francois-Xavier Le Bail
2018-03-09
1
-29
/
+0
*
Add a status exit code to the function ndo_error()
Francois-Xavier Le Bail
2018-02-25
1
-32
/
+47
*
Have ip{6}addr_string take a u_char * as the second argument.
Guy Harris
2018-01-31
1
-6
/
+6
*
Add nd_{v}snprintf() routines/wrappers.
Guy Harris
2018-01-29
1
-5
/
+5
*
Remove function specifier 'inline' in printers
Francois-Xavier Le Bail
2018-01-26
1
-4
/
+4
*
Replace strcpy() call with strlcpy() call
Francois-Xavier Le Bail
2018-01-26
1
-1
/
+1
*
On Windows, we have our own ether_ntohost(); declare it.
Guy Harris
2018-01-23
1
-1
/
+7
*
Fix #endif comment.
Guy Harris
2018-01-22
1
-1
/
+1
*
Configure for ether_ntohost() as libpcap does it for ether_hostton().
Guy Harris
2018-01-22
1
-21
/
+57
*
Always include <config.h> rather than "config.h".
Guy Harris
2018-01-21
1
-1
/
+1
*
Use quoted include netdissect-stdinc.h instead of angle-bracketed one
Francois-Xavier Le Bail
2018-01-21
1
-1
/
+1
*
Move NTOH and HTON macros into addrname.c
Guy Harris
2017-12-16
1
-0
/
+7
*
Remove all storage class specifier 'register'
Francois-Xavier Le Bail
2017-12-13
1
-53
/
+53
*
Use nd_ types in 802.x and FDDI headers.
Guy Harris
2017-12-12
1
-5
/
+1
*
Rename EXTRACT_ macros
Francois-Xavier Le Bail
2017-11-22
1
-1
/
+1
*
Remove the protoid_string() unused function
Francois-Xavier Le Bail
2017-11-21
1
-29
/
+0
*
Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
Francois-Xavier Le Bail
2017-11-18
1
-1
/
+1
*
Made up for missing getservent() and endservent()
Ali Abdulkadir
2017-10-24
1
-0
/
+3
*
On UN*X, always use sigaction(), and always have signal handlers return void.
Guy Harris
2017-10-15
1
-1
/
+0
*
This is an array of 16 character values, not a C character string.
Guy Harris
2017-09-14
1
-2
/
+4
*
That array only needs 16 elements.
Guy Harris
2017-09-13
1
-1
/
+1
*
Further fix the fix to CVE-2017-5485.
Guy Harris
2017-09-13
1
-6
/
+4
*
CVE-2017-12894/In lookup_bytestring(), take the length of the byte string int...
Guy Harris
2017-09-13
1
-29
/
+43
*
Merge pull request #588 from glebius/casper
Guy Harris
2017-02-02
1
-2
/
+23
|
\
|
*
Add support for libcasper library available on FreeBSD 11.0 and newer.
Gleb Smirnoff
2017-02-01
1
-2
/
+23
*
|
CVE-2017-5485/Fix lookup_nsap() to match what isonsap_string() expects.
Guy Harris
2017-01-18
1
-9
/
+11
|
/
*
Improve code readability: A pointer should not be compared to zero
Francois-Xavier Le Bail
2016-08-25
1
-1
/
+1
*
Keep our own Ethertype-to-name map.
Guy Harris
2015-11-03
1
-8
/
+25
*
Don't require IPv6 library support in order to support IPv6 addresses.
Guy Harris
2015-09-17
1
-9
/
+4
*
libnetdissect code must include 'netdissect.h', not 'interface.h'
Francois-Xavier Le Bail
2015-09-11
1
-1
/
+1
*
Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
Francois-Xavier Le Bail
2015-09-10
1
-1
/
+1
*
Functions in libnetdissect must use ndo_error() function
Francois-Xavier Le Bail
2015-09-05
1
-68
/
+77
*
Printers must use ndo_error() function (via ndo->ndo_error)
Francois-Xavier Le Bail
2015-09-05
1
-2
/
+2
*
The official #define for 32-bit and 64-bit Windows is _WIN32.
Guy Harris
2015-08-31
1
-3
/
+3
[next]