]> The Tcpdump Group git mirrors - tcpdump/history - print-zeromq.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / print-zeromq.c
2024-03-28  Francois-Xavier... Include <config.h> unconditionally
2021-02-04  Denis OvsienkoZMTP: Replace custom code with bittok2str().
2020-09-30  Denis OvsienkoZeroMQ: Use nd_trunc_longjmp()
2020-09-06  Francois-Xavier... Remove many (762) now redundant ND_TCHECK_n() calls
2020-08-24  Denis OvsienkoRename min() and max() to ND_MIN() and ND_MAX(). [skip ci]
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge pull request #602 from gromit1811/fix_udp_frag_badlen
2020-05-25  Guy HarrisSquelch some warnings.
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2019-08-15  Francois-Xavier... ZeroMQ: Remove blank lines in output
2019-03-26  Francois-Xavier... Use the new GET_ macros instead of the EXTRACT_ ones
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-05-04  Francois-Xavier... Print truncations with nd_print_trunc() instead of...
2018-03-16  Francois-Xavier... Add the ndo_protocol field in the netdissect_options...
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2018-01-07  Francois-Xavier... Update ND_PRINT() as a variadic macro
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-11  Francois-Xavier... Replace ND_TTEST2()/ND_TCHECK2() macros by macros using...
2017-12-09  Francois-Xavier... Use more the EXTRACT_U_1() macro (52/n)
2017-12-03  Francois-Xavier... Use more the EXTRACT_U_1() macro (46/n)
2017-11-24  Francois-Xavier... Use more ND_TCHECK_n()/ND_TTEST_n() macros
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-18  Francois-Xavier... Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
2017-11-16  Francois-Xavier... ZMTP: Rename a printer function
2017-02-02  Guy HarrisMerge pull request #588 from glebius/casper
2017-01-18  Denis OvsienkoCVE-2016-7938/ZeroMQ: fix an infinite loop
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-08-15  Francois-Xavier... Add a summary comment in all other printers
2015-11-01  Guy HarrisMerge pull request #486 from loos-br/master
2015-10-31  Guy HarrisPRIu64 includes the "u".
2015-10-31  Guy HarrisWe need PRIu64 to print a uint64_t.
2015-10-31  Denis OvsienkoZeroMQ: avoid code duplication
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-05  Francois-Xavier... Printers must include 'netdissect.h', not 'interface.h'
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2015-03-05  Guy HarrisMerge pull request #433 from wxsBSD/cap_fix
2015-03-05  Denis Ovsienkoclean K&R style up in function declarations a bit
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-03-15  Denis Ovsienkojustify MIN()/min() further (complements dbfdf97)
2014-03-15  Denis Ovsienkomake use of NETDISSECT_REWORKED
2014-03-14  Denis Ovsienkojustify min()/max() macros declarations and usage
2014-03-13  Denis OvsienkoNDOize 8 more small decoders
2014-03-13  Denis OvsienkoNDOize print-ascii.c further
2013-12-26  Denis Ovsienkomake consistent use of the "tstr" idiom
2013-05-31  Michael RichardsonMerge remote-tracking branch 'mcrhub/master'
2013-05-13  Guy HarrisMerge remote-tracking branch 'tcpdump/master'
2013-05-10  Denis OvsienkoMerge pull request #310 from ffatghub/master
2013-05-06  Guy HarrisFix error in my previous commit.
2013-05-06  Guy HarrisNot all platforms on which we compile define PRI[doux]16.
2013-04-14  Guy HarrisMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2013-04-14  Denis Ovsienkoimprove ZeroMQ support (ZMTP/1.0 inside PGM/EPGM)
2013-03-28  Michael RichardsonMerge pull request #57 from fxlb/master
2013-03-28  Michael RichardsonMerge pull request #58 from rubenk/master
2013-03-26  Guy HarrisWe don't define PRIu8 or PRIx8 if the C environment...
2013-02-22  Bill FennerMerge branch 'master' of git://github.com/mcr/tcpdump
2013-02-13  Michael RichardsonMerge pull request #48 from alagoutte/master
2013-02-13  Michael RichardsonMerge pull request #49 from ajithadapa/master
2013-02-13  Michael RichardsonMerge pull request #50 from infrastation/master
2013-02-11  Denis OvsienkoZeroMQ initial support (ZMTP/1.0 framing)