aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-04-07 05:22:54 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-04-07 05:22:54 +0000
commit726a1caaf1c717a5784beb2fb5a05900552563f0 (patch)
tree3f861f04f60e8872bcf7f82f56de654af93a7590 /doc
parent545d54ae745aa147ffa2e883dd0b982b56f86761 (diff)
- Remove GLIB1 code
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION - Remove ws_strsplit files because we no longer need to borrow GLIB2's g_strsplit code for the no longer supported GLIB1 builds svn path=/trunk/; revision=24829
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 70870b05c1..c4fca682d9 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -456,13 +456,6 @@ automatically free()d when the dissection of the current packet ends so you
don't have to worry about free()ing them explicitly in order to not leak memory.
Please read README.malloc.
-When using g_strsplit() from glib, place an #include <epan/ws_strsplit.h> at
-the top of your file. This file will leave in place g_strsplit() when using
-GTK/GLib v2 and replace it with GLib v2 code when compiling for GTK/GLib 1.
-This is necessary because the GLib v1 version of g_strsplit is known to be
-buggy. In either case, you will still use the g_strsplit() function name
-as usual in your code.
-
1.1.3 Robustness.
Wireshark is not guaranteed to read only network traces that contain correctly-