diff options
Diffstat (limited to 'print-ppp.c')
-rw-r--r-- | print-ppp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-ppp.c b/print-ppp.c index ceb053f5..beb8a69d 100644 --- a/print-ppp.c +++ b/print-ppp.c @@ -562,7 +562,7 @@ handle_ctrl_proto(netdissect_options *ndo, /* RFC 1661 says this is intended to be human readable */ if (len > 8) { ND_PRINT("\n\t Message\n\t "); - if (fn_printn(ndo, tptr + 4, len - 4, ndo->ndo_snapend)) + if (nd_printn(ndo, tptr + 4, len - 4, ndo->ndo_snapend)) goto trunc; } break; |