aboutsummaryrefslogtreecommitdiff
path: root/print-m3ua.c
AgeCommit message (Expand)Author
2020-11-04M3UA: Use %zu to print sizeof valuesFrancois-Xavier Le Bail
2020-09-30Wrap some common code up as uint2tokary().Denis Ovsienko
2020-09-30M3UA: Lose all trunc labels.Denis Ovsienko
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-09-11Add the nd_print_invalid() functionFrancois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-30Use nd_ types, add EXTRACT_ calls.Guy Harris
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-05-11M3UA: Fix a typoFrancois-Xavier Le Bail
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2016-01-28Change istr[] (for invalid string) to be globalFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-06Rename cstr[] to istr[] like invalid stringFrancois-Xavier Le Bail
2015-09-06Use the word 'invalid' for 'malformed' or 'corrupted' packetsFrancois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-21Shorten sizeof to u_int, to match the %u format used with it.Guy Harris
2014-04-21M3UA: add safety checksDenis Ovsienko
2014-04-21M3UA: improve code styleDenis Ovsienko
2014-04-21M3UA support added (GH #342)Vyacheslav Trushkin