ND_PRINT(", ");
}
-/* returns < 0 iff the packet can be decoded completely */
+/* returns < 0 if the packet can be decoded completely */
int macsec_print(netdissect_options *ndo, const u_char **bp,
u_int *lengthp, u_int *caplenp, u_int *hdrlenp,
const struct lladdr_info *src, const struct lladdr_info *dst)
u_int short_length;
save_protocol = ndo->ndo_protocol;
- ndo->ndo_protocol = "MACsec";
+ ndo->ndo_protocol = "macsec";
/* we need the full MACsec header in the capture */
if (caplen < MACSEC_SECTAG_LEN_NOSCI) {