summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try looking for the "all buses" text device in both locations.testGuy Harris2015-10-141-1/+7
* Include usbmon0 in the list of known devices, if it's supported.Guy Harris2015-10-141-2/+36
* Squelch a signed vs. unsigned warning.Guy Harris2015-10-141-2/+2
* Add versions sanity checks for pcap and pcap-ng savefilesFrancois-Xavier Le Bail2015-10-102-4/+22
* Fix a typoFrancois-Xavier Le Bail2015-10-071-1/+1
* Fix out-of-tree builds.Guy Harris2015-10-012-4/+4
* Improve the error message to clarify the problemFrancois-Xavier Le Bail2015-10-011-1/+2
* The token definitions are now in grammar.h, not tokdefs.h.Guy Harris2015-09-291-1/+1
* We need -Werror when testing whether -f or -m flags work.Guy Harris2015-09-292-5/+60
* Regenerate configure file.Guy Harris2015-09-271-1/+1
* Put options to $YACC before the .y file.Guy Harris2015-09-271-1/+1
* Clean up types.Guy Harris2015-09-271-2/+2
* Squelch some compiler narrowing warnings.Guy Harris2015-09-274-13/+12
* All main modules need a pcap_platform_finddevs() routine.Guy Harris2015-09-271-0/+6
* If we're building 64-bit, look for packet.dll in the appropriate place.Guy Harris2015-09-271-1/+5
* Look for packet.{dll,lib} there, too.Guy Harris2015-09-271-0/+1
* Make PACKET_DLL_DIR a cache variable on Windows.Guy Harris2015-09-271-0/+3
* Let ${PACKET_DLL_DIR} indicate where to find packet.dll stuff.Guy Harris2015-09-271-0/+3
* -Dyylval=pcap_lval isn't necessary any more.Guy Harris2015-09-271-2/+1
* Regenerate configuration file.Guy Harris2015-09-271-0/+3
* Make sure we fail if we have neither Lex nor Flex.Guy Harris2015-09-271-0/+3
* Use NAMES before a list of names in find_program().Guy Harris2015-09-271-1/+1
* Don't offer the "static runtime" option unless we're using MSVC.Guy Harris2015-09-271-1/+3
* Arrange that INET6 be properly defined in config.h.Guy Harris2015-09-271-5/+3
* Build shared libraries by default.Guy Harris2015-09-271-0/+1
* Add some more messages.Guy Harris2015-09-271-5/+5
* Clean up CMake stuff to start to work on UN*X.Guy Harris2015-09-2717-185/+650
* Update to reflect current reality.Guy Harris2015-09-271-36/+18
* Redo the way we handle .l and .y files.Guy Harris2015-09-268-460/+253
* Merge branch 'bonsaiviking-aix-large-files'Guy Harris2015-09-261-4/+7
|\
| * Merge branch 'aix-large-files' of https://github.com/bonsaiviking/libpcap int...Guy Harris2015-09-261-4/+7
| |\ |/ /
| * Move the inclusion of config.h to the top of scanner.l.Daniel Miller2014-06-051-4/+7
* | Revert "Move the inclusion of config.h to the top of scanner.c"Guy Harris2015-09-263-6/+6
* | Revert "Fix an error causing scanner.h to not be generated"Guy Harris2015-09-261-2/+1
* | Revert "Makefile.in: remove scanner.c.bottom after use"Guy Harris2015-09-261-1/+0
* | Revert "Makefile.in: Fix failed build from release archive"Guy Harris2015-09-261-1/+0
* | Revert "scanner.c.top might not be in the current directory; look in $(srcdir)."Guy Harris2015-09-261-1/+1
* | Use <inttypes.h> if we have it.Guy Harris2015-09-231-50/+77
* | Swallow bittypes.h up into pcap-stdinc.h.Guy Harris2015-09-233-93/+86
* | Remove obsolete comment.Guy Harris2015-09-231-4/+0
* | We shouldn't need to define {u}intptr_t.Guy Harris2015-09-231-18/+0
* | Only gencode.c uses the MinGW IPv6 definitionss; move them there.Guy Harris2015-09-232-53/+50
* | We don't use paths.h - don't check for it or provide it for Windows.Guy Harris2015-09-234-110/+2
* | Get rid of Win32/Include/net/netdb.h - we don't use it.Guy Harris2015-09-232-167/+0
* | Get rid of some unused header files.Guy Harris2015-09-236-640/+0
* | Move getopt.c to the missing directory.Guy Harris2015-09-233-3/+3
* | Get rid of Win32/Src/gai_strerror.c - we don't build it or use it.Guy Harris2015-09-232-84/+0
* | Get rid of Win32/Src/getservent.c - we don't need it.Guy Harris2015-09-236-135/+1
* | Get rid of Win32/Src/inet_net.c - we don't use anything in it.Guy Harris2015-09-233-107/+1
* | Get rid of Win32/Src/{getnetent.c,getnetbynm.c} - we don't build or use them.Guy Harris2015-09-235-173/+9