aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+17
2013-02-17Remove C++ incompatibilities in c1222 dissector.Michael Mann1-2/+2
2013-02-08Constify the second argument to uat_load(), to squelch some warnings.Guy Harris1-1/+1
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-10/+10
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-8/+9
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-03Fix a typo.Anders Broman1-1/+1
2012-03-30Recreate the packet list when changing UAT for header fields.Stig Bjørlykke1-0/+1
2012-01-25Fix usage of g_ascii_strdown() and g_ascii_strup() - they do *not*Guy Harris1-1/+4
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-3/+3
2011-09-20From Dirk via bug 6361:Stig Bjørlykke1-6/+20
2010-10-30Set maximum value for UAT range in fld_data, not cbdata.chk/set/tostr.Stig Bjørlykke1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-06-28Introduce an Object Identifier field macro, together with an appropriate fieldGraeme Lunt1-0/+23
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-2/+18
2010-02-16Update the uat_new documentation to match the actual function.Bill Meier1-4/+8
2009-09-13s/g_strdown/g_ascii_strdownJeff Morriss1-1/+1
2009-04-20More constification, fewer warnings.Guy Harris1-14/+14
2009-04-20Constify some items to squelch some compiler warnings in the WindowsGuy Harris1-17/+17
2009-03-16Clean up some P64 issues; we assume that no strings in UATs are biggerGuy Harris1-8/+11
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-5/+5
2009-03-08Don't use ep_strndup() to copy the uat protocol name, because the valueStig Bjørlykke1-1/+1
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-26/+29
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-08-05(Temporary?) fix to get the Windows buildbot going again: remove constness fr...Jeff Morriss1-2/+2
2008-08-05Have some UAT helper functions copying the passed buffer beforeLuis Ontanon1-5/+8
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+1
2008-02-15Extend the UAT and preferences code so that you can use the "-o" flagGerald Combs1-40/+56
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.Stig Bjørlykke1-0/+1
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and Stig Bjørlykke1-1/+1
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+1
2007-08-28SNMP:Luis Ontanon1-0/+1
2007-05-25- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the d...Luis Ontanon1-6/+9
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-24/+24
2007-04-13Fix some Solaris buildbot warningsStephen Fisher1-1/+1
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-0/+24
2007-04-01Have the prototypes of uat_esc and uat_unesc available to packet-snmp.cLuis Ontanon1-0/+5
2007-04-01Fix management of lstrings in uat code so that arbitrary chars (even '\0's) c...Luis Ontanon1-3/+3
2007-02-19Initialize the description in UAT_FLD_PROTO().Guy Harris1-1/+1
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon1-19/+20
2007-02-08Have the windows buildot compiling again.Luis Ontanon1-0/+3
2007-02-07UAT: filed definitions for proto (a dissector hanlde obtained by name)Luis Ontanon1-21/+14
2007-02-07MSVC does not like mixed declarations and codeLuis Ontanon1-2/+27
2007-02-07* Add a category param to the uat.Luis Ontanon1-0/+4
2007-02-07Add ENUM and HEXBYTES modesLuis Ontanon1-33/+52
2007-02-05* Add a help facility for UATsLuis Ontanon1-0/+1
2007-02-03second iteration:Luis Ontanon1-55/+176
2007-01-29svn:ignore uat_load.cLuis Ontanon1-1/+2
2007-01-29now it is operational.Luis Ontanon1-1/+20