From 52cc5fb1e86ac8007eabe1291bf543d3803f7148 Mon Sep 17 00:00:00 2001 From: Sebastien Tandel Date: Fri, 29 May 2009 21:10:40 +0000 Subject: python binding for wireshark (first commit) * ability to write dissectors with python for wireshark. documentation (http://wiki.wireshark.org/Python) svn path=/trunk/; revision=28529 --- epan/filesystem.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'epan/filesystem.h') diff --git a/epan/filesystem.h b/epan/filesystem.h index 895f956be7..792209af2e 100644 --- a/epan/filesystem.h +++ b/epan/filesystem.h @@ -50,6 +50,13 @@ extern const char *get_progfile_dir(void); */ extern const char *get_plugin_dir(void); +/* + * Get the directory in which python plugins are stored; this must not be + * called before init_progfile_dir() is called, as they might be stored in a + * subdirectory of the program file directory. + */ +extern const char *get_wspython_dir(void); + /* * Get the flag indicating whether we're running from a build * directory. -- cgit v1.2.1