Fix some more int-to-enum conversion complaint.
authorGuy Harris <guy@alum.mit.edu>
Fri, 10 Oct 2014 08:14:06 +0000 (01:14 -0700)
committerGuy Harris <guy@alum.mit.edu>
Fri, 10 Oct 2014 08:14:38 +0000 (08:14 +0000)
commitf5b06c56302954c35d417c38dd6bdde61c10b8b2
treed99daee8503793e34b97934a486bc006548454e5
parent3a4cab751ee59881f8ae0963dffc4ee82e36f085
Fix some more int-to-enum conversion complaint.

While we're at it, log a message if a Lua file format module lacks a
read or a seek-read routine, rather than completely silently ignoring
that module if it claims a file.

Change-Id: I9778f7835922439e2d3708614689280ef7b61d33
Reviewed-on: https://code.wireshark.org/review/4590
Reviewed-by: Guy Harris <guy@alum.mit.edu>
epan/wslua/wslua_file.c