index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
strutil.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix constness
João Valverde
2016-01-20
1
-1
/
+1
*
Add tvb_get and proto_tree_add for string-encoded byte arrays
Hadriel Kaplan
2014-04-17
1
-1
/
+29
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Fix warnings + remove some v. old comment from strutil.h
Jakub Zawadzki
2013-12-13
1
-2
/
+0
*
Fix (-W)documentation error found by Clang
Alexis La Goutte
2013-12-02
1
-1
/
+1
*
Fix typo (for generated Documentation)
Alexis La Goutte
2013-11-12
1
-1
/
+1
*
Move prototype of bytes_to_str, bytes_to_str_punct to correct header.
Jakub Zawadzki
2013-11-10
1
-24
/
+0
*
Replace STRINGIFY with glib version.
Jakub Zawadzki
2013-11-09
1
-4
/
+0
*
Remove comment (leftovers from r49444) + add missing WS_DLL_PUBLIC for adler32
Jakub Zawadzki
2013-11-09
1
-4
/
+0
*
From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9229
Evan Huus
2013-10-12
1
-0
/
+16
*
Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...
Michael Mann
2013-10-06
1
-0
/
+11
*
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
[next]