/* \summary: Classical-IP over ATM printer */
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <string.h>
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
#include "netdissect.h"
#include "addrtoname.h"
/*
* There is no MAC-layer header, so just print the length.
*/
- ND_PRINT((ndo, "%u: ", length));
+ ND_PRINT("%u: ", length);
}
/*
cip_print(ndo, length);
if (cmplen == 0) {
- ND_PRINT((ndo, "[|cip]"));
+ ND_PRINT("[|cip]");
return 0;
}
if (memcmp(rfcllc, p, cmplen) == 0) {