aboutsummaryrefslogtreecommitdiff
path: root/print-nsh.c
AgeCommit message (Expand)Author
2020-12-20NSH: Modernize packet parsing style.Denis Ovsienko
2020-08-06Rework "Update more link-layer dissectors to void functions"Francois-Xavier Le Bail
2020-07-15Update more link-layer dissectors to void functionsFrancois-Xavier Le Bail
2019-04-18Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-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-14Clean up signed vs. unsigned warnings.Guy Harris
2018-01-11Clean up signed vs. unsigned.Guy Harris
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-08More EXTRACT_U_1() replacing direct dereferences.Guy Harris
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-01-18CVE-2017-5342/pass correct caplen value to ether_print()Denis Ovsienko
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2016-08-02Squelch a signed vs. unsigned comparison warning.Guy Harris
2016-03-25Make sure the length of the header is valid.Guy Harris
2016-03-22Add printing function for Generic Protocol Extension for VXLANbugyo