summaryrefslogtreecommitdiff
path: root/print-msnlb.c
Commit message (Expand)AuthorAgeFilesLines
* MS NLB: Print the protocol name even in truncation caseFrancois-Xavier Le Bail2020-12-081-4/+4
* MS NLB: Remove a redundant ND_TCHECK_SIZE callFrancois-Xavier Le Bail2020-12-081-4/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-1/+1
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-171-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-2/+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-5/+5
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* Use nd_ types.Guy Harris2017-12-301-6/+6
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-1/+1
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+2
* 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
* Fix a bunch of de-constifications.Guy Harris2015-04-261-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-5/+5
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* refine some past NDO conversionsDenis Ovsienko2014-03-121-3/+0
* fix function 'msnlb_print', unused parameter 'length'fxlb2013-03-151-1/+1
* Add MS NLB heartbeat ethertype, as well as a basic printerRomain Francoise2013-02-231-0/+66