aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids_test.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-26Move wmem to wsutilJoão Valverde1-2/+2
2021-06-19Replace g_assert() with ws_assert()João Valverde1-0/+1
2021-03-05Replace g_assert() with g_assert_true() for testingJoão Valverde1-37/+37
2020-07-01tests: Try to squelch [-Wpointer-sign] warnings.Anders Broman1-7/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-02Test: Disable compilation warnings.Gerald Combs1-0/+4
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2016-01-06oids_test.c - Fix compile errorMichael Mann1-1/+1
2015-01-19Convert OID APIs to use wmem.Michael Mann1-53/+78
2015-01-18This file currently does need emem.h.Guy Harris1-0/+5
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-5/+0
2014-06-19Removed SVN Id from epan dir.Dario Lombardo1-2/+0
2014-06-19Fix warnings in test binariesEvan Huus1-4/+4
2013-12-23First round converting OIDs from emem to wmem. Just internal functions so far.Evan Huus1-5/+9
2013-10-26From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9330:Pascal Quantin1-1/+35
2013-10-20Don't use g_assert_cmpint, it isn't happy on Windows. g_assert is nearly as goodEvan Huus1-43/+43
2013-10-19Add OID unit tests. Bug 9294 (https://bugs.wireshark.org/bugzilla/show_bug.c...Michael Mann1-0/+481