aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_proto.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-16Fix the rest of of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6764 :Jeff Morriss1-34/+39
2012-02-14Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6764 :Jeff Morriss1-13/+13
2012-02-14As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6763 :Jeff Morriss1-1/+1
2012-01-25Fix usage of g_ascii_strdown() and g_ascii_strup() - they do *not*Guy Harris1-10/+10
2011-11-07Do not return from within a TRY/CATCH/ENDTRY because this will make theStig Bjørlykke1-8/+11
2011-11-06From Robert G. Jakabosky via bug 5575:Stig Bjørlykke1-2/+2
2011-10-30Don't ep_strdup the protocol name when register a dissector, becauseStig Bjørlykke1-1/+1
2011-10-25Allow signed integers displayed as BASE_HEX_DEC.Stig Bjørlykke1-1/+1
2011-10-25Added another Lua warning:Stig Bjørlykke1-0/+2
2011-10-25Added Lua error messages when:Stig Bjørlykke1-0/+7
2011-08-25Add a method to fetch protocol description.Stig Bjørlykke1-0/+10
2011-08-19Introduce NSTime Lua object to handle nstime_t.Stig Bjørlykke1-0/+64
2011-08-07Replace deprecated glib functions.Jörg Mayer1-4/+4
2011-06-25Added check for invalid chars in abbrev in ProtoField functions.Stig Bjørlykke1-0/+20
2011-06-25Remove "range" from Lua's Pref.range(), as this value shall be fetched from Stig Bjørlykke1-4/+3
2011-06-25From Tony Trinh via bug 5894:Stig Bjørlykke1-1/+1
2011-06-23Use guint32 internally to store mask.Stig Bjørlykke1-1/+1
2011-05-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5930 :Jeff Morriss1-2/+5
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2011-04-14Zero is zero is zero, as Gertrude Stein didn't say.Guy Harris1-4/+4
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier1-6/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-196/+103
2010-10-21Make the indentation consistent.Jeff Morriss1-117/+210
2010-08-10Declare error as volatile to avoid warning on opensolaris:Stig Bjørlykke1-2/+2
2010-05-12From Tamas Regos:Anders Broman1-14/+122
2010-05-12From Tamas Regos:Anders Broman1-279/+244
2010-04-19Fix for bug 4695:Jaap Keuter1-3/+3
2010-03-28From Didier Gautheron via bug 4622:Stig Bjørlykke1-1/+1
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-25/+25
2010-01-05Use correct field types for signed integer.Stig Bjørlykke1-4/+4
2009-11-22Give a warning for illegal preference name.Stig Bjørlykke1-0/+13
2009-10-01Removed fetching an unused variable. Leaving as a commentStig Bjørlykke1-2/+1
2009-10-01Cast a pointer to avoid a warning.Stig Bjørlykke1-1/+1
2009-07-08Default to NULL for description.Stig Bjørlykke1-7/+20
2009-06-08Fixed some indents.Stig Bjørlykke1-179/+177
2009-06-08Changed g_strdup_printf -> ep_strdup_printf.Stig Bjørlykke1-6/+4
2009-06-04From Sam Roberts:Stig Bjørlykke1-2/+0
2009-05-08Adjusted arguments used in Lua Pref.statictext()Stig Bjørlykke1-164/+144
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-3/+4
2009-01-27Corrected some defines. Use defines when appropriate.Stig Bjørlykke1-7/+8
2009-01-27Fixed some typos.Stig Bjørlykke1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-26From Balint ReczeyLuis Ontanon1-5/+5
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-2/+2
2008-04-25From: Márton Németh:Jaap Keuter1-7/+7
2008-04-12From Marton Nemeth (bug 2447):Stig Bjørlykke1-1/+1
2008-01-07From Balint Reczey (bug 2146):Stig Bjørlykke1-3/+3
2007-05-02From Tamas Regos (Via Balint Reczey)Luis Ontanon1-1/+150
2007-04-11have tvbrange:get_ipv4() not modifying the byte order of the extraced data.Luis Ontanon1-1/+5