summaryrefslogtreecommitdiff
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2009-05-29 21:10:40 +0000
committerSebastien Tandel <sebastien@tandel.be>2009-05-29 21:10:40 +0000
commit52cc5fb1e86ac8007eabe1291bf543d3803f7148 (patch)
tree0ee2757e438e9d9db9dd0ddab19f0e84f3f29f03 /epan/filesystem.h
parentcb4f0a40c23a3247fbb74a74dc117cbef4f83bf4 (diff)
downloadwireshark-52cc5fb1e86ac8007eabe1291bf543d3803f7148.tar.gz
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
Diffstat (limited to 'epan/filesystem.h')
-rw-r--r--epan/filesystem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index 895f956be7..792209af2e 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -51,6 +51,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.
*/