aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-20Build correct base table in init.lua after changes in epan/proto.hStig Bjørlykke1-5/+2
2013-12-20Rewrote ProtoField_new to:Stig Bjørlykke1-47/+115
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-2/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-19Renamed new_TvbRange to push_TvbRange and use this when creating a newStig Bjørlykke3-25/+17
2013-12-18Added Column clear_fence().Stig Bjørlykke1-0/+11
2013-12-18Add cast to try to fix buildbot failureMartin Mathieson1-1/+1
2013-12-18Added ByteArray base64_decode().Stig Bjørlykke1-1/+30
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-1/+1
2013-12-07Rename base_display_* to field_displayJakub Zawadzki1-4/+4
2013-12-03Include <epan/dfilter/dfilter.h> in files that use display filterGuy Harris1-0/+1
2013-12-03missing stdlib.h include for wslua.Jakub Zawadzki1-0/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris2-1/+42
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-9/+1
2013-11-21Detect out-of-bounds when handling zero terminated strings from a TvbRange.Stig Bjørlykke1-0/+15
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-15Make wslua byte_to_str[] array of char[3] instead of pointers to char.Jakub Zawadzki1-1/+1
2013-11-10Fix buildbot:Jakub Zawadzki1-0/+1
2013-11-10try to fix buildbot:Jakub Zawadzki1-1/+1
2013-11-10Fix buildbot:Jakub Zawadzki1-0/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-6/+6
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-2/+4
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-10-23Add Lua cleanup on shutdown, to help with memory leak detection. Bug 5575 (...Michael Mann2-0/+8
2013-10-22Cannot define Field refering ProtoField defined in LUA. Bug 3513 (https://bug...Michael Mann3-1/+33
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann1-8/+15
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann3-0/+5
2013-10-01Remove check_col.Michael Mann1-2/+1
2013-09-22More emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin3-10/+10
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus2-5/+5
2013-09-13Explicit inclusion of emem.hJörg Mayer9-1/+16
2013-09-12From Robert G. Jakabosky via bug 5575:Stig Bjørlykke1-2/+7
2013-09-10Enable Lua ldap, smb and smb2 tapsStig Bjørlykke1-3/+3
2013-09-10Added TreeItem prepend_text().Stig Bjørlykke1-0/+19
2013-09-10Fixed some NSTime error texts.Stig Bjørlykke1-3/+3
2013-09-10Fixed FieldInfo documentation.Stig Bjørlykke1-11/+14
2013-09-09Return ByteArray as "value" for FieldInfo's with type FT_NONE (which has data).Stig Bjørlykke1-3/+6
2013-09-09Initialize all tvb values in FieldInfo_get_range.Stig Bjørlykke1-0/+2
2013-09-09Removed return value from ByteArray append and prepend, as this did pushStig Bjørlykke1-6/+7
2013-09-09Added DissectorTable_set and DissectorTable_remove_all to simplify changingStig Bjørlykke1-10/+94
2013-09-08Couldn't quite figure out how to make the expert items in proto.c and the LUA...Michael Mann2-3/+3
2013-09-07Fix lua docstring causing the buildbot's documentation step to fail.Evan Huus1-2/+2
2013-09-07Added pinfo.can_desegment to lua script.Stig Bjørlykke1-0/+8
2013-09-07Added support for a "prefs_change" function in Lua scripts, which is calledStig Bjørlykke3-8/+44