diff options
Diffstat (limited to 'print-eap.c')
| -rw-r--r-- | print-eap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-eap.c b/print-eap.c index 182b81e2..895dbfe1 100644 --- a/print-eap.c +++ b/print-eap.c @@ -189,7 +189,7 @@ eap_print(netdissect_options *ndo, ND_PRINT((ndo, ", %s (%u), id %u, len %u", tok2str(eap_code_values, "unknown", type), type, - *(tptr+1), + EXTRACT_8BITS((tptr + 1)), len)); ND_TCHECK2(*tptr, len); |
