Constify.
[obnox/wireshark/wip.git] / epan / oids.c
2010-02-27 guyConstify.
2009-12-24 geraldAdd NULL pointer checks. Fixes the fuzz crash in bug...
2009-12-12 rbalintSuggest solutions on the missing MIBs popup window.
2009-11-23 rbalintAdd /usr/share/snmp/mibs to MIB search path on !Win32...
2009-11-13 geraldOn OS X, prepend /usr/share/snmp/mibs to the SMI path...
2009-10-18 stigMade some functions static.
2009-09-29 stigRemoved unused variable 'bytes' in oid_subid2encoded.
2009-09-29 stigEnsure we don't dereference a null pointer.
2009-07-08 stigFrom Kovarththanan Rajaratnam:
2009-06-24 stigFrom Kovarththanan Rajaratnam:
2009-03-17 wmeierUse smiFree for libsmi >= v 0.4.8; Also: sprintf->g_snp...
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-03-07 stigUse UAT_FLD_PATHNAME for paths.
2009-02-16 guyAdd an additional "title" attribute for UAT fields...
2008-11-10 etxrabFrom Paul Stath:
2008-09-02 wmeierFix a few Emacs "file variables" to have "safe" values.
2008-08-05 legoluis.ontanon@gmail.com => luis@ontanon.org
2008-05-05 etxrabFix some of the Errors/warnings detected by checkapi,
2008-04-22 etxrabFix Dissector bug, protocol SNMP: proto.c:932: failed...
2008-04-21 etxrabTimeTicks ::= [APPLICATION 3] IMPLICIT INTEGER (0....
2008-04-21 etxrabTimeStamp are derived from timeticks_type (See SNMPv2...
2008-03-19 wmeierWindows: use free() only if vc6 (as suggested by Peter...
2008-03-19 stigAvoid calling some free() on WIN32 on memory that may...
2008-03-17 geraldoid_get_default_mib_path() is present in libwireshark...
2008-03-06 stigAdded an option to uat_new() to set if configuration...
2008-03-06 stigAdded yet another free().
2008-03-05 stigFree return value from smiRenderType, smiRenderOID...
2008-01-30 stigAdd Luis' uat_get_table_by_name() to fetch SMI uat...
2008-01-18 jakeMove libsmi settings from virtual mibs protocol page...
2008-01-14 stigThis patch adds support for configuration profiles...
2007-12-11 geraldDon't free memory that we're going to use later.
2007-12-07 geraldFix a typo.
2007-12-04 guyOnly define oid_get_default_mib_path() if we have libsmi.
2007-12-04 geraldAdd an oid_get_default_mib_path() function, and use...
2007-09-13 legoGiven the opportunity I check in the changes to snmp...
2007-08-28 lego- turn some other TC from FT_BYTES to FT_STRING so...
2007-08-28 legoReport loading failures to the user
2007-08-28 legoSNMP:
2007-08-28 jakeFix warnings "dereferencing type-punned pointer will...
2007-08-27 legoDo not throw, some of this functions get called outside...
2007-08-27 legocast a guint64 down to guint32 before assignment to...
2007-08-27 legoFixed an ep_ buffer overflow (off by one) in oid_subid2...
2007-08-27 guyGet rid of extra newlines at the end of epan/oids.h...
2007-08-27 lego- packet-snmp(-template).c
2007-08-26 legoGive the files its propper title
2007-08-25 legoTurns out that smiGetMinSize() and smiGetMaxSize()...
2007-08-25 legoget libsmi into the picture
2007-08-25 legoreplace oid_to_str_buf() and oid_to_str()
2007-08-25 legoInitialize to zero all subids in oid_string2subid(...
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-08-24 richardvfix 'unused variable' warning
2007-08-24 legoAnother iteration, the new code is almost there, We...
2007-08-23 legoImplement Resolution of conceptual table indexing
2007-08-22 legoPrepare the oids dataset for managing conceptual table...
2007-08-21 legoA further iteration in the code, things start to look...
2007-08-19 legoFiltering on snmp variables starts to work so I put...
2007-08-16 lego- It's just-a-bad-idea(tm) to redefine anything from...
2007-08-15 legoI'm at the end of the second iteration, so far this...