mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 03:53:53 +08:00
parent
cc1a199eb2
commit
4658f3e097
@ -152,7 +152,7 @@ token_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user