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

Commits:

8ffabf3 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/37799
    

Actions performed:

    from  b39cadd   NIS+: Make true_false string differentiating
     add  8ffabf3   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(-)