summaryrefslogtreecommitdiff
path: root/print-nsh.c
Commit message (Expand)AuthorAgeFilesLines
* NSH: Update an error messageFrancois-Xavier Le Bail2023-05-151-1/+1
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* NSH: Modernize packet parsing style.Denis Ovsienko2020-12-201-64/+143
* Rework "Update more link-layer dissectors to void functions"Francois-Xavier Le Bail2020-08-061-1/+1
* Update more link-layer dissectors to void functionsFrancois-Xavier Le Bail2020-07-151-1/+1
* Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris2019-04-181-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-12/+12
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-2/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* 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
* Clean up signed vs. unsigned warnings.Guy Harris2018-01-141-1/+1
* Clean up signed vs. unsigned.Guy Harris2018-01-111-6/+6
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-17/+17
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* More EXTRACT_U_1() replacing direct dereferences.Guy Harris2017-12-081-8/+8
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-4/+4
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-4/+4
* CVE-2017-5342/pass correct caplen value to ether_print()Denis Ovsienko2017-01-181-1/+1
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-4/+4
* Squelch a signed vs. unsigned comparison warning.Guy Harris2016-08-021-1/+1
* Make sure the length of the header is valid.Guy Harris2016-03-251-1/+12
* Add printing function for Generic Protocol Extension for VXLANbugyo2016-03-221-0/+174