u_int route_len = 0, hdr_len = TOKEN_HDRLEN;
int seg;
- ndo->ndo_protocol = "token";
+ ndo->ndo_protocol = "token-ring";
trp = (const struct token_header *)p;
if (caplen < TOKEN_HDRLEN) {
void
token_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p)
{
- ndo->ndo_protocol = "token";
+ ndo->ndo_protocol = "token-ring";
ndo->ndo_ll_hdr_len += token_print(ndo, p, h->len, h->caplen);
}