aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids_test.c
AgeCommit message (Expand)AuthorFilesLines
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