aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-03-11oids: fix this statement may fall through [-Werror=implicit-fallthrough] foun...Alexis La Goutte1-0/+4
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+2
2016-11-22Improve name resolution preference tooltips.Jaap Keuter1-6/+10
2016-08-02Fix checkAPI warning for printf.Michael Mann1-1/+2
2016-08-02Remove trailing "." from OID strings.Guy Harris1-0/+5
2016-07-31oids.c: Use wmem_strbuf instead of trying to accommodate snprintf.Michael Mann1-17/+6
2016-04-07Use faster string functions at startup.Gerald Combs1-4/+13
2016-01-07Remove constness from bytestring_to_str() [-Wcast-qual]João Valverde1-1/+1
2015-08-04MIB/OID Fix assertion in proto.c tmp_fld_check_assert().AndersBroman1-1/+1
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-4/+4
2015-01-23oids: fix memory leakEvan Huus1-1/+4
2015-01-19Convert OID APIs to use wmem.Michael Mann1-89/+126
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-4/+1
2015-01-07Remove bytestring_to_ep_strMichael Mann1-3/+5
2014-12-29Remove some proto_tree_add_text outside the dissector directory.Michael Mann1-3/+3
2014-10-28Use g_ascii_isalnum() rather than isalnum().Guy Harris1-2/+1
2014-04-11Fix unused variable warnings found by clang.Gerald Combs1-0/+3
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