URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5b06c56302954c35d417c38dd6bdde61c10b8b2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f5b06c5 by Guy Harris (guy@xxxxxxxxxxxx):
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@xxxxxxxxxxxx>
Actions performed:
from 3a4cab7 CMake: Bundle our libraries.
adds f5b06c5 Fix some more int-to-enum conversion complaint.
Summary of changes:
epan/wslua/wslua_file.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)