Wireshark-commits: [Wireshark-commits] master-3.0 251f5eb: NIS+: give the meanings of the NIS_CALLB
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Jul 2020 20:44:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=251f5ebc40e5031a0af01a0a3ce16439168b40ca
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

251f5eb by Guy Harris (gharris@xxxxxxxxx):

    NIS+: give the meanings of the NIS_CALLBACK return value.
    
    From reading GNU libc's .x file for NIS+ (which has an Oracle America
    copyright, suggesting that it was originally a file from Sun, and thus
    likely to be the official NIS+ rpcgen file), and from reading the way
    the GNU libc code treats the return value of the return value of an
    NIS_CALLBACK RPC, it appears to be a Boolean where "true" means that the
    callback in question is still running and "false" means it's not
    running.
    
    Label the results as such.
    
    (I should probably really check the Illumos source to see if it includes
    the NIS+ client and server and, if so, read that, so see what Sun's code
    did.)
    
    Change-Id: I4eb430dfca3d1162972a2a750effc31f626f20bf
    Reviewed-on: https://code.wireshark.org/review/37791
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    (cherry picked from commit fb37407d273c7bd20f95a4aca84a0c5e403b422c)
    Reviewed-on: https://code.wireshark.org/review/37798
    

Actions performed:

    from  93d2e67   NIS+: Make true_false string differentiating
     add  251f5eb   NIS+: give the meanings of the NIS_CALLBACK return value.


Summary of changes:
 epan/dissectors/packet-nisplus.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)