/* \summary: Token Ring printer */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
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) {