Wireshark-commits: [Wireshark-commits] master-2.0 8f86d6f: Lua: Base must be base.DEC for signed in
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8f86d6f95aaa14df19ee528219aa9344fc2cc75f
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
8f86d6f by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Lua: Base must be base.DEC for signed integer
Reject ProtoField signed integer types with base other than base.DEC.
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>
(cherry picked from commit f1d0533ee1f051aabbc1ba8e3e6a9b51dbb2c228)
Reviewed-on: https://code.wireshark.org/review/20536
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 2f322f6 packet-wbxml.c: Fix potential infinite loops
adds 8f86d6f Lua: Base must be base.DEC for signed integer
Summary of changes:
epan/wslua/wslua_proto_field.c | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)