From 4b4d87400eaf6dcb6ccddfea0f0f76cc68642458 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 28 Oct 2003 21:46:26 +0000 Subject: Export "get_datafile_path()", not "get_datafile_dir()" - most if not all dissectors need only the former, which does the pathname-construction work for you. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8809 f5534014-38df-0310-8fa8-9805f1628bb7 --- plugins/Xplugin_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Xplugin_api.c') diff --git a/plugins/Xplugin_api.c b/plugins/Xplugin_api.c index 66b8be528b..f28f27c35e 100644 --- a/plugins/Xplugin_api.c +++ b/plugins/Xplugin_api.c @@ -239,4 +239,4 @@ p_dissector_change_string = pat->p_dissector_change_string; p_dissector_reset_string = pat->p_dissector_reset_string; p_dissector_try_string = pat->p_dissector_try_string; p_dissector_get_string_handle = pat->p_dissector_get_string_handle; -p_get_datafile_dir = pat->p_get_datafile_dir; +p_get_datafile_path = pat->p_get_datafile_path; -- cgit v1.2.3