diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2017-11-16 10:18:43 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2017-11-16 10:18:43 +0100 |
commit | 62af1ac58c6afa5d616f278c94a42e6dba6f0626 (patch) | |
tree | 5a86daf928c186641eb309b51c28eef71421cd9e /print-sunrpc.c | |
parent | e037e16d6d35ec0d799ae5d13fbfc1db386e8b93 (diff) | |
download | tcpdump-62af1ac58c6afa5d616f278c94a42e6dba6f0626.tar.gz |
SUNRPC: Rename entry function
Most printer entry functions are based on the file name (without print-).
Do the same for SUNRPC (sunrpcrequest_print -> sunrpc_print).
This change allows easier update by script.
Diffstat (limited to 'print-sunrpc.c')
-rw-r--r-- | print-sunrpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-sunrpc.c b/print-sunrpc.c index d2366c78..aca3c969 100644 --- a/print-sunrpc.c +++ b/print-sunrpc.c @@ -165,7 +165,7 @@ static const struct tok proc2str[] = { static char *progstr(uint32_t); void -sunrpcrequest_print(netdissect_options *ndo, register const u_char *bp, +sunrpc_print(netdissect_options *ndo, register const u_char *bp, register u_int length, register const u_char *bp2) { register const struct sunrpc_msg *rp; |