From Sebastien Tandel:
authorStephen Fisher <steve@stephen-fisher.com>
Tue, 13 Feb 2007 20:57:22 +0000 (20:57 -0000)
committerStephen Fisher <steve@stephen-fisher.com>
Tue, 13 Feb 2007 20:57:22 +0000 (20:57 -0000)
commit0ebc01dc03e38726e3d6fdffb30171eda3f8f80e
tree9b8f6907fd7e6bd7e99afd8632d22b61eed1452c
parent1ebd7feda946b60b3a1c9841d282bfb7bd6b3b86
From Sebastien Tandel:

Create two new files (ws_strsplit.[ch]) that use GTK2 code to override
the buggy g_strsplit() function when compiling for GTK1.  Include this
work-around function (ws_strsplit) in libwireshark.def.  Add notes on usage
to README.developer.  Include epan/ws_strsplit.h in all files that use
g_strsplit().

svn path=/trunk/; revision=20804
19 files changed:
doc/README.developer
epan/Makefile.common
epan/crypt/airpdcap.c
epan/dissectors/packet-http.c
epan/dissectors/packet-jxta.c
epan/dissectors/packet-k12.c
epan/ex-opt.c
epan/libwireshark.def
epan/stats_tree.c
epan/ws_strsplit.c [new file with mode: 0644]
epan/ws_strsplit.h [new file with mode: 0644]
gtk/font_utils.c
gtk/voip_calls.c
gtk/webbrowser.c
plugins/mate/mate_grammar.lemon
plugins/mate/mate_setup.c
plugins/mate/mate_util.c
tap-funnel.c
util.c