aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Lua: Fix switch-case braces.Stig Bjørlykke1-2/+2
2015-12-14Lua: Free Pref enum valuesStig Bjørlykke1-7/+24
2015-12-14Add comments to explain what we're doing with strings.Guy Harris1-9/+47
2015-12-14Lua: Free Pref default stringStig Bjørlykke2-5/+8
2015-12-14wslua: Change macro to avoid nuisance warning [-Wredundant-decls]João Valverde1-4/+4
2015-12-14Lua: Cleanup ProtoField_timeStig Bjørlykke1-15/+10
2015-12-14No need to free the value of a string preference in the garbage collector.Guy Harris1-3/+10
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-1/+0
2015-12-11Lua: Check for empty name in ProtoFieldStig Bjørlykke1-0/+25
2015-12-11Lua: Validate ProtoExpert.new argumentsStig Bjørlykke1-1/+48
2015-12-11Qt: Reload Lua expert infosStig Bjørlykke2-3/+4
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann2-3/+3
2015-11-26Lua: Switch URL to documentation to HTTPSUli Heilmeier1-2/+2
2015-11-25Lua: fix URL to documentationUli Heilmeier1-1/+1
2015-11-21Lua: Validate Proto() argumentsStig Bjørlykke1-4/+15
2015-11-17Lua: Do not deregister Listener in __gc.Stig Bjørlykke1-10/+5
2015-11-16For now, call the finish routine in Lua file writers "close".Guy Harris2-8/+8
2015-11-15Lua: Fixed some argument # in argument errors.Stig Bjørlykke1-4/+4
2015-11-15Lua: Check for nil valuestring for integer fields.Stig Bjørlykke1-1/+1
2015-11-15Lua: Added support for ProtoField framenum type.Stig Bjørlykke3-5/+38
2015-11-14Lua: Disallow ProtoField FRAMENUM to fetch from Tvb.Stig Bjørlykke1-0/+4
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris2-17/+17
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include libwireshark headers from libwiretap.Guy Harris1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs4-30/+30
2015-10-07wslua: fix memleak in lua_prime_all_fieldsPeter Wu1-0/+1
2015-10-05wslua: fix crash when a LUA error is raised in TRY blockPeter Wu2-5/+29
2015-09-30wslua: do not pop from empty stack on newer LUA versionsPeter Wu1-2/+0
2015-09-27Qt: Add the Dissector Tables dialog.Gerald Combs1-1/+1
2015-09-04Coverity CID 1167971-1167974: constant expressions in wslua_int64Hadriel Kaplan1-4/+9
2015-09-03Lua: Check if having listeners before removeStig Bjørlykke1-1/+1
2015-08-23Lua: remove unneeded todo commentsStig Bjørlykke1-7/+0
2015-08-21Lua: check sscanf return valueHadriel Kaplan1-2/+6
2015-08-20Add the WLAN statistics dialog.Gerald Combs1-1/+1
2015-08-18Lua: add FT_PROTOCOL as a ProtoField typeHadriel Kaplan1-3/+24
2015-08-16make-taps.pl: Remove duplicate slash in pathnameJoão Valverde1-1/+1
2015-08-15Lua: Free true_false_string values at reloadStig Bjørlykke1-3/+7
2015-08-14Free all hfi->strings in free_deregister_fieldStig Bjørlykke1-16/+0
2015-08-12Lua: Moved deregister out of wslua_cleanupStig Bjørlykke1-8/+8
2015-08-11Lua: Remove unneeded call in wslua_cleanupStig Bjørlykke1-1/+0
2015-08-11Added Reload Lua plugins.Stig Bjørlykke13-89/+324
2015-08-03Make sure per-packet tap callbacks return gbooleans.Gerald Combs1-4/+4
2015-07-24Lua: fix "since 1.99.9" to be 1.99.8Hadriel Kaplan4-19/+19
2015-07-23Lua: add plugin version infoHadriel Kaplan3-6/+101
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-13Change Lua's tvbrange:*int64() to read only the number of bytes specified inCédric Delmas1-18/+46
2015-07-13Lua: all protocol tree entries expand/contract togetherHadriel Kaplan1-1/+5
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+2
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan22-5309/+6082
2015-07-11Lua: fix docs and default base for ProtoField.framenum()Hadriel Kaplan1-3/+4