* TODO: Among other things to print ok MacIntosh and Vendor values
*/
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
const char *attr_string;
uint8_t type, len;
- while (length > 0) {
+ while (length != 0) {
ND_ICHECK_U(length, <, 2);
type = GET_U_1(rad_attr->type);