URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1d0533ee1f051aabbc1ba8e3e6a9b51dbb2c228
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f1d0533 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Lua: Base must be base.DEC or base.UNIT_STRING for signed integer
Reject ProtoField signed integer types with base other than base.DEC
and base.UNIT_STRING. Update documentation for this.
Bug: 13484
Change-Id: I55a636c89704e96a598f1f185faabd8ad13d96f1
Reviewed-on: https://code.wireshark.org/review/20533
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 39fd595 tap-iostat (cli): fix this statement may fall through [-Werror=implicit-fallthrough] found by gcc7
adds f1d0533 Lua: Base must be base.DEC or base.UNIT_STRING for signed integer
Summary of changes:
epan/wslua/wslua_proto_field.c | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)