I've been running test cases (functionality, boundary conditions & etc) for the ep_strbuf functions.
I've found some problems which I'm in the midst of fixing. Examples: ep_strbuf_append_printf(...) after an ep_strbuf_sized_new(m,n) doesn't actually append anything. (This causes, for instance, time_msecs_to_str in to_str.c to not work). ep_strbuf_new_label(<string>) truncates the last character of <string> if the length of <string> is equal to or longer than the DEFAULT_STRBUF_LEN. ... Bill ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
