aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-16Squelch some compiler warnings.Guy Harris1-1/+1
2011-05-18Get rid of unused function.Guy Harris1-8/+0
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris1-2/+2
2011-05-17This ain't C++; you have to put "void" in as the argument list ofGuy Harris1-1/+1
2011-04-25Cast away some clang errors about cast alignments that appear safe. Stephen Fisher1-2/+2
2011-04-25Fix clang error ("increases requird alignment from 1 to 8") by removingStephen Fisher1-1/+1
2011-03-21Corrected decoding of oid values with length 5.Stig Bjørlykke1-5/+5
2011-01-20Allow presentation of Gauge32 values larger than 0x7FFFFFFF.Jaap Keuter1-6/+13
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-09-29Fix the libsmi workaround by adding missing brackets.Balint Reczey1-2/+2
2010-03-17Fix crash when opening About box with disabled OID resolution.Balint Reczey1-0/+5
2010-03-05From LEGO via bug 2309:Stig Bjørlykke1-2/+7
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+2
2010-03-03Disable OID resolution and loading SMI modules by default.Balint Reczey1-9/+44
2010-02-26From Vincent Bernat <bernat@debian.org>:Balint Reczey1-1/+1
2010-02-25Prevent potential crash in libsmi.Balint Reczey1-0/+12
2009-12-24Add NULL pointer checks. Fixes the fuzz crash in bug 4351.Gerald Combs1-1/+1
2009-12-12Suggest solutions on the missing MIBs popup window.Balint Reczey1-1/+4
2009-11-23Add /usr/share/snmp/mibs to MIB search path on !Win32 platforms, not just on ...Balint Reczey1-2/+0
2009-11-13On OS X, prepend /usr/share/snmp/mibs to the SMI path. Partial fix forGerald Combs1-6/+9
2009-10-18Made some functions static.Stig Bjørlykke1-2/+2
2009-09-29Removed unused variable 'bytes' in oid_subid2encoded.Stig Bjørlykke1-2/+1
2009-09-29Ensure we don't dereference a null pointer.Stig Bjørlykke1-1/+1
2009-07-08From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+6
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-03-17Use smiFree for libsmi >= v 0.4.8; Also: sprintf->g_snprintfBill Meier1-15/+15
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-1/+1
2009-03-07Use UAT_FLD_PATHNAME for paths.Stig Bjørlykke1-1/+1
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-2/+2
2008-11-10From Paul Stath:Anders Broman1-1/+1
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-05Fix some of the Errors/warnings detected by checkapi,Anders Broman1-5/+5
2008-04-22Fix Dissector bug, protocol SNMP: proto.c:932: failed assertionAnders Broman1-1/+1
2008-04-21TimeTicks ::= [APPLICATION 3] IMPLICIT INTEGER (0..4294967295)Anders Broman1-1/+6
2008-04-21TimeStamp are derived from timeticks_type (See SNMPv2-TC).Anders Broman1-1/+1
2008-03-19Windows: use free() only if vc6 (as suggested by Peter Johansson);Bill Meier1-16/+30
2008-03-19Avoid calling some free() on WIN32 on memory that may be allocated inStig Bjørlykke1-0/+12
2008-03-17oid_get_default_mib_path() is present in libwireshark.def. Make sure it'sGerald Combs1-3/+5
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+2
2008-03-06Added yet another free().Stig Bjørlykke1-0/+1
2008-03-05Free return value from smiRenderType, smiRenderOID, smiGetPath,Stig Bjørlykke1-25/+38
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.Stig Bjørlykke1-2/+2
2008-01-18Move libsmi settings from virtual mibs protocol page to name resolution page.Jaap Keuter1-14/+2
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-1/+1
2007-12-11Don't free memory that we're going to use later.Gerald Combs1-1/+2
2007-12-07Fix a typo.Gerald Combs1-2/+1
2007-12-04Only define oid_get_default_mib_path() if we have libsmi.Guy Harris1-1/+3
2007-12-04Add an oid_get_default_mib_path() function, and use it to display the MIBGerald Combs1-152/+181
2007-09-13Given the opportunity I check in the changes to snmp I got in this machine.Luis Ontanon1-18/+14