aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...wmeier2-3/+3
2008-04-29Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.guy1-6/+0
2008-04-25From Márton Németh:jake3-47/+47
2008-04-25From: Márton Németh:jake7-25/+25
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...ulfl1-1/+1
2008-04-15attempt to fix init.lua construction in Windows.lego2-7/+6
2008-04-15Die stating why when a file could no be opened.lego1-4/+5
2008-04-14From Marton Nemeth:lego4-8/+15
2008-04-12From Marton Nemeth (bug 2447):stig7-7/+7
2008-04-10 fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2448lego1-27/+27
2008-04-10From Marton Nemeth:lego1-1/+1
2008-04-10From Marton Nemeth <nm127@freemail.hu>lego3-8/+9
2008-04-10From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2413 : fix comment typomorriss1-67/+67
2008-04-07- Remove GLIB1 codesfisher1-14/+0
2008-02-29One more g_free ....wmeier1-1/+4
2008-02-29Fix wireshark/tshark crash when initializing lua (using init.lua, etc).wmeier1-5/+11
2008-02-26A couple more const fixes.morriss2-2/+2
2008-02-26Oops, freeing a const char* doesn't always work. Make it not a const.morriss2-4/+4
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,morriss2-0/+11
2008-02-22From Balint Reczey via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=226...morriss1-1/+1
2008-02-21Fix Bug Enable int64, uint64 and ipv4 type fields for the Lua dissectorsetxrab1-1/+7
2008-02-19Add 'executable' property to a few .pl and .py fileswmeier1-0/+0
2008-01-26From Peter (bug 2224):stig1-0/+3
2008-01-14This patch adds support for configuration profiles, which can be used tostig2-3/+3
2008-01-07Add a cast.stig1-1/+1
2008-01-07From Balint Reczey (bug 2146):stig3-6/+17
2007-12-17From RuudS:stig1-1/+3
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...sake2-6/+6
2007-10-16A few more s/fopen/eth_fopen/morriss1-46/+47
2007-08-02Squelch a warning.guy1-0/+1
2007-08-02Gak. <> makes it too easy to make these make- scripts do what the restguy3-42/+25
2007-08-02We have to include Makefile.common if we move definitions we needguy2-1/+3
2007-08-02Move the list of source files to a Makefile.common file.guy3-24/+39
2007-07-21Fix documentation commentslego1-3/+9
2007-05-21Fix warning about unused parameterjmayer1-1/+1
2007-05-21Hack to fix out of tree buildsjmayer1-9/+9
2007-05-02The forgotten file strikes back.lego1-1/+2
2007-05-02From Tamas Regos (Via Balint Reczey)lego2-3/+177
2007-04-12From: Balint Reczeylego1-0/+25
2007-04-11have tvbrange:get_ipv4() not modifying the byte order of the extraced data.lego2-2/+6
2007-03-23From Sake Blok:sfisher1-2/+7
2007-03-23From Sebastien Tandel:sfisher1-1/+1
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningssfisher1-0/+4
2007-03-22add "treat warnings as errors" flag(s)ulfl1-1/+1
2007-03-22fix warningsulfl1-2/+2
2007-03-21Fixes for: warning: ISO C does not allow extra ';' outside of a functionjmayer1-1/+1
2007-03-21Fixes for: warning: comma at end of enumerator listjmayer1-1/+1
2007-03-21packet_info.c and packet.clego2-3/+4
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...wmeier1-1/+1
2007-03-08fix Bug 1370lego1-1/+7