aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_util.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-16/+16
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-2/+2
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-1/+1
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-09-07Get one more pointer difference.Guy Harris1-2/+2
2008-09-06To compute the difference between two addresses, cast the pointersGuy Harris1-7/+17
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-30/+30
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-2/+2
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher1-2/+2
2007-03-30revert back (void*) -> (void**) which will stop free-warning compilation withSebastien Tandel1-2/+2
2007-03-29strict aliasing warnings fix : replace (void**) by (void*)Sebastien Tandel1-2/+2
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-39/+0
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-1/+2
2005-10-31When printing the code for a display filter:Guy Harris1-27/+1
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+1
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer1-6/+6
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-11/+11
2005-05-16Transforms and Pdus are working already, Gops start to work.Luis Ontanon1-2/+2
2005-05-16MATE has a grammar.Luis Ontanon1-50/+62
2005-02-24- fix a crash in new_avpl_strict_match when the operator avpl was emptyLuis Ontanon1-0/+3
2005-02-20fix a typo: lenght -> lengthUlf Lamping1-2/+2
2005-02-07From LEGO:Anders Broman1-1/+1
2005-02-06From: LEGOAnders Broman1-1/+1
2005-01-21From Luis Ontanon for Mate:Lars Roland1-2/+2
2005-01-15Set fp to NULL before "load_loal_error()" is called, so we don't pass anGuy Harris1-1/+1
2005-01-10One more patch for mate:Lars Roland1-129/+6
2005-01-07From Luis Ontanon:Lars Roland1-26/+25
2005-01-06From Luis Ontanon:Lars Roland1-1/+1
2004-12-31From Luis Ontanon for Mate:Lars Roland1-37/+50
2004-12-23Fixes for Mate from Luis Ontanon:Lars Roland1-42/+105
2004-12-12Update for Mate from Luis Ontanon:Lars Roland1-14/+23
2004-12-12Fixes for Mate Plugin:Lars Roland1-2/+2
2004-12-11New Plugin from Luis Ontanon:Lars Roland1-0/+1861