aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_ascii_isalnum() rather than isalnum().Guy Harris2014-10-281-2/+1
* Fix unused variable warnings found by clang.Gerald Combs2014-04-111-0/+3
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-3/+3
* As spotted by Joerg; make a HFILL_INIT(hf) macro and use it to init the priva...Anders Broman2014-01-191-11/+4
* Don't cast away constness.Guy Harris2014-01-141-6/+6
* Fix a typo.Anders Broman2014-01-061-1/+1
* Try to fix warning: initializer element is not computable at load time.Anders Broman2014-01-061-19/+34
* First round converting OIDs from emem to wmem. Just internal functions so far.Evan Huus2013-12-231-19/+29
* Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus2013-12-191-3/+3
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* Fix several [-Wunused-const-variable] warnings (using '#if 0').Bill Meier2013-10-261-0/+2
* Add OID unit tests. Bug 9294 (https://bugs.wireshark.org/bugzilla/show_bug.c...Michael Mann2013-10-191-4/+10
* If the length we allocated was 0, don't try and write to the returned pointer.Evan Huus2013-10-161-5/+9
* Fix a length check in the OID code, we add an extra byte if is_first, not theEvan Huus2013-10-151-1/+3
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9246Evan Huus2013-10-101-15/+7
* Don't try and construct an OID string if the len is zero. FixesEvan Huus2013-10-081-3/+6
* Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann2013-10-061-3/+27
* From beroset@mindspring.com:Anders Broman2013-09-251-1/+1
* Use epan-scope memory for OIDs, cleaning up another ~100KB of valgrindEvan Huus2013-09-121-11/+4
* Remove what appear to be the last two instances of pe_tree. Could this be theEvan Huus2013-09-041-5/+5
* Restore inclusion of report_err.hJeff Morriss2013-07-151-0/+2
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-1/+0
* Fix the OID registration leaks.Evan Huus2013-07-141-7/+9
* Pretify dissection of date and Time.Anders Broman2013-06-121-1/+2
* Show DisplayString as a string.Anders Broman2013-06-111-1/+1
* Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss2013-04-091-5/+5
* [-Wmissing-prototypes]Anders Broman2013-03-211-7/+7
* From beroset:Anders Broman2013-03-151-14/+14
* Fixing CID 280433 and 280357.Jaap Keuter2013-01-141-8/+4
* Fix a bunch of warnings.Guy Harris2012-12-261-3/+3
* Do free overwritten names when registering oids. There was a comment claimingEvan Huus2012-10-271-2/+8
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Safely handle empty OIDs and other weird cases where we can't find a sub-id.Evan Huus2012-08-121-0/+9
* First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss2012-07-081-3/+3
* UATs could be put into "categories". The categories were defined onlyGuy Harris2012-07-081-41/+55
* Fix compilation of epan/oids.c without HAVE_LIBSMIJakub Zawadzki2012-07-061-7/+3
* From Michael Mann:Anders Broman2012-07-061-58/+90
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix ex "modeline" so it works;Bill Meier2011-09-211-1/+1
* From Dirk via bug 6361:Stig Bjørlykke2011-09-201-2/+2
* Squelch some compiler warnings.Guy Harris2011-06-161-1/+1
* Get rid of unused function.Guy Harris2011-05-181-8/+0
* Make some routines static that aren't used outside the source file inGuy Harris2011-05-171-2/+2
* This ain't C++; you have to put "void" in as the argument list ofGuy Harris2011-05-171-1/+1
* Cast away some clang errors about cast alignments that appear safe. Stephen Fisher2011-04-251-2/+2
* Fix clang error ("increases requird alignment from 1 to 8") by removingStephen Fisher2011-04-251-1/+1
* Corrected decoding of oid values with length 5.Stig Bjørlykke2011-03-211-5/+5
* Allow presentation of Gauge32 values larger than 0x7FFFFFFF.Jaap Keuter2011-01-201-6/+13
* Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris2010-10-291-1/+1