aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Fix build with recent lua changes.Evan Huus2-13/+13
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan14-171/+383
2014-02-25Fix bug 6357: Lua all_field_infos() broken within tap/listenerHadriel Kaplan3-3/+20
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan7-66/+387
2014-02-25Remove trailing whitespaceBill Meier5-25/+25
2014-02-21Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan1-150/+137
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan2-1/+3
2014-02-21And we need wslua_internals.obj as well.Guy Harris1-8/+9
2014-02-21Need to include wslua_internals.c here as well.Guy Harris1-1/+2
2014-02-21Fix warnings - index() is declared as a function in some systems.Guy Harris1-4/+4
2014-02-21Revert "Add test suite for verifying Lua global variables/tables of previous ...Evan Huus1-1/+1
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan1-1/+1
2014-02-21Cleanup on aisle 5: normalizes the Lua code to follow common schema/modelHadriel Kaplan15-1360/+1081
2014-02-20Fix Bug 9792: 'Lua: setting pinfo.dst_port actually sets src_port'Hadriel Kaplan1-1/+1
2014-02-14Move lua struct license to top of file.Evan Huus1-26/+23
2014-02-14Fix build on WindowsAlexis La Goutte1-1/+1
2014-02-14Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan7-11/+554
2014-02-13Lua: add ability for scripts loaded from command-line to be passed argumentsHadriel Kaplan1-6/+29
2014-02-09Fix bug 9736 'Lua: new Int64/UInt64 functions don't prevent division by zero'Hadriel Kaplan2-24/+57
2014-02-08Fix bug 9733 ' Lua: wtap_filetypes.TSPREC_ variable names are missing from th...Hadriel Kaplan1-1/+2
2014-02-08Fix bug 9732: ' Lua: recent commit changed some MENU_ key names in init.lua'Hadriel Kaplan2-2/+10
2014-02-07Fix Bug 9728 'Lua: ProtoField.bool() VALUESTRING argument is not optional but...Hadriel Kaplan3-15/+33
2014-02-05Two fixes for license headersEvan Huus1-39/+35
2014-02-05Fix Bug 9725 'Lua: ProtoField.new() is buggy'Hadriel Kaplan1-2/+3
2014-02-04Fix bug 9720 'Lua: bitop library is missing in Lua 5.2'Hadriel Kaplan1-1/+3
2014-02-04Various fixes to the Lua int64 codeEvan Huus1-11/+11
2014-02-04Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan10-120/+949
2014-01-31Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.Hadriel Kaplan11-28/+38
2014-01-31Fix for Bug-9712 Lua: changes to WTAP_FILE_ #define names prevents them being...Hadriel Kaplan1-2/+2
2014-01-30Lua: Improved running in build directory.Stig Bjørlykke2-2/+39
2014-01-29Fix for Bug 9707 'Lua: init.lua has multiple 'MENU_STAT_TELEPHONY' values'Hadriel Kaplan1-1/+1
2014-01-29Lua: Added a utility function file_exists().Stig Bjørlykke1-0/+5
2014-01-19coverity 702387Martin Kaiser1-0/+4
2014-01-14We have to cast away constness here, because C doesn't haveGuy Harris1-1/+1
2014-01-14Don't cast away constness.Guy Harris4-7/+8
2014-01-13In a source file that defines external functions, the header file thatGuy Harris5-5/+42
2014-01-07Added expired handling to FieldInfo.Stig Bjørlykke3-44/+142
2014-01-01Add extern C for init_wslua (for future use in Wireshark Qt)Alexis La Goutte1-0/+8
2013-12-23Make Buildbot HappyAlexis La Goutte1-0/+1
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann3-0/+5
2013-12-23Removed a wrong sanity check in ByteArray base64_decode.Stig Bjørlykke1-5/+0
2013-12-22Improved out-of-bounds check in TvbRange ustringz and le_ustringz.Stig Bjørlykke1-2/+10
2013-12-22Made TvbRange strsize take an optional encoding argument.Stig Bjørlykke1-5/+28
2013-12-22Made TvbRange string and stringz take an optional encoding argument, andStig Bjørlykke1-42/+7
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-0/+1
2013-12-21Fix buildbot: ./wslua_util.c:102: warning: implicit declaration of function '...Jakub Zawadzki1-0/+1
2013-12-21Move epan/base64.[ch] to wsutil/ with function name change.Jakub Zawadzki1-2/+2
2013-12-20Improved the valuestring documentation.Stig Bjørlykke1-7/+7
2013-12-20Add new string_enc and stringz_enc methods that take an encoding valueGuy Harris1-4/+64
2013-12-20Replace one more g_memmove with memmove, add a cast to make the Lua stuffEvan Huus1-1/+1