rerun pidl
[metze/wireshark/wip.git] / epan / uat.c
2014-01-08 darkjamesMove UAT xton() to wsutil library
2013-12-21 darkjamesfix some warnings.
2013-12-20 martinkcomment out unused function
2013-12-20 etxrabFix [-Wmissing-prototypes]
2013-12-10 ruengelerUse PT_TXTMOD_NONE for columns that should not be editable.
2013-11-17 guyMove the epan/filesystem.c routines to wsutil; they...
2013-07-15 morrissMove report_err.{h,c} from epan into wsutil: there...
2013-04-22 mmannAdd a "hidden" array of UAT entry data to allow separat...
2013-04-17 alagoutteUse also const char to uat_save (identical to uat_load)
2013-04-09 morrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2013-03-18 etxrabFrom beroset:
2013-02-08 guyConstify the second argument to uat_load(), to squelch...
2013-01-04 mmannreplace "unsigned" datatype with "guint". Some mpeg...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-08 guyUATs could be put into "categories". The categories...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2011-10-09 stigAdded a button to refresh a UAT from the system default...
2011-09-21 wmeierWhitespace cleanup:
2011-09-21 wmeierFix ex "modeline" so it works;
2011-09-20 stigFrom Dirk via bug 6361:
2011-06-28 stigReplace all strerror() with g_strerror().
2010-08-04 stigEnsure we don't index into a NULL pointer.
2010-06-28 galIntroduce an Object Identifier field macro, together...
2010-03-04 stigFrom LEGO via bug 3459:
2009-04-20 guyConstify some items to squelch some compiler warnings...
2009-04-08 geraldMore size_t fixes.
2009-03-08 stigHandle a empty string as "0" when checking numeric...
2009-02-16 guyAdd an additional "title" attribute for UAT fields...
2009-02-11 stigThe uat files can be saved before any other preferences...
2008-12-30 martinmAdd some comments to uat_new().
2008-09-03 guyg_ascii_strdown() and g_ascii_strup(), unlike g_strdown...
2008-08-07 legoremove a degug printf
2008-08-05 legoluis.ontanon@gmail.com => luis@ontanon.org
2008-05-23 etxrabFix some of the Errors/warnings detected by checkapi.
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-03-06 stigAdded an option to uat_new() to set if configuration...
2008-02-26 morrissget_datafile_path() and get_persconffile_path() return...
2008-02-15 geraldExtend the UAT and preferences code so that you can...
2008-01-30 stigAdd Luis' uat_get_table_by_name() to fetch SMI uat...
2008-01-19 stigFree allocated data in prefs_reset, removed need for...
2008-01-14 stigThis patch adds support for configuration profiles...
2008-01-06 jakeAllocate enough space to make proper NULL terminated...
2007-12-16 stigFrom Jim Young:
2007-10-16 morrissChange more fopen() to eth_fopen() to finish fixing...
2007-08-28 legoCommit canges to uat_load.l, and initialize uat_t-...
2007-08-28 legoSNMP:
2007-07-14 guyFix yet more casts of ctype.h macro arguments - and...
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-04-13 sfisherFix some Solaris buildbot warnings
2007-04-03 richardvfix an 'unused parameter' warning
2007-04-03 legoImplement a proposal from Elefterios Gabriel for SCCP:
2007-04-01 legoFix management of lstrings in uat code so that arbitrar...
2007-02-11 legoHave Aply, Cancel and OK buttons instead of the save...
2007-02-08 legoHave the windows buildot compiling again.
2007-02-07 legoUAT: filed definitions for proto (a dissector hanlde...
2007-02-07 lego* Add a category param to the uat.
2007-02-07 legoAdd ENUM and HEXBYTES modes
2007-02-05 lego* Add a help facility for UATs
2007-02-04 legoMove (Up/Down) & Save buttons
2007-02-04 legothe quoted_string regexp in uat_load() fails badly...
2007-02-03 legosecond iteration:
2007-01-29 legosome cleanup and pset of svn:ignore
2007-01-29 legoThe UAT gui starts to work
2007-01-29 legonow it is operational.
2007-01-28 legoAlthough yet untested (but it compiles and is still...