URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=500f196802372cd6c3aba0f62e447f5217da1d32
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
500f196 by Guy Harris (guy@xxxxxxxxxxxx):
Conversions of void * to some other type require explicit casts.
Not in C, but in C++, and we check to make sure our C code can be
compiled by a C++ compiler.
Change-Id: Ib77fac1abf1c583ebbf4465e4bd681b9db71123c
Reviewed-on: https://code.wireshark.org/review/10495
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 0a3d0c5 NFS file handle crc32_ccitt hashes are incorrect
adds 500f196 Conversions of void * to some other type require explicit casts.
Summary of changes:
epan/dissectors/packet-nfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)