diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2014-12-12 22:20:35 +0100 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2014-12-12 21:25:00 +0000 |
commit | 33c26a09f4a8736c367bffad362b2a0e025e5eba (patch) | |
tree | cd29daeeaeb9c1104735c6559dafd356371e25a0 /doc/README.developer | |
parent | 56697c244e521936ace066c8bcad8c8b44d09fa3 (diff) | |
download | wireshark-33c26a09f4a8736c367bffad362b2a0e025e5eba.tar.gz wireshark-33c26a09f4a8736c367bffad362b2a0e025e5eba.tar.bz2 wireshark-33c26a09f4a8736c367bffad362b2a0e025e5eba.zip |
doc: remove some references to the now defunct python support
Change-Id: Ibba3168516ef28ad050f5f70045acf3935f2b233
Reviewed-on: https://code.wireshark.org/review/5738
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'doc/README.developer')
-rw-r--r-- | doc/README.developer | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer index 3dbcdff3e7..4e9f33cdf6 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -47,7 +47,6 @@ README.dissector as well as the following README files: - README.heuristic - what are heuristic dissectors and how to write them - README.plugins - how to "pluginize" a dissector -- README.python - writing a dissector in PYTHON. - README.request_response_tracking - how to track req./resp. times and such - README.wmem - how to obtain "memory leak free" memory |