]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sunrpc.c
gre: add support for MikroTik Ethernet-over-IP hack.
[tcpdump] / print-sunrpc.c
index 82bfd8a9d92a4583767cade34485af8f54995820..7eeb42dcc243963ca1c839f1eec16fd61bc7ba5a 100644 (file)
  * The following procedures are supported by the protocol:
  *
  * PMAPPROC_NULL() returns ()
- *     takes nothing, returns nothing
+ *     takes nothing, returns nothing
  *
  * PMAPPROC_SET(struct pmap) returns (bool_t)
- *     TRUE is success, FALSE is failure.  Registers the tuple
+ *     TRUE is success, FALSE is failure.  Registers the tuple
  *     [prog, vers, prot, port].
  *
  * PMAPPROC_UNSET(struct pmap) returns (bool_t)
  * PMAPPROC_DUMP() RETURNS (struct pmaplist *)
  *
  * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
- *     RETURNS (port, string<>);
+ *     RETURNS (port, string<>);
  * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc, encapsulatedargs);
- *     Calls the procedure on the local machine.  If it is not registered,
+ *     Calls the procedure on the local machine.  If it is not registered,
  *     this procedure is quite; ie it does not return error information!!!
  *     This procedure only is supported on rpc/udp and calls via
  *     rpc/udp.  This routine only passes null authentication parameters.