aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-25Fix a key preference crash bug. Improve WPA passphrase and SSID lengthGerald Combs1-1/+0
2007-01-15GLib 1.2 doesn't have g_strlcpy(), so don't use it.Gerald Combs1-3/+6
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs1-3/+74
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs1-0/+86
2006-10-18In the 802.11 dissector, mark the "wep_keys" preference as obsolete,Gerald Combs1-0/+3
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-88/+1
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ...Anders Broman1-5/+114
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-18Put a newline at the end of the file.Guy Harris1-1/+1
2006-04-27Properly grow our buffers for utf_8to16().Gerald Combs1-1/+1
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs1-0/+91
2006-03-07Remove a case statement which can never be reached, because theGilbert Ramirez1-5/+0
2006-02-23create a real function to emulate g_strlcat() for GTK<2Ronnie Sahlberg1-0/+14
2005-12-04Squelch a GCC complaint.Guy Harris1-0/+1
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-0/+57
2005-08-17replace some more silly rotating buffers with ep_alloc() callsRonnie Sahlberg1-6/+2
2004-11-28Change number of bytes displayed in bytes_to_string to 48 to facilitate displ...Anders Broman1-1/+1
2004-10-29Have the usual three separate buffers for "format_text()", so that itGuy Harris1-23/+26
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs1-0/+110
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-06Add a "force_separators" parameter to hex_str_to_bytes so that it'sGerald Combs1-7/+5
2004-05-01GLib 1.2[.x]'s "g_string_free()" doesn't return a value.Guy Harris1-1/+13
2004-05-01Add an XML escaping routine: xml_escape()Olivier Biot1-1/+40
2004-02-05We can't test the GTK+ version in dissectors or libethereal code, asGuy Harris1-2/+6
2004-02-01Add consts to fix 'cast discards qualifiers from pointer target type'Jörg Mayer1-3/+3
2004-01-25Change the first arg to hex_str_to_bytes from guchar* -> char*Jörg Mayer1-2/+2
2003-12-29"hex_str_to_bytes()" modifies the GByteArray supplied to it, so don'tGuy Harris1-2/+2
2003-12-29Pull most of bytes_from_unparsed() into a new routine,Gerald Combs1-1/+92
2003-12-24Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orGuy Harris1-7/+7
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-1/+32
2003-08-01From Chris Heath: fix up the check for printable ASCII done on WindowsGuy Harris1-13/+14
2002-12-31From Ronald Henderson: make "format_text()", on Windows, escape allGuy Harris1-3/+15
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-10/+10
2000-12-22Enable FT_BYTES dfiltering, from Ed Warnicke.Gilbert Ramirez1-1/+13
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-1/+39
2000-11-10Tvbuffify the SAP and SDP dissectors.Guy Harris1-31/+1
2000-11-09Support for embedded newlines in SDP fields, from Robert Tsai.Guy Harris1-1/+31
2000-09-30If a line consists *solely* of an LF, set "*eol" to point to the LF.Guy Harris1-1/+6
2000-09-29Dynamically grow the buffer used by "format_text()", rather than cuttingGuy Harris1-24/+37
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+222