Wireshark-commits: [Wireshark-commits] master-2.2 8012339: Lua: Base must be base.DEC for signed in
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8012339c77cc369da829393774cb9ce2c813332e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
8012339 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/20535
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 8fc0af8 netscaler: Sanity check record size
adds 8012339 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(-)