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

Commits:

fb37407 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>
    

Actions performed:

    from  038161d   TECMP: Resetting VLAN depth per frame
     add  fb37407   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(-)