tcpdump/missing
Denis Ovsienko afe133ecef Do not substitute strdup().
libpcap has been using strdup() for a long time too, but never
substituted it under the assumption the function is available in all
supported OSes, see libpcap commit cb71eef from 2006.  The only
exception to that is Windows, which can have a different name for the
function, but both libpcap and tcpdump for that already use a separate
workaround, which does not involve the substitution.

Let's take this as a proof that strdup() substitution in tcpdump is dead
code, and remove it.
2023-02-19 11:33:13 +00:00
..
datalinks.c Always include <config.h> rather than "config.h". 2018-01-21 12:27:28 -08:00
dlnames.c Remove the unused DLT_LANE8023 link-layer dissector 2020-08-06 09:44:45 +02:00
getopt_long.c Fix spaces before tabs in indentation 2023-02-15 13:19:03 +01:00
getopt_long.h Lose underscores in some macro names. [skip ci] 2020-09-13 16:06:43 +01:00
getservent.c Remove more old-compiler compensation. 2019-08-08 23:21:35 -07:00
pcap_dump_ftell.c Stick with one version of pcap_dump_ftell.c. 2018-07-28 13:36:17 +01:00
strlcat.c Fix spaces before tabs in indentation 2023-02-15 13:19:03 +01:00
strlcpy.c Fix spaces before tabs in indentation 2023-02-15 13:19:03 +01:00
strsep.c Remove all storage class specifier 'register' 2017-12-13 19:17:47 +01:00