aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-07Added support for integer range in DissectorTable_add and DissectorTable_remove.Stig Bjørlykke1-6/+28
2013-09-07A small documentation fix for DissectorTable_remove.Stig Bjørlykke1-1/+1
2013-09-07Added syntax and range checks for Lua Prefs.range default values.Stig Bjørlykke1-7/+26
2013-09-06Make the Lua dissector "init" routine work again.Stig Bjørlykke1-12/+2
2013-08-22Added TvbRange strsize().Stig Bjørlykke1-0/+17
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-2/+2
2013-08-14Use 4-space indentation consistently.Guy Harris1-214/+214
2013-08-13Show the Lua plugin being loaded in the splash screen.Stig Bjørlykke3-17/+76
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+2
2013-08-05Completely remove support for proto_item_set_expert_flags.Michael Mann1-20/+0
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-3/+3
2013-07-28Add support for 64 bit value string in Lua.Stig Bjørlykke1-12/+78
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-1/+1