/* specification: RFC 2205 */
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
#include "netdissect.h"
#include "extract.h"
if (obj_tlen < length) {
ND_PRINT("%s ERROR: ERO subobject length > object length", indent);
break;
- };
+ }
if (length == 0) { /* prevent infinite loops */
ND_PRINT("%s ERROR: zero length ERO subtype", indent);