]> The Tcpdump Group git mirrors - tcpdump/history - tcpdump.c
Avoid using a global variable when it's not needed
[tcpdump] / tcpdump.c
2016-09-04  Francois-Xavier... Avoid using a global variable when it's not needed
2016-09-02  Francois-Xavier... Declare a variable as static
2016-09-02  Francois-Xavier... Fix a segmentation fault with 'tcpdump -J'
2016-09-02  Francois-Xavier... Fix a warning
2016-08-25  Francois-Xavier... Improve code readability: A pointer should not be compa...
2016-08-10  Guy HarrisWork around pcap_create() failures fetching time stamp...
2016-08-10  Guy HarrisDon't print the "listening on" message differently...
2016-08-09  Guy HarrisTry opening interfaces by name first, then by name...
2016-08-04  Guy HarrisMove more libsmi stuff to netdissect.c.
2016-08-04  Guy HarrisMove some code around.
2016-07-29  Michael RichardsonMerge pull request #534 from MisterDA/hncp-20160728
2016-07-01  Guy HarrisDon't use strcasecmp(), use ascii_strcasecmp().
2016-06-30  Guy HarrisMerge pull request #526 from superjamie/Cflag-Wflag...
2016-06-29  Jamie BainbridgeDon't accept zero -C or -W options 526/head
2016-06-27  Guy HarrisSquelch a compiler warning.
2016-05-16  Guy HarrisMerge pull request #519 from dionbosschieter/updatePost...
2016-05-16  Dion BosschieterChange -z command help text to -z postrotate-command 519/head
2016-04-26  Andrew DarquiInitial support for the REdis Serialization Protocol...
2016-03-20  Guy HarrisWe have to set the filter on every new file.
2016-03-20  Guy HarrisDon't recompile the filter if the new file has the...
2015-12-31  Guy HarrisUse the new debugging routines in libpcap.
2015-12-17  Francois-Xavier... There is no need to use strdup() for options
2015-12-16  Denis OvsienkoMerge pull request #471 from qnet-herwin/radius_port1700
2015-12-15  Francois-Xavier... Fix some leaks found by Valgrind/Memcheck
2015-12-13  Guy HarrisCheck for fork/vfork failing.
2015-12-13  Guy HarrisMerge pull request #494 from RomeroMalaquias/master
2015-12-13  Romero MalaquiasAvoiding conditional directives that break statements 494/head
2015-11-01  Guy HarrisMerge pull request #486 from loos-br/master
2015-10-14  Luiz Otavio O SouzaFix capsicum support to work with zerocopy buffers... 486/head
2015-10-12  Francois-Xavier... Fix the error handling in 'ndo_printf' function
2015-09-24  Guy HarrisClean up some variable names.
2015-09-24  Guy HarrisMerge pull request #483 from sinic/master
2015-09-24  Simon NicolussiFree the list of devices after printing it (-D) 483/head
2015-09-24  Simon NicolussiFree the entire list of devices, not just its tail
2015-09-21  Guy HarrisFree up lists we get from pcap_findalldevs().
2015-09-21  Guy HarrisMerge pull request #482 from sinic/master
2015-09-21  Simon NicolussiDefault to first interface from pcap_findalldevs() 482/head
2015-09-17  Guy HarrisDon't fetch statistics in verbose_stats_dump().
2015-09-17  Guy HarrisRename a variable to avoid collision with stat().
2015-09-14  Guy HarrisNobody uses off_t, either. (ftell(), and pcap_dump_fte...
2015-09-14  Guy HarrisWe don't use uint, so no need to define it on Windows.
2015-09-14  Guy HarrisFix for *pcaps without pcap_create()/pcap_activate().
2015-09-14  Gisle VanemGet rid of some unneeded #defines and #includes.
2015-09-14  Francois-Xavier... Remove non-dissection related fields from struct netdis...
2015-09-14  Francois-Xavier... Remove a non-dissection related field from struct netdi...
2015-09-14  Francois-Xavier... Move if_printer to structure netdissect_options
2015-09-11  Guy HarrisCall pcap_wsockinit(), not wsockinit(), and print a...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-09  Francois-Xavier... Update a ndo flag name
2015-09-08  Francois-Xavier... Update tcpdump summary comment
2015-09-08  Francois-Xavier... Print program_name instead of "tcpdump"
2015-09-08  Francois-Xavier... Remove no longer used option 'R'
2015-09-07  Francois-Xavier... Add program_name field in the netdissect_options structure
2015-08-31  Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-08-18  Francois-Xavier... Fix a warning as "ISO C90 forbids mixed declarations...
2015-08-11  Guy HarrisFix typo in comment.
2015-07-13  Bill ParkerAdd checks for strdup() failure.
2015-07-12  Francois-Xavier... Fix warnings as "declaration of 'x' shadows a global...
2015-06-11  Guy HarrisDo case-insensitive comparisons assuming ASCII strings.
2015-05-20  Guy HarrisMerge pull request #455 from brooksdavis/gndo-cleanup
2015-05-20  Guy HarrisMerge pull request #457 from brooksdavis/no-sandbox...
2015-05-05  Brooks DavisRemove "capability mode sandbox enabled" message. 457/head
2015-04-27  Brooks DavisAllocate the netdissect_object on the stack. 455/head
2015-04-27  Brooks DavisRename gndo to ndo now that it isn't global.
2015-04-27  Brooks DavisPass an ndo to the print API rather than using gndo.
2015-04-27  Brooks DavisRemove non-dissection related flags from struct netdiss...
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-04-16  Guy HarrisGet rid of unused variable.
2015-04-15  Michael RichardsonMerge pull request #452 from brooksdavis/backend-separation
2015-04-15  Brooks DavisDisentangle packet dissection functionally in tcpdump... 452/head
2015-03-27  Guy HarrisFor -L, print the DLTs in order, not reverse order.
2015-03-22  Denis Ovsienkofix compiling after the last change
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2015-03-22  Denis Ovsienkoremove unused function default_print()
2015-03-11  Guy HarrisGet rid of unused variable.
2015-03-10  Guy HarrisGet rid of support for non-NDOified printers.
2015-03-09  Guy HarrisClean up Capsicum rights setting a bit.
2015-03-08  Guy HarrisAdd a #define for the short options and put it above...
2015-03-05  Guy HarrisDo the dump file Capsicum stuff in a common routine. 440/head
2015-03-05  Guy HarrisMerge pull request #433 from wxsBSD/cap_fix
2015-02-18  Wesley ShieldsAdd CAP_FCNTL and use cap_fcntls_limit(). 433/head
2015-02-18  Guy HarrisCheck for pcap_dump_ftell() failing.
2015-02-18  Tommy BeadleFix issues with the setting of libcap-ng capabilities. 431/head
2015-02-15  Francois-Xavier... configure: add support for cap-ng package
2015-02-12  Guy HarrisMerge pull request #429 from mkirkhart/inverse-arp...
2015-02-10  Guy HarrisUse immediate mode if available.
2015-02-09  Denis Ovsienkodroproot(): always print to stderr (GH #425)
2015-01-27  Guy HarrisMerge pull request #422 from tbeadle/capng_changes
2015-01-27  Tommy BeadleMake sure to init capng before dropping root. 422/head
2014-12-29  Denis Ovsienkofix compilation on FreeBSD 10.1
2014-12-17  Francois-Xavier... Fix some typos
2014-11-11  Guy HarrisMerge pull request #411 from jessegross/geneve
2014-11-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-11-06  Guy HarrisUndefine HAVE_PCAP_FINDALLDEVS, if appropriate, before...
2014-10-23  Guy HarrisDon't run past the snapshot length when doing hex/ASCII...
2014-09-06  Denis OvsienkoMerge pull request #404 from qnet-herwin/print_radius_tag
2014-09-03  Guy HarrisClarify what abort_on_misalignment() does.
2014-09-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-08-31  Guy HarrisClean up configure check for libsmi.
2014-07-19  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
next