/* \summary: Cisco VLAN Trunking Protocol (VTP) printer */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
/* TLV information follows */
- while (len > 0) {
+ while (len != 0) {
/*
* Cisco specs say 2 bytes for type + 2 bytes for length;