aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
Commit message (Expand)AuthorAgeFilesLines
* Fix (-W)documentation error found by ClangAlexis La Goutte2013-08-101-1/+1
* Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs2013-07-251-3/+11
* From beroset:Anders Broman2013-03-121-2/+2
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-0/+17
* Remove C++ incompatibilities in c1222 dissector.Michael Mann2013-02-171-2/+2
* Constify the second argument to uat_load(), to squelch some warnings.Guy Harris2013-02-081-1/+1
* replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann2013-01-041-10/+10
* Fix a bunch of warnings.Guy Harris2012-12-261-2/+2
* UATs could be put into "categories". The categories were defined onlyGuy Harris2012-07-081-8/+9
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix a typo.Anders Broman2012-05-031-1/+1
* Recreate the packet list when changing UAT for header fields.Stig Bjørlykke2012-03-301-0/+1
* Fix usage of g_ascii_strdown() and g_ascii_strup() - they do *not*Guy Harris2012-01-251-1/+4
* Remove comma at the end of several enumerator lists.Jeff Morriss2011-11-011-3/+3
* From Dirk via bug 6361:Stig Bjørlykke2011-09-201-6/+20
* Set maximum value for UAT range in fld_data, not cbdata.chk/set/tostr.Stig Bjørlykke2010-10-301-1/+1
* Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris2010-10-291-1/+1
* Introduce an Object Identifier field macro, together with an appropriate fieldGraeme Lunt2010-06-281-0/+23
* From LEGO via bug 3459:Stig Bjørlykke2010-03-041-2/+18
* Update the uat_new documentation to match the actual function.Bill Meier2010-02-161-4/+8
* s/g_strdown/g_ascii_strdownJeff Morriss2009-09-131-1/+1
* More constification, fewer warnings.Guy Harris2009-04-201-14/+14
* Constify some items to squelch some compiler warnings in the WindowsGuy Harris2009-04-201-17/+17
* Clean up some P64 issues; we assume that no strings in UATs are biggerGuy Harris2009-03-161-8/+11
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-5/+5
* Don't use ep_strndup() to copy the uat protocol name, because the valueStig Bjørlykke2009-03-081-1/+1
* Add an additional "title" attribute for UAT fields; that's what'sGuy Harris2009-02-161-26/+29
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-1/+1
* (Temporary?) fix to get the Windows buildbot going again: remove constness fr...Jeff Morriss2008-08-051-2/+2
* Have some UAT helper functions copying the passed buffer beforeLuis Ontanon2008-08-051-5/+8
* Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke2008-03-061-0/+1
* Extend the UAT and preferences code so that you can use the "-o" flagGerald Combs2008-02-151-40/+56
* Add Luis' uat_get_table_by_name() to fetch SMI uat tables.Stig Bjørlykke2008-01-301-0/+1
* Free allocated data in prefs_reset, removed need for uat_reload_all and Stig Bjørlykke2008-01-191-1/+1
* This patch adds support for configuration profiles, which can be used toStig Bjørlykke2008-01-141-0/+1
* SNMP:Luis Ontanon2007-08-281-0/+1
* - epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the d...Luis Ontanon2007-05-251-6/+9
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-24/+24
* Fix some Solaris buildbot warningsStephen Fisher2007-04-131-1/+1
* Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon2007-04-031-0/+24
* Have the prototypes of uat_esc and uat_unesc available to packet-snmp.cLuis Ontanon2007-04-011-0/+5
* Fix management of lstrings in uat code so that arbitrary chars (even '\0's) c...Luis Ontanon2007-04-011-3/+3
* Initialize the description in UAT_FLD_PROTO().Guy Harris2007-02-191-1/+1
* Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon2007-02-121-19/+20
* Have the windows buildot compiling again.Luis Ontanon2007-02-081-0/+3
* UAT: filed definitions for proto (a dissector hanlde obtained by name)Luis Ontanon2007-02-071-21/+14
* MSVC does not like mixed declarations and codeLuis Ontanon2007-02-071-2/+27
* * Add a category param to the uat.Luis Ontanon2007-02-071-0/+4
* Add ENUM and HEXBYTES modesLuis Ontanon2007-02-071-33/+52
* * Add a help facility for UATsLuis Ontanon2007-02-051-0/+1