| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the minimum supported GLib version 2.16. | Gerald Combs | 2013-05-20 | 1 | -5/+0 |
* | Add WS_DLL_PUBLIC to all functions declared here. | Guy Harris | 2013-05-03 | 1 | -0/+6 |
* | Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters. | Evan Huus | 2013-04-26 | 1 | -2/+2 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 1 | -0/+20 |
* | Fix spelling/typos found using a list of commonly misspelled words. | Bill Meier | 2013-02-26 | 1 | -3/+3 |
* | Fix a bunch of warnings. | Guy Harris | 2012-12-26 | 1 | -1/+1 |
* | g_strcmp0 first occures in GLIB 2.16 define it localy if it does not exist | Anders Broman | 2012-10-22 | 1 | -0/+8 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Add 'extern "C"' wrappers and #include guards to various header files. | Gerald Combs | 2011-12-29 | 1 | -0/+8 |
* | Change ws_strdup_escape_underscore() function to be more general, by | Stephen Fisher | 2011-04-13 | 1 | -8/+10 |
* | Doxygen changes. | Anders Broman | 2010-08-29 | 1 | -3/+14 |
* | From Edgar Gladkich: | Gerald Combs | 2010-05-27 | 1 | -0/+11 |
* | Move underscore escaping/unscaping function to strutil.c; | Gerasimos Dimitriadis | 2010-01-26 | 1 | -0/+16 |
* | Move IA5_7BIT_decode to strutil.c | Anders Broman | 2009-10-23 | 1 | -0/+3 |
* | From Didier Gautheron: | Anders Broman | 2009-08-19 | 1 | -0/+3 |
* | Add a couple of size_t casts to packet-dnp.c. | Gerald Combs | 2009-03-30 | 1 | -2/+2 |
* | Add a string utility function "string_or_null" which can be used to | Gerald Combs | 2009-02-17 | 1 | -0/+7 |
* | Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x. | Guy Harris | 2008-04-29 | 1 | -25/+0 |
* | add a g_byte_array_sized_new() helper if we compile for glib < 2 | Ronnie Sahlberg | 2007-11-06 | 1 | -0/+5 |
* | Apply yet another set of the optimization patches: | Anders Broman | 2007-10-27 | 1 | -1/+1 |
* | Apply yet another set of the optimization patches: | Anders Broman | 2007-10-26 | 1 | -0/+1 |
* | From: Gisle Vanem | Luis Ontanon | 2007-02-07 | 1 | -0/+10 |
* | Fix compilation problems under Windows. In the GTK code, convert SSIDs | Gerald Combs | 2007-01-11 | 1 | -1/+17 |
* | Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal() | Gerald Combs | 2007-01-11 | 1 | -1/+35 |
* | gtk1 does not provide g_ascii_isxdigit so provide it through strutil.h instead | Ronnie Sahlberg | 2006-12-29 | 1 | -1/+7 |
* | Add support for reading from stdin under Windows. Based on a patch sent | Gerald Combs | 2006-09-22 | 1 | -24/+2 |
* | New rutine tvb_format_text_wsp() which will change "whiite space" characters ... | Anders Broman | 2006-06-19 | 1 | -0/+2 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Use Unicode for all native Win32 calls. Unicode Windows applications | Gerald Combs | 2006-03-08 | 1 | -0/+22 |
* | create a real function to emulate g_strlcat() for GTK<2 | Ronnie Sahlberg | 2006-02-23 | 1 | -8/+1 |
* | new field type FT_OID for OBJECT IDENTIFIERs | Tomas Kukosa | 2005-12-02 | 1 | -0/+9 |
* | g_strlcat() and g_ascii_isprint() don't exist in GTK+ at all - they | Guy Harris | 2005-11-17 | 1 | -5/+5 |
* | add a g_ascii_isprint() macro so that this symbol can be used for gtk1 platfo... | Ronnie Sahlberg | 2005-11-16 | 1 | -0/+8 |
* | add a simple g_strlcat define in strutil for gtk==1 where this symbol doe... | Ronnie Sahlberg | 2005-11-16 | 1 | -0/+12 |
* | fix doxygen tags | Ulf Lamping | 2004-10-27 | 1 | -1/+1 |
* | Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.c | Gerald Combs | 2004-08-13 | 1 | -0/+19 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Add a "force_separators" parameter to hex_str_to_bytes so that it's | Gerald Combs | 2004-06-06 | 1 | -4/+85 |
* | Add an XML escaping routine: xml_escape() | Olivier Biot | 2004-05-01 | 1 | -1/+2 |
* | Change the first arg to hex_str_to_bytes from guchar* -> char* | Jörg Mayer | 2004-01-25 | 1 | -2/+2 |
* | "hex_str_to_bytes()" modifies the GByteArray supplied to it, so don't | Guy Harris | 2003-12-29 | 1 | -2/+2 |
* | Pull most of bytes_from_unparsed() into a new routine, | Gerald Combs | 2003-12-29 | 1 | -1/+2 |
* | Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). | Gilbert Ramirez | 2003-08-27 | 1 | -1/+4 |
* | Use FLT_DIG and DBL_DIG from float.h to create printf-style print format | Gilbert Ramirez | 2003-07-04 | 1 | -1/+6 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -14/+6 |
* | WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's | Guy Harris | 2002-06-23 | 1 | -5/+4 |
* | Enable FT_BYTES dfiltering, from Ed Warnicke. | Gilbert Ramirez | 2000-12-22 | 1 | -2/+2 |
* | Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a | Guy Harris | 2000-11-13 | 1 | -2/+2 |
* | Tvbuffify the SAP and SDP dissectors. | Guy Harris | 2000-11-10 | 1 | -3/+1 |