diff options
Diffstat (limited to 'print-sunrpc.c')
-rw-r--r-- | print-sunrpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print-sunrpc.c b/print-sunrpc.c index 9c62728f..d5ffe8d4 100644 --- a/print-sunrpc.c +++ b/print-sunrpc.c @@ -167,6 +167,7 @@ sunrpc_print(netdissect_options *ndo, const u_char *bp, uint32_t x; char srcid[20], dstid[20]; /*fits 32bit*/ + ndo->ndo_protocol = "sunrpc"; rp = (const struct sunrpc_msg *)bp; if (!ndo->ndo_nflag) { |