aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-9/+10
2010-05-12From Tamas Regos:Anders Broman3-18/+126
2010-05-12From Tamas Regos:Anders Broman3-389/+334
2010-04-20From Tamas Regos via bug 4699:Stig Bjørlykke1-0/+6
2010-04-19Fix for bug 4695:Jaap Keuter1-3/+3
2010-03-28From Didier Gautheron via bug 4622:Stig Bjørlykke1-1/+1
2010-03-18cmake changes:Jörg Mayer1-4/+5
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2010-02-22Handle FT_PROTOCOL as ByteArray when used in a Field extractor.Stig Bjørlykke1-0/+1
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier5-48/+48
2010-01-13From Didier Gautheron:Anders Broman1-8/+4
2010-01-07Made more generic concat meta method for TvbRange, Int64 and UInt64.Stig Bjørlykke1-52/+15
2010-01-06Added concat meta method for TvbRange, Int64 and UInt64.Stig Bjørlykke1-0/+52
2010-01-06Fix some documentation typos.Stig Bjørlykke1-2/+2
2010-01-05Added signed integer TvbRange methods.Stig Bjørlykke1-0/+131
2010-01-05Use correct method names in TvbRange error messages.Stig Bjørlykke1-6/+6
2010-01-05Use correct field types for signed integer.Stig Bjørlykke1-4/+4
2010-01-01Use correct length for FT_STRINGZ when adding the item to the tree.Stig Bjørlykke1-1/+4
2010-01-01Add missing stringz tvbrange method.Stig Bjørlykke1-0/+16
2009-12-30From babi via bug 4352:Stig Bjørlykke1-1/+2
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-1/+1
2009-11-22Give a warning for illegal preference name.Stig Bjørlykke2-0/+14
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-0/+12
2009-10-24Load lua scripts from subdirectories in the plugins folders.Stig Bjørlykke1-21/+20
2009-10-23Added init_wslua.hStig Bjørlykke1-0/+1
2009-10-23Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke2-8/+123
2009-10-11Removed unused function tap_draw_cb_error_handler().Stig Bjørlykke1-6/+0
2009-10-11Make more functions static.Stig Bjørlykke7-17/+17
2009-10-02From Beth via bug 4049:Stig Bjørlykke2-0/+6
2009-10-01Removed fetching an unused variable. Leaving as a commentStig Bjørlykke1-2/+1
2009-10-01Removed redundant prototype of Tvb_range().Stig Bjørlykke1-2/+0
2009-10-01Made lua_load_script() static.Stig Bjørlykke1-1/+1
2009-10-01Cast a pointer to avoid a warning.Stig Bjørlykke1-1/+1
2009-09-29Avoid a possible dereference of null pointer.Stig Bjørlykke1-1/+3
2009-09-29Move luaopen_bit() to wslua.hStig Bjørlykke2-1/+2
2009-09-25wslua now builds, links and installs.Jörg Mayer1-15/+35
2009-09-23More fixes for OSX - might work now :-)Jörg Mayer1-0/+6
2009-09-10From Diego:Anders Broman1-0/+20
2009-09-09CMAKE: Get most of of missing *build* pieces into placeJörg Mayer1-0/+107
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-10/+9
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam1-5/+10
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-1/+1
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1