aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
AgeCommit message (Expand)AuthorFilesLines
2008-06-03Fix run checkapi for more targets.Anders Broman1-0/+15
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-2/+2
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier2-3/+3
2008-04-29Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.Guy Harris1-6/+0
2008-04-25From Márton Németh:Jaap Keuter3-47/+47
2008-04-25From: Márton Németh:Jaap Keuter7-25/+25
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-1/+1
2008-04-15attempt to fix init.lua construction in Windows.Luis Ontanon2-7/+6
2008-04-15Die stating why when a file could no be opened.Luis Ontanon1-4/+5
2008-04-14From Marton Nemeth:Luis Ontanon4-8/+15
2008-04-12From Marton Nemeth (bug 2447):Stig Bjørlykke7-7/+7
2008-04-10 fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2448Luis Ontanon1-27/+27
2008-04-10From Marton Nemeth:Luis Ontanon1-1/+1
2008-04-10From Marton Nemeth <nm127@freemail.hu>Luis Ontanon3-8/+9
2008-04-10From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2413 : fix comment typoJeff Morriss1-67/+67
2008-04-07- Remove GLIB1 codeStephen Fisher1-14/+0
2008-02-29One more g_free ....Bill Meier1-1/+4
2008-02-29Fix wireshark/tshark crash when initializing lua (using init.lua, etc).Bill Meier1-5/+11
2008-02-26A couple more const fixes.Jeff Morriss2-2/+2
2008-02-26Oops, freeing a const char* doesn't always work. Make it not a const.Jeff Morriss2-4/+4
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss2-0/+11
2008-02-22From Balint Reczey via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=226...Jeff Morriss1-1/+1
2008-02-21Fix Bug Enable int64, uint64 and ipv4 type fields for the Lua dissectorsAnders Broman1-1/+7
2008-02-19Add 'executable' property to a few .pl and .py filesBill Meier1-0/+0
2008-01-26From Peter (bug 2224):Stig Bjørlykke1-0/+3
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke2-3/+3
2008-01-07Add a cast.Stig Bjørlykke1-1/+1
2008-01-07From Balint Reczey (bug 2146):Stig Bjørlykke3-6/+17
2007-12-17From RuudS:Stig Bjørlykke1-1/+3
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok2-6/+6
2007-10-16A few more s/fopen/eth_fopen/Jeff Morriss1-46/+47
2007-08-02Squelch a warning.Guy Harris1-0/+1
2007-08-02Gak. <> makes it too easy to make these make- scripts do what the restGuy Harris3-42/+25
2007-08-02We have to include Makefile.common if we move definitions we needGuy Harris2-1/+3
2007-08-02Move the list of source files to a Makefile.common file.Guy Harris3-24/+39
2007-07-21Fix documentation commentsLuis Ontanon1-3/+9
2007-05-21Fix warning about unused parameterJörg Mayer1-1/+1
2007-05-21Hack to fix out of tree buildsJörg Mayer1-9/+9
2007-05-02The forgotten file strikes back.Luis Ontanon1-1/+2
2007-05-02From Tamas Regos (Via Balint Reczey)Luis Ontanon2-3/+177
2007-04-12From: Balint ReczeyLuis Ontanon1-0/+25
2007-04-11have tvbrange:get_ipv4() not modifying the byte order of the extraced data.Luis Ontanon2-2/+6
2007-03-23From Sake Blok:Stephen Fisher1-2/+7
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningsStephen Fisher1-0/+4
2007-03-22add "treat warnings as errors" flag(s)Ulf Lamping1-1/+1
2007-03-22fix warningsUlf Lamping1-2/+2
2007-03-21Fixes for: warning: ISO C does not allow extra ';' outside of a functionJörg Mayer1-1/+1
2007-03-21Fixes for: warning: comma at end of enumerator listJörg Mayer1-1/+1
2007-03-21packet_info.c and packet.cLuis Ontanon2-3/+4