aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_field.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-10try to fix buildbot:Jakub Zawadzki1-1/+1
2013-11-10Fix buildbot:Jakub Zawadzki1-0/+1
2013-10-22Cannot define Field refering ProtoField defined in LUA. Bug 3513 (https://bug...Michael Mann1-1/+1
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-4/+4
2013-09-13Explicit inclusion of emem.hJörg Mayer1-0/+2
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-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+2
2013-03-23From Hadriel Kaplan and myself via https://bugs.wireshark.org/bugzilla/show_b...Evan Huus1-1/+1
2013-03-16From beroset:Anders Broman1-14/+14
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-7/+20
2013-02-25Bugfix Lua pinfo.cols.protocol not holding value in postdissectorMichael Mann1-1/+18
2013-02-23Invert the if statement into the common form:Evan Huus1-15/+17
2013-02-23Add a return statement accidentally removed in r47783 and tweak theEvan Huus1-4/+9
2013-02-20Add modelines, fix indentation to be a consistent 4-spaces throughout.Evan Huus1-228/+239
2013-02-20From Hadrien Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8357Evan Huus1-13/+48
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Tony Trinh:Anders Broman1-5/+5
2011-08-19Introduce NSTime Lua object to handle nstime_t.Stig Bjørlykke1-0/+7
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier1-1/+0
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-79/+55
2010-10-21Make the indentation consistent.Jeff Morriss1-61/+85
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 Meier1-2/+2
2009-10-11Make more functions static.Stig Bjørlykke1-3/+3
2009-10-02From Beth via bug 4049:Stig Bjørlykke1-0/+3
2009-06-08Allocate correct lengths for int64 and uint64.Stig Bjørlykke1-2/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-3/+4
2009-05-08Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke1-13/+13
2008-11-11Signal error on field values that cannot be safely represented as strings ins...Balint Reczey1-5/+15
2008-09-16Adds 64 bit integer handling to Lua interface.Balint Reczey1-6/+11
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-26From Balint ReczeyLuis Ontanon1-1/+2
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-1/+1
2008-04-25From: Márton Németh:Jaap Keuter1-4/+4
2008-04-12From Marton Nemeth (bug 2447):Stig Bjørlykke1-1/+1
2007-07-21Fix documentation commentsLuis Ontanon1-3/+9
2007-03-08fix Bug 1370Luis Ontanon1-1/+7
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-1/+3
2006-10-25Attempt to get compilation working under Windows.Gerald Combs1-4/+4
2006-10-24Improve the documentation generatorsLuis Ontanon1-18/+15
2006-10-18Add module information for generated docsLuis Ontanon1-1/+3
2006-10-17Several changes:Luis Ontanon1-1/+1
2006-10-04- wslua_util.c: replace Lua's loadfile and dofile for versions that will try...Luis Ontanon1-1/+4
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+445