| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some Solaris buildbot warnings | Stephen Fisher | 2007-04-13 | 1 | -3/+3 |
* | From: Gisle Vanem | Luis Ontanon | 2007-02-07 | 1 | -0/+14 |
* | From Sebastien Tandel: | Stephen Fisher | 2007-02-04 | 1 | -1/+2 |
* | Allow byte strings (FT_BYTES) to have four digits seperated by - : and . | Stephen Fisher | 2007-02-01 | 1 | -11/+49 |
* | Fix a key preference crash bug. Improve WPA passphrase and SSID length | Gerald Combs | 2007-01-25 | 1 | -1/+0 |
* | GLib 1.2 doesn't have g_strlcpy(), so don't use it. | Gerald Combs | 2007-01-15 | 1 | -3/+6 |
* | Fix compilation problems under Windows. In the GTK code, convert SSIDs | Gerald Combs | 2007-01-11 | 1 | -3/+74 |
* | Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal() | Gerald Combs | 2007-01-11 | 1 | -0/+86 |
* | In the 802.11 dissector, mark the "wep_keys" preference as obsolete, | Gerald Combs | 2006-10-18 | 1 | -0/+3 |
* | Add support for reading from stdin under Windows. Based on a patch sent | Gerald Combs | 2006-09-22 | 1 | -88/+1 |
* | New rutine tvb_format_text_wsp() which will change "whiite space" characters ... | Anders Broman | 2006-06-19 | 1 | -5/+114 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Put a newline at the end of the file. | Guy Harris | 2006-05-18 | 1 | -1/+1 |
* | Properly grow our buffers for utf_8to16(). | Gerald Combs | 2006-04-27 | 1 | -1/+1 |
* | Use Unicode for all native Win32 calls. Unicode Windows applications | Gerald Combs | 2006-03-08 | 1 | -0/+91 |
* | Remove a case statement which can never be reached, because the | Gilbert Ramirez | 2006-03-07 | 1 | -5/+0 |
* | create a real function to emulate g_strlcat() for GTK<2 | Ronnie Sahlberg | 2006-02-23 | 1 | -0/+14 |
* | Squelch a GCC complaint. | Guy Harris | 2005-12-04 | 1 | -0/+1 |
* | new field type FT_OID for OBJECT IDENTIFIERs | Tomas Kukosa | 2005-12-02 | 1 | -0/+57 |
* | replace some more silly rotating buffers with ep_alloc() calls | Ronnie Sahlberg | 2005-08-17 | 1 | -6/+2 |
* | Change number of bytes displayed in bytes_to_string to 48 to facilitate displ... | Anders Broman | 2004-11-28 | 1 | -1/+1 |
* | Have the usual three separate buffers for "format_text()", so that it | Guy Harris | 2004-10-29 | 1 | -23/+26 |
* | Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.c | Gerald Combs | 2004-08-13 | 1 | -0/+110 |
* | 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 | -7/+5 |
* | GLib 1.2[.x]'s "g_string_free()" doesn't return a value. | Guy Harris | 2004-05-01 | 1 | -1/+13 |
* | Add an XML escaping routine: xml_escape() | Olivier Biot | 2004-05-01 | 1 | -1/+40 |
* | We can't test the GTK+ version in dissectors or libethereal code, as | Guy Harris | 2004-02-05 | 1 | -2/+6 |
* | Add consts to fix 'cast discards qualifiers from pointer target type' | Jörg Mayer | 2004-02-01 | 1 | -3/+3 |
* | 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/+92 |
* | Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX or | Guy Harris | 2003-12-24 | 1 | -7/+7 |
* | Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). | Gilbert Ramirez | 2003-08-27 | 1 | -1/+32 |
* | From Chris Heath: fix up the check for printable ASCII done on Windows | Guy Harris | 2003-08-01 | 1 | -13/+14 |
* | From Ronald Henderson: make "format_text()", on Windows, escape all | Guy Harris | 2002-12-31 | 1 | -3/+15 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -6/+6 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -10/+10 |
* | Enable FT_BYTES dfiltering, from Ed Warnicke. | Gilbert Ramirez | 2000-12-22 | 1 | -1/+13 |
* | Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a | Guy Harris | 2000-11-13 | 1 | -1/+39 |
* | Tvbuffify the SAP and SDP dissectors. | Guy Harris | 2000-11-10 | 1 | -31/+1 |
* | Support for embedded newlines in SDP fields, from Robert Tsai. | Guy Harris | 2000-11-09 | 1 | -1/+31 |
* | If a line consists *solely* of an LF, set "*eol" to point to the LF. | Guy Harris | 2000-09-30 | 1 | -1/+6 |
* | Dynamically grow the buffer used by "format_text()", rather than cutting | Guy Harris | 2000-09-29 | 1 | -24/+37 |
* | First step in moving core Ethereal routines to libepan. | Gilbert Ramirez | 2000-09-27 | 1 | -0/+222 |