python binding for wireshark (first commit)
authorstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 29 May 2009 21:10:40 +0000 (21:10 +0000)
committerstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 29 May 2009 21:10:40 +0000 (21:10 +0000)
commitcf3c8539a7dae5a68e9308fdad75291607731174
tree0ee2757e438e9d9db9dd0ddab19f0e84f3f29f03
parent3bc9faf70086dab37bade7aa49d7abfae47afc4e
python binding for wireshark (first commit)

      * ability to write dissectors with python for wireshark.
        documentation (http://wiki.wireshark.org/Python)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28529 f5534014-38df-0310-8fa8-9805f1628bb7
17 files changed:
Makefile.am
acinclude.m4
configure.in
epan/Makefile.am
epan/filesystem.c
epan/filesystem.h
epan/proto.c
epan/wspython/Makefile.am [new file with mode: 0644]
epan/wspython/Makefile.common [new file with mode: 0644]
epan/wspython/register-dissector.py [new file with mode: 0644]
epan/wspython/wspy_dissector.py [new file with mode: 0644]
epan/wspython/wspy_dissectors/homeplug.py.sample [new file with mode: 0644]
epan/wspython/wspy_libws.py [new file with mode: 0644]
epan/wspython/wspy_proto.c [new file with mode: 0644]
epan/wspython/wspy_proto.h [new file with mode: 0644]
epan/wspython/wspy_register.c [new file with mode: 0644]
epan/wspython/wspy_register.h [new file with mode: 0644]