aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-09-20From Dirk via bug 6361:stig1-2/+2
2011-06-16Squelch some compiler warnings.guy1-1/+1
2011-05-18Get rid of unused function.guy1-8/+0
2011-05-17Make some routines static that aren't used outside the source file inguy1-2/+2
2011-05-17This ain't C++; you have to put "void" in as the argument list ofguy1-1/+1
2011-04-25Cast away some clang errors about cast alignments that appear safe. sfisher1-2/+2
2011-04-25Fix clang error ("increases requird alignment from 1 to 8") by removingsfisher1-1/+1
2011-03-21Corrected decoding of oid values with length 5.stig1-5/+5
2011-01-20Allow presentation of Gauge32 values larger than 0x7FFFFFFF.jake1-6/+13
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofguy1-1/+1
2010-09-29Fix the libsmi workaround by adding missing brackets.rbalint1-2/+2
2010-03-17Fix crash when opening About box with disabled OID resolution.rbalint1-0/+5
2010-03-07Use strtok_s on windows and strtok_r otherwise.etxrab1-2/+7
2010-03-04From LEGO via bug 3459:stig1-0/+2
2010-03-03Disable OID resolution and loading SMI modules by default.rbalint1-9/+44
2010-02-27Constify.guy1-0/+12
2009-12-24Add NULL pointer checks. Fixes the fuzz crash in bug 4351.gerald1-1/+1
2009-12-12Suggest solutions on the missing MIBs popup window.rbalint1-1/+4
2009-11-23Add /usr/share/snmp/mibs to MIB search path on !Win32 platforms, not just on ...rbalint1-2/+0
2009-11-13On OS X, prepend /usr/share/snmp/mibs to the SMI path. Partial fix forgerald1-6/+9
2009-10-18Made some functions static.stig1-2/+2
2009-09-29Removed unused variable 'bytes' in oid_subid2encoded.stig1-2/+1
2009-09-29Ensure we don't dereference a null pointer.stig1-1/+1
2009-07-08From Kovarththanan Rajaratnam:stig1-4/+6
2009-06-24From Kovarththanan Rajaratnam:stig1-2/+2
2009-03-17Use smiFree for libsmi >= v 0.4.8; Also: sprintf->g_snprintfwmeier1-15/+15
2009-03-13From Jakub Zawadzki (bug 3331):stig1-1/+1
2009-03-07Use UAT_FLD_PATHNAME for paths.stig1-1/+1
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sguy1-2/+2
2008-11-10From Paul Stath:etxrab1-1/+1
2008-09-02Fix a few Emacs "file variables" to have "safe" values.wmeier1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-1/+1
2008-05-05Fix some of the Errors/warnings detected by checkapi,etxrab1-5/+5
2008-04-22Fix Dissector bug, protocol SNMP: proto.c:932: failed assertionetxrab1-1/+1
2008-04-21TimeTicks ::= [APPLICATION 3] IMPLICIT INTEGER (0..4294967295)etxrab1-1/+6
2008-04-21TimeStamp are derived from timeticks_type (See SNMPv2-TC).etxrab1-1/+1
2008-03-19Windows: use free() only if vc6 (as suggested by Peter Johansson);wmeier1-16/+30
2008-03-19Avoid calling some free() on WIN32 on memory that may be allocated instig1-0/+12
2008-03-17oid_get_default_mib_path() is present in libwireshark.def. Make sure it'sgerald1-3/+5
2008-03-06Added an option to uat_new() to set if configuration shall be saved in thestig1-0/+2
2008-03-06Added yet another free().stig1-0/+1
2008-03-05Free return value from smiRenderType, smiRenderOID, smiGetPath,stig1-25/+38
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.stig1-2/+2
2008-01-18Move libsmi settings from virtual mibs protocol page to name resolution page.jake1-14/+2
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-1/+1
2007-12-11Don't free memory that we're going to use later.gerald1-1/+2
2007-12-07Fix a typo.gerald1-2/+1
2007-12-04Only define oid_get_default_mib_path() if we have libsmi.guy1-1/+3
2007-12-04Add an oid_get_default_mib_path() function, and use it to display the MIBgerald1-152/+181