diff options
author | Bill Meier <wmeier@newsguy.com> | 2011-06-22 19:52:13 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2011-06-22 19:52:13 +0000 |
commit | f11f450bf0dd462810cfc9842150f88f4352cb55 (patch) | |
tree | 4ded4528cec42e1c3cc25779a2a68458c6411c80 /epan/CMakeLists.txt | |
parent | 05d9997311b579ebfb4267f78d1dc5218fc00179 (diff) | |
download | wireshark-f11f450bf0dd462810cfc9842150f88f4352cb55.tar.gz wireshark-f11f450bf0dd462810cfc9842150f88f4352cb55.tar.bz2 wireshark-f11f450bf0dd462810cfc9842150f88f4352cb55.zip |
From Xiao Xiangquan: A new dissector for Vuze DHT;
Vuze, called Azureus before, is a great BT client and has a lot of users,
while its DHT implementation is different from the official one.
From me: New-style dissectors are supposed to to always return
"bytes dissected" (not just when tree != NULL);
svn path=/trunk/; revision=37755
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r-- | epan/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt index 48ff5d13bf..d76219e261 100644 --- a/epan/CMakeLists.txt +++ b/epan/CMakeLists.txt @@ -1066,6 +1066,7 @@ set(DISSECTOR_SRC dissectors/packet-vnc.c dissectors/packet-vrrp.c dissectors/packet-vtp.c + dissectors/packet-vuze-dht.c dissectors/packet-vxi11.c dissectors/packet-wai.c dissectors/packet-wap.c |