aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
Commit message (Expand)AuthorAgeFilesLines
* Add NULL pointer checks. Fixes the fuzz crash in bug 4351.Gerald Combs2009-12-241-1/+1
* Suggest solutions on the missing MIBs popup window.Balint Reczey2009-12-121-1/+4
* Add /usr/share/snmp/mibs to MIB search path on !Win32 platforms, not just on ...Balint Reczey2009-11-231-2/+0
* On OS X, prepend /usr/share/snmp/mibs to the SMI path. Partial fix forGerald Combs2009-11-131-6/+9
* Made some functions static.Stig Bjørlykke2009-10-181-2/+2
* Removed unused variable 'bytes' in oid_subid2encoded.Stig Bjørlykke2009-09-291-2/+1
* Ensure we don't dereference a null pointer.Stig Bjørlykke2009-09-291-1/+1
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-081-4/+6
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-241-2/+2
* Use smiFree for libsmi >= v 0.4.8; Also: sprintf->g_snprintfBill Meier2009-03-171-15/+15
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-1/+1
* Use UAT_FLD_PATHNAME for paths.Stig Bjørlykke2009-03-071-1/+1
* Add an additional "title" attribute for UAT fields; that's what'sGuy Harris2009-02-161-2/+2
* From Paul Stath:Anders Broman2008-11-101-1/+1
* Fix a few Emacs "file variables" to have "safe" values.Bill Meier2008-09-021-1/+1
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-1/+1
* Fix some of the Errors/warnings detected by checkapi,Anders Broman2008-05-051-5/+5
* Fix Dissector bug, protocol SNMP: proto.c:932: failed assertionAnders Broman2008-04-221-1/+1
* TimeTicks ::= [APPLICATION 3] IMPLICIT INTEGER (0..4294967295)Anders Broman2008-04-211-1/+6
* TimeStamp are derived from timeticks_type (See SNMPv2-TC).Anders Broman2008-04-211-1/+1
* Windows: use free() only if vc6 (as suggested by Peter Johansson);Bill Meier2008-03-191-16/+30
* Avoid calling some free() on WIN32 on memory that may be allocated inStig Bjørlykke2008-03-191-0/+12
* oid_get_default_mib_path() is present in libwireshark.def. Make sure it'sGerald Combs2008-03-171-3/+5
* Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke2008-03-061-0/+2
* Added yet another free().Stig Bjørlykke2008-03-061-0/+1
* Free return value from smiRenderType, smiRenderOID, smiGetPath,Stig Bjørlykke2008-03-051-25/+38
* Add Luis' uat_get_table_by_name() to fetch SMI uat tables.Stig Bjørlykke2008-01-301-2/+2
* Move libsmi settings from virtual mibs protocol page to name resolution page.Jaap Keuter2008-01-181-14/+2
* This patch adds support for configuration profiles, which can be used toStig Bjørlykke2008-01-141-1/+1
* Don't free memory that we're going to use later.Gerald Combs2007-12-111-1/+2
* Fix a typo.Gerald Combs2007-12-071-2/+1
* Only define oid_get_default_mib_path() if we have libsmi.Guy Harris2007-12-041-1/+3
* Add an oid_get_default_mib_path() function, and use it to display the MIBGerald Combs2007-12-041-152/+181
* Given the opportunity I check in the changes to snmp I got in this machine.Luis Ontanon2007-09-131-18/+14
* - turn some other TC from FT_BYTES to FT_STRING so that human-readable string...Luis Ontanon2007-08-281-4/+9
* Report loading failures to the userLuis Ontanon2007-08-281-2/+25
* SNMP:Luis Ontanon2007-08-281-2/+4
* Fix warnings "dereferencing type-punned pointer will break strict-aliasing ru...Jaap Keuter2007-08-281-8/+8
* Do not throw, some of this functions get called outside TRY blocks.Luis Ontanon2007-08-271-11/+21
* cast a guint64 down to guint32 before assignment to get windows build runningLuis Ontanon2007-08-271-1/+1
* Fixed an ep_ buffer overflow (off by one) in oid_subid2string()Luis Ontanon2007-08-271-5/+20
* Get rid of extra newlines at the end of epan/oids.h, and give one ofGuy Harris2007-08-271-1/+1
* - packet-snmp(-template).cLuis Ontanon2007-08-271-52/+88
* Give the files its propper titleLuis Ontanon2007-08-261-6/+8
* Turns out that smiGetMinSize() and smiGetMaxSize() exists only in libsmi's HE...Luis Ontanon2007-08-251-4/+33
* get libsmi into the pictureLuis Ontanon2007-08-251-6/+12
* replace oid_to_str_buf() and oid_to_str()Luis Ontanon2007-08-251-5/+21
* Initialize to zero all subids in oid_string2subid() to avoid creating bogus o...Luis Ontanon2007-08-251-4/+9
* get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon2007-08-251-54/+112
* fix 'unused variable' warningRichard van der Hoff2007-08-241-0/+3