aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-3/+3
2014-01-19As spotted by Joerg; make a HFILL_INIT(hf) macro and use it to init the priva...Anders Broman1-11/+4
2014-01-14Don't cast away constness.Guy Harris1-6/+6
2014-01-06Fix a typo.Anders Broman1-1/+1
2014-01-06Try to fix warning: initializer element is not computable at load time.Anders Broman1-19/+34
2013-12-23First round converting OIDs from emem to wmem. Just internal functions so far.Evan Huus1-19/+29
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-3/+3
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-26Fix several [-Wunused-const-variable] warnings (using '#if 0').Bill Meier1-0/+2
2013-10-19Add OID unit tests. Bug 9294 (https://bugs.wireshark.org/bugzilla/show_bug.c...Michael Mann1-4/+10
2013-10-16If the length we allocated was 0, don't try and write to the returned pointer.Evan Huus1-5/+9
2013-10-15Fix a length check in the OID code, we add an extra byte if is_first, not theEvan Huus1-1/+3
2013-10-10From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9246Evan Huus1-15/+7
2013-10-08Don't try and construct an OID string if the len is zero. FixesEvan Huus1-3/+6
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-3/+27
2013-09-25From beroset@mindspring.com:Anders Broman1-1/+1
2013-09-12Use epan-scope memory for OIDs, cleaning up another ~100KB of valgrindEvan Huus1-11/+4
2013-09-04Remove what appear to be the last two instances of pe_tree. Could this be theEvan Huus1-5/+5
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