aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-15Restore inclusion of report_err.hJeff Morriss1-0/+2
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
2013-07-14Fix the OID registration leaks.Evan Huus1-7/+9
2013-06-12Pretify dissection of date and Time.Anders Broman1-1/+2
2013-06-11Show DisplayString as a string.Anders Broman1-1/+1
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-5/+5
2013-03-21[-Wmissing-prototypes]Anders Broman1-7/+7
2013-03-15From beroset:Anders Broman1-14/+14
2013-01-14Fixing CID 280433 and 280357.Jaap Keuter1-8/+4
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+3
2012-10-27Do free overwritten names when registering oids. There was a comment claimingEvan Huus1-2/+8
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