URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e9b4153f29100d6eb046fe5d112605393b6a5697
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e9b4153 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Lua: Add string types and byte seperators support.
Add handling of STR_ASCII and STR_UNICODE as base types for string
and stringz. Add handling of SEP_DOT, SEP_DASH, SEP_COLON and
SEP_SPACE for bytes and uint_bytes. Add SEP_NONE for completeness.
Change-Id: Ida46c215fee7ec7132ec91ab5dd6cb3de4628920
Reviewed-on: https://code.wireshark.org/review/19337
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from d5fdbef cmake,wslua,wsutil: load files from run/ instead of source tree
adds e9b4153 Lua: Add string types and byte seperators support.
Summary of changes:
epan/proto.h | 5 +-
epan/wslua/make-init-lua.pl | 16 +++++
epan/wslua/template-init.lua | 6 ++
epan/wslua/wslua_proto_field.c | 150 +++++++++++++++++++++++++++++++---------
4 files changed, 143 insertions(+), 34 deletions(-)