aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-edonkey.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-12-19 06:48:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-12-19 06:48:07 +0000
commit185cfdefd42a955d9aded83714ebd6164293e910 (patch)
treeb9731740ac5d7eb4165f2f89c00c968f53166c3a /epan/dissectors/packet-edonkey.h
parent5222a20c1cb3bf83fb6be643c482cf11a6c320d8 (diff)
From John Sullivan:
Three patches here: eth-ed-2.diff ------------- 1) The handling of HashSet Answer messages was wrong 2) Add dissection of some more eMule extension packets to do with error recovery eth-bt-1.diff ------------- New versions of the Azureus BitTorrent client implement a new extension to the protocol, which is effectively a text based encapsulation of the binary BitTorrent protocol, embedded within the BitTorrent protocol. Who knows why they thought that was a good idea, but this patch can pick apart their new headers. eth-bt-2.diff ------------- By registering a normal dissector as well as the heuristic one, BitTorrent shows up on the Decode As... list so you can manually override its mistake. svn path=/trunk/; revision=16856
Diffstat (limited to 'epan/dissectors/packet-edonkey.h')
-rw-r--r--epan/dissectors/packet-edonkey.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-edonkey.h b/epan/dissectors/packet-edonkey.h
index 55cc022aad..d2fe4b442c 100644
--- a/epan/dissectors/packet-edonkey.h
+++ b/epan/dissectors/packet-edonkey.h
@@ -103,6 +103,12 @@ void proto_register_edonkey(void);
#define EMULE_MSG_QUEUE_RANKING 0x60
#define EMULE_MSG_SOURCES_REQUEST 0x81
#define EMULE_MSG_SOURCES_ANSWER 0x82
+#define EMULE_MSG_MULTIPACKET 0x92
+#define EMULE_MSG_MULTIPACKET_ANSWER 0x93
+#define EMULE_MSG_AICH_REQUEST 0x9b
+#define EMULE_MSG_AICH_ANSWER 0x9c
+#define EMULE_MSG_AICHFILEHASH_ANSWER 0x9d
+#define EMULE_MSG_AICHFILEHASH_REQUEST 0x9e
/* EDONKEY UDP MESSAGES */
#define EDONKEY_MSG_UDP_SERVER_STATUS_REQUEST 0x96