aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-13Given the opportunity I check in the changes to snmp I got in this machine.lego1-18/+14
2007-08-28- turn some other TC from FT_BYTES to FT_STRING so that human-readable string...lego1-4/+9
2007-08-28Report loading failures to the userlego1-2/+25
2007-08-28SNMP:lego1-2/+4
2007-08-28Fix warnings "dereferencing type-punned pointer will break strict-aliasing ru...jake1-8/+8
2007-08-27Do not throw, some of this functions get called outside TRY blocks.lego1-11/+21
2007-08-27cast a guint64 down to guint32 before assignment to get windows build runninglego1-1/+1
2007-08-27Fixed an ep_ buffer overflow (off by one) in oid_subid2string()lego1-5/+20
2007-08-27Get rid of extra newlines at the end of epan/oids.h, and give one ofguy1-1/+1
2007-08-27- packet-snmp(-template).clego1-52/+88
2007-08-26Give the files its propper titlelego1-6/+8
2007-08-25Turns out that smiGetMinSize() and smiGetMaxSize() exists only in libsmi's HE...lego1-4/+33
2007-08-25get libsmi into the picturelego1-6/+12
2007-08-25replace oid_to_str_buf() and oid_to_str()lego1-5/+21
2007-08-25Initialize to zero all subids in oid_string2subid() to avoid creating bogus o...lego1-4/+9
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-54/+112
2007-08-24fix 'unused variable' warningrichardv1-0/+3