summaryrefslogtreecommitdiff
path: root/print-zeromq.c
Commit message (Expand)AuthorAgeFilesLines
* ZMTP: Replace custom code with bittok2str().Denis Ovsienko2021-02-041-10/+14
* ZeroMQ: Use nd_trunc_longjmp()Denis Ovsienko2020-09-301-4/+2
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-3/+1
* Rename min() and max() to ND_MIN() and ND_MAX(). [skip ci]Denis Ovsienko2020-08-241-6/+6
* Squelch some warnings.Guy Harris2020-05-251-5/+5
* ZeroMQ: Remove blank lines in outputFrancois-Xavier Le Bail2019-08-151-2/+0
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-5/+5
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-4/+3
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+2
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-19/+19
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-4/+4
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-2/+2
* Use more the EXTRACT_U_1() macro (46/n)Francois-Xavier Le Bail2017-12-031-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-2/+2
* ZMTP: Rename a printer functionFrancois-Xavier Le Bail2017-11-161-1/+1
* CVE-2016-7938/ZeroMQ: fix an infinite loopDenis Ovsienko2017-01-181-2/+9
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-3/+2
* PRIu64 includes the "u".Guy Harris2015-10-311-1/+1
* We need PRIu64 to print a uint64_t.Guy Harris2015-10-311-1/+1
* ZeroMQ: avoid code duplicationDenis Ovsienko2015-10-311-9/+5
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-4/+8
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-5/+5
* justify MIN()/min() further (complements dbfdf97)Denis Ovsienko2014-03-151-4/+4
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* justify min()/max() macros declarations and usageDenis Ovsienko2014-03-141-2/+2
* NDOize 8 more small decodersDenis Ovsienko2014-03-131-44/+42
* NDOize print-ascii.c furtherDenis Ovsienko2014-03-131-2/+2
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-2/+4
* Fix error in my previous commit.Guy Harris2013-05-061-1/+1
* Not all platforms on which we compile define PRI[doux]16.Guy Harris2013-05-051-1/+1
* improve ZeroMQ support (ZMTP/1.0 inside PGM/EPGM)Denis Ovsienko2013-04-141-0/+66
* We don't define PRIu8 or PRIx8 if the C environment doesn't; don't use it.Guy Harris2013-03-261-5/+5
* ZeroMQ initial support (ZMTP/1.0 framing)Denis Ovsienko2013-02-111-0/+148