aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-k12.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-13 20:57:22 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-13 20:57:22 +0000
commit528316609a00eb960cc8698af061efbcc7d729c3 (patch)
tree9b8f6907fd7e6bd7e99afd8632d22b61eed1452c /epan/dissectors/packet-k12.c
parentcb16923731380c2ed0a5a50fbbc502b1c72d3b5b (diff)
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(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20804 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-k12.c')
-rw-r--r--epan/dissectors/packet-k12.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-k12.c b/epan/dissectors/packet-k12.c
index c62959b11c..ef98bf6613 100644
--- a/epan/dissectors/packet-k12.c
+++ b/epan/dissectors/packet-k12.c
@@ -41,6 +41,7 @@
#include <epan/strutil.h>
#include "packet-sscop.h"
#include "packet-umts_fp.h"
+#include <epan/ws_strsplit.h>
typedef struct _k12_hdls_t {
char* match;