/*
* Format of (Ethertyped or not) DSA tagged frames:
*
- * 7 6 5 4 3 2 1 0
+ * 7 6 5 4 3 2 1 0
* . . . . . . . . .
* 0 +---+---+---+---+---+---+---+---+
* | Ether Destination Address |
u_int length = h->len;
ndo->ndo_protocol = "dsa";
- return (ether_print_switch_tag(ndo, p, length, caplen,
+ return (ether_switch_tag_print(ndo, p, length, caplen,
dsa_tag_print, DSA_LEN));
}
u_int length = h->len;
ndo->ndo_protocol = "edsa";
- return (ether_print_switch_tag(ndo, p, length, caplen,
+ return (ether_switch_tag_print(ndo, p, length, caplen,
edsa_tag_print, EDSA_LEN));
}