aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-12Safely handle empty OIDs and other weird cases where we can't find a sub-id.Evan Huus1-0/+9
2012-07-08First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss1-3/+3
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-41/+55
2012-07-06Fix compilation of epan/oids.c without HAVE_LIBSMIJakub Zawadzki1-7/+3
2012-07-06From Michael Mann:Anders Broman1-58/+90
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-20From Dirk via bug 6361:Stig Bjørlykke1-2/+2
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