Add ws_load_library and ws_module_open, which respectively call
[obnox/wireshark/wip.git] / epan / range.c
2009-04-24 wmeierrange.c: ep_strbuf_new("") ==> ep_strbuf_new(NULL);
2009-04-08 geraldMore size_t fixes. Use a string buffer in range.c.
2009-01-20 geraldUse the correct data type for the range string in the...
2008-06-03 guyWe require GLib 2.4 or later, and they define G_MININT3...
2006-05-21 sahlbergname change
2005-09-01 sahlbergconvert to g_snprintf()
2004-10-17 guyHave "range_convert_range()" dynamically allocate a...
2004-10-16 guyRemove the fixed maximum number of subranges in a range...
2004-10-16 guyMake the nranges member of a range_t be the number...
2004-10-14 guyFrom Jeff Morriss: PREF_RANGE preference type, for...
2004-09-04 guyWe don't need "globals.h"; don't include it.
2004-09-04 guySplit the pure range stuff out into separate files...