summaryrefslogtreecommitdiff
path: root/missing
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* Do not substitute strdup().Denis Ovsienko2023-02-191-52/+0
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-153-3/+3
* Remove unused missing/snprintf.c. [skip ci]Denis Ovsienko2023-01-311-510/+0
* Get rid of the Windows ether_ntohost().Guy Harris2022-01-192-249/+0
* Put a space between type and '*' in pointer declarators (style)Francois-Xavier Le Bail2021-12-302-2/+2
* Fixup the previous commit for GCC. [skip ci]Denis Ovsienko2021-07-241-2/+2
* Suppress "casting away const" warnings in missing/getopt_long.c.Guy Harris2021-07-241-0/+24
* Lose underscores in some macro names. [skip ci]Denis Ovsienko2020-09-131-3/+3
* Remove the unused DLT_LANE8023 link-layer dissectorFrancois-Xavier Le Bail2020-08-061-3/+0
* Remove more old-compiler compensation.Guy Harris2019-08-083-119/+4
* Move getopt_long.h to missing.Guy Harris2018-09-141-0/+66
* Revert "Clean up the code a bit."Guy Harris2018-09-141-24/+8
* Clean up the code a bit.Guy Harris2018-09-141-8/+24
* Stick with one version of pcap_dump_ftell.c.Denis Ovsienko2018-07-281-1/+5
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-294-42/+11
* Pick up Windows snprintf and strdup replacements from libpcap.Guy Harris2018-01-281-0/+31
* Create the missing/pcap_dump_ftell.c that's expected by autotools and CMake.Guy Harris2018-01-261-0/+42
* Oops, forgot to add missing/win_ether_ntohost.h.Guy Harris2018-01-231-0/+33
* On Windows, we have our own ether_ntohost(); declare it.Guy Harris2018-01-231-0/+216
* Always include <config.h> rather than "config.h".Guy Harris2018-01-213-3/+3
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-134-10/+10
* Updates for getservent.cAli Abdulkadir2017-11-151-11/+11
* Made up for missing getservent() and endservent()Ali Abdulkadir2017-10-241-0/+143
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-175-711/+0
* libnetdissect code must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-115-5/+5
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-108-8/+8
* Do case-insensitive comparisons assuming ASCII strings.Guy Harris2015-06-111-1/+2
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-06-043-3/+3
* Fix a warning for 'strsep' function on SolarisFrancois-Xavier Le Bail2015-01-261-0/+2
* opterr should default to 1, so illegal options are reported.Guy Harris2014-05-071-1/+1
* Include <errno.h> on both Windows and UN*X.Guy Harris2014-05-041-1/+0
* Update inet_pton.cGisle Vanem2014-05-021-4/+2
* Oops, forgot to fix missing/getopt_long.c to include getopt_long.h.Guy Harris2014-05-011-1/+1
* Define optarg, optind, opterr, and optopt.Gisle Vanem2014-05-011-0/+3
* Put in missing getopt_long() files.Guy Harris2014-05-011-0/+609
* fix missing/inet_ntop.c againGisle Vanem2014-05-011-1/+7
* More getting rid of old u_intN_t.Guy Harris2014-04-231-2/+2
* get rid of "no previous prototype" warnings for 'strlcat' and 'strlcpy'Francois-Xavier Le Bail2014-04-012-0/+4
* missing/inet_ntop.c fix (GH #358)Gisle Vanem2014-01-241-1/+0
* We don't use missing/sockstorage.h, so get rid of it.Guy Harris2014-01-171-38/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-0312-65/+0
* Get rid of unnecessary configure script tests and missing/XXX.h headers.Guy Harris2011-02-013-121/+0
* Our bittypes.h is needed only on Windows. Move it to win32/Include.Guy Harris2010-04-041-117/+0
* Nothing in missing/getaddrinfo.c is used in tcpdump, and it's a pain toGuy Harris2009-07-082-1118/+0
* Cast argument to isdigit to unsigned char, so if the characters 8th bitGuy Harris2009-07-021-1/+1
* From Gisle Vanem:guy2005-02-091-4/+119
* "_int64" is signed. "unsigned _int64" is unsigned.guy2004-09-191-1/+1
* It's "%I64[doux]", not "%i64[doux]", to print 64-bit integral data typesguy2004-06-201-4/+4
* Second stage of adding support for 64-bit integral data types - thisguy2004-04-171-0/+32