2017-11-13 |
Guy Harris | Fix CreateTimerQueueTimer(). It's INVALID_HANDLE_VALUE... |
blob | commitdiff | raw |
2017-11-13 |
Guy Harris | Include <windows.h> to get Windows APIs declared and... |
blob | commitdiff | raw | diff to current |
2017-11-13 |
Guy Harris | Use timer queue timers instead of multimedia timers. |
blob | commitdiff | raw | diff to current |
2017-11-13 |
Guy Harris | Use setitimer() rather than alarm(). |
blob | commitdiff | raw | diff to current |
2017-11-13 |
Guy Harris | Note in a comment that we should perhaps use CreateTime... |
blob | commitdiff | raw | diff to current |
2017-11-13 |
Guy Harris | Always use the multimedia timer on Windows. |
blob | commitdiff | raw | diff to current |
2017-11-12 |
Guy Harris | Use alarm() iff we're not on Windows. |
blob | commitdiff | raw | diff to current |
2017-11-12 |
Guy Harris | Get rid of unused version string definitions. |
blob | commitdiff | raw | diff to current |
2017-10-21 |
Francois-Xavier... | tcpdump.c: Squelch some clang warnings |
blob | commitdiff | raw | diff to current |
2017-10-21 |
Guy Harris | We can catch SIGINT on Windows as well. |
blob | commitdiff | raw | diff to current |
2017-10-20 |
Guy Harris | That should be an int64_t, not a uint64_t, so don't... |
blob | commitdiff | raw | diff to current |
2017-10-20 |
Guy Harris | Fix 64-bit maximum file size argument stuff. |
blob | commitdiff | raw | diff to current |
2017-10-20 |
Guy Harris | Add support for remote capture if libpcap supports it. |
blob | commitdiff | raw | diff to current |
2017-10-16 |
Guy Harris | Do the version number the way it's now done for libpcap. |
blob | commitdiff | raw | diff to current |
2017-10-16 |
Guy Harris | On UN*X, always use sigaction(), and always have signal... |
blob | commitdiff | raw | diff to current |
2017-10-15 |
Denis Ovsienko | Show libdnet presence in version output. |
blob | commitdiff | raw | diff to current |
2017-10-13 |
Denis Ovsienko | It is once per second, not every 10 seconds. |
blob | commitdiff | raw | diff to current |
2017-10-12 |
Denis Ovsienko | Only print packets_captured as often as necessary. |
blob | commitdiff | raw | diff to current |
2017-10-11 |
Guy Harris | Add --print, to cause packet printing even with -w. |
blob | commitdiff | raw | diff to current |
2017-09-30 |
Guy Harris | Use pcap_dump_ftell64() if we have it. |
blob | commitdiff | raw | diff to current |
2017-09-28 |
Michael Richardson | Merge pull request #635 from sjvudp/f-contribute |
blob | commitdiff | raw | diff to current |
2017-09-21 |
Guy Harris | Allow -C arguments > 2^31-1 GB if they can fit into... |
blob | commitdiff | raw | diff to current |
2017-09-09 |
Guy Harris | Clean up pcap_findalldevs() call to find the first... |
blob | commitdiff | raw | diff to current |
2017-08-19 |
Guy Harris | Handle attributes for function pointers by checking... |
blob | commitdiff | raw | diff to current |
2017-08-19 |
Guy Harris | Suppress UBSan warnings from EXTRACT_. |
blob | commitdiff | raw | diff to current |
2017-06-03 |
Guy Harris | With no -s, or with -s 0, don't specify the snapshot... |
blob | commitdiff | raw | diff to current |
2017-04-02 |
Denis Ovsienko | Fixup the previous commit. |
blob | commitdiff | raw | diff to current |
2017-04-02 |
Rui Paulo | On a FreeBSD system when using tcpdump -I -i wlanN... |
blob | commitdiff | raw | diff to current |
2017-03-19 |
Denis Ovsienko | Fixup -C for file size >2GB (GH #488). |
blob | commitdiff | raw | diff to current |
2017-02-17 |
Guy Harris | Update a comment. |
blob | commitdiff | raw | diff to current |
2017-02-06 |
Guy Harris | Don't close a pcap_t until we're done with its error... |
blob | commitdiff | raw | diff to current |
2017-02-03 |
Denis Ovsienko | Show AddressSanitizer presence in version output. |
blob | commitdiff | raw | diff to current |
2017-02-02 |
Guy Harris | Merge pull request #588 from glebius/casper |
blob | commitdiff | raw | diff to current |
2017-02-02 |
Luigi Rizzo | add CAP_EVENT for the libpcap device |
blob | commitdiff | raw | diff to current |
2017-02-02 |
Gleb Smirnoff | Add support for libcasper library available on FreeBSD... 588/head |
blob | commitdiff | raw | diff to current |
2017-01-18 |
Guy Harris | Merge pull request #500 from atsampson/master |
blob | commitdiff | raw | diff to current |
2017-01-18 |
Steve Kay | Fixes issue where statistics not reported when -G and... |
blob | commitdiff | raw | diff to current |
2016-10-21 |
Francois-Xavier... | Fix a typo in a comment |
blob | commitdiff | raw | diff to current |
2016-09-04 |
Francois-Xavier... | Avoid using a global variable when it's not needed |
blob | commitdiff | raw | diff to current |
2016-09-02 |
Francois-Xavier... | Declare a variable as static |
blob | commitdiff | raw | diff to current |
2016-09-02 |
Francois-Xavier... | Fix a segmentation fault with 'tcpdump -J' |
blob | commitdiff | raw | diff to current |
2016-09-02 |
Francois-Xavier... | Fix a warning |
blob | commitdiff | raw | diff to current |
2016-08-25 |
Francois-Xavier... | Improve code readability: A pointer should not be compa... |
blob | commitdiff | raw | diff to current |
2016-08-10 |
Guy Harris | Work around pcap_create() failures fetching time stamp... |
blob | commitdiff | raw | diff to current |
2016-08-10 |
Guy Harris | Don't print the "listening on" message differently... |
blob | commitdiff | raw | diff to current |
2016-08-09 |
Guy Harris | Try opening interfaces by name first, then by name... |
blob | commitdiff | raw | diff to current |
2016-08-04 |
Guy Harris | Move more libsmi stuff to netdissect.c. |
blob | commitdiff | raw | diff to current |
2016-08-04 |
Guy Harris | Move some code around. |
blob | commitdiff | raw | diff to current |
2016-07-29 |
Michael Richardson | Merge pull request #534 from MisterDA/hncp-20160728 |
blob | commitdiff | raw | diff to current |
2016-07-01 |
Guy Harris | Don't use strcasecmp(), use ascii_strcasecmp(). |
blob | commitdiff | raw | diff to current |
2016-06-30 |
Guy Harris | Merge pull request #526 from superjamie/Cflag-Wflag... |
blob | commitdiff | raw | diff to current |
2016-06-29 |
Jamie Bainbridge | Don't accept zero -C or -W options 526/head |
blob | commitdiff | raw | diff to current |
2016-06-27 |
Guy Harris | Squelch a compiler warning. |
blob | commitdiff | raw | diff to current |
2016-05-16 |
Guy Harris | Merge pull request #519 from dionbosschieter/updatePost... |
blob | commitdiff | raw | diff to current |
2016-05-16 |
Dion Bosschieter | Change -z command help text to -z postrotate-command 519/head |
blob | commitdiff | raw | diff to current |
2016-04-26 |
Andrew Darqui | Initial support for the REdis Serialization Protocol... |
blob | commitdiff | raw | diff to current |
2016-03-20 |
Guy Harris | We have to set the filter on every new file. |
blob | commitdiff | raw | diff to current |
2016-03-20 |
Guy Harris | Don't recompile the filter if the new file has the... |
blob | commitdiff | raw | diff to current |
2016-02-07 |
Adam Sampson | Don't drop CAP_SYS_CHROOT before chrooting. 500/head |
blob | commitdiff | raw | diff to current |
2015-12-31 |
Guy Harris | Use the new debugging routines in libpcap. |
blob | commitdiff | raw | diff to current |
2015-12-17 |
Francois-Xavier... | There is no need to use strdup() for options |
blob | commitdiff | raw | diff to current |
2015-12-16 |
Denis Ovsienko | Merge pull request #471 from qnet-herwin/radius_port1700 |
blob | commitdiff | raw | diff to current |
2015-12-15 |
Francois-Xavier... | Fix some leaks found by Valgrind/Memcheck |
blob | commitdiff | raw | diff to current |
2015-12-13 |
Guy Harris | Check for fork/vfork failing. |
blob | commitdiff | raw | diff to current |
2015-12-13 |
Guy Harris | Merge pull request #494 from RomeroMalaquias/master |
blob | commitdiff | raw | diff to current |
2015-12-13 |
Romero Malaquias | Avoiding conditional directives that break statements 494/head |
blob | commitdiff | raw | diff to current |
2015-11-01 |
Guy Harris | Merge pull request #486 from loos-br/master |
blob | commitdiff | raw | diff to current |
2015-10-14 |
Luiz Otavio O Souza | Fix capsicum support to work with zerocopy buffers... 486/head |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Francois-Xavier... | Fix the error handling in 'ndo_printf' function |
blob | commitdiff | raw | diff to current |
2015-09-24 |
Guy Harris | Clean up some variable names. |
blob | commitdiff | raw | diff to current |
2015-09-24 |
Guy Harris | Merge pull request #483 from sinic/master |
blob | commitdiff | raw | diff to current |
2015-09-24 |
Simon Nicolussi | Free the list of devices after printing it (-D) 483/head |
blob | commitdiff | raw | diff to current |
2015-09-24 |
Simon Nicolussi | Free the entire list of devices, not just its tail |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Guy Harris | Free up lists we get from pcap_findalldevs(). |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Guy Harris | Merge pull request #482 from sinic/master |
blob | commitdiff | raw | diff to current |
2015-09-21 |
Simon Nicolussi | Default to first interface from pcap_findalldevs() 482/head |
blob | commitdiff | raw | diff to current |
2015-09-17 |
Guy Harris | Don't fetch statistics in verbose_stats_dump(). |
blob | commitdiff | raw | diff to current |
2015-09-17 |
Guy Harris | Rename a variable to avoid collision with stat(). |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Guy Harris | Nobody uses off_t, either. (ftell(), and pcap_dump_fte... |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Guy Harris | We don't use uint, so no need to define it on Windows. |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Guy Harris | Fix for *pcaps without pcap_create()/pcap_activate(). |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Gisle Vanem | Get rid of some unneeded #defines and #includes. |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Francois-Xavier... | Remove non-dissection related fields from struct netdis... |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Francois-Xavier... | Remove a non-dissection related field from struct netdi... |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Francois-Xavier... | Move if_printer to structure netdissect_options |
blob | commitdiff | raw | diff to current |
2015-09-11 |
Guy Harris | Call pcap_wsockinit(), not wsockinit(), and print a... |
blob | commitdiff | raw | diff to current |
2015-09-10 |
Francois-Xavier... | Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' |
blob | commitdiff | raw | diff to current |
2015-09-09 |
Francois-Xavier... | Update a ndo flag name |
blob | commitdiff | raw | diff to current |
2015-09-08 |
Francois-Xavier... | Update tcpdump summary comment |
blob | commitdiff | raw | diff to current |
2015-09-08 |
Francois-Xavier... | Print program_name instead of "tcpdump" |
blob | commitdiff | raw | diff to current |
2015-09-08 |
Francois-Xavier... | Remove no longer used option 'R' |
blob | commitdiff | raw | diff to current |
2015-09-07 |
Francois-Xavier... | Add program_name field in the netdissect_options structure |
blob | commitdiff | raw | diff to current |
2015-08-31 |
Guy Harris | The official #define for 32-bit and 64-bit Windows... |
blob | commitdiff | raw | diff to current |
2015-08-18 |
Francois-Xavier... | Fix a warning as "ISO C90 forbids mixed declarations... |
blob | commitdiff | raw | diff to current |
2015-08-11 |
Guy Harris | Fix typo in comment. |
blob | commitdiff | raw | diff to current |
2015-07-13 |
Bill Parker | Add checks for strdup() failure. |
blob | commitdiff | raw | diff to current |
2015-07-12 |
Francois-Xavier... | Fix warnings as "declaration of 'x' shadows a global... |
blob | commitdiff | raw | diff to current |
2015-06-11 |
Guy Harris | Do case-insensitive comparisons assuming ASCII strings. |
blob | commitdiff | raw | diff to current |
2015-05-20 |
Guy Harris | Merge pull request #455 from brooksdavis/gndo-cleanup |
blob | commitdiff | raw | diff to current |
2015-05-20 |
Guy Harris | Merge pull request #457 from brooksdavis/no-sandbox... |
blob | commitdiff | raw | diff to current |
next |