aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-edonkey.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-31 07:47:47 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-31 07:47:47 +0000
commit459a695354f50da88993d6aaed877913fe0a92c7 (patch)
treebcfb5cfe55685e058cd0acaaee7a4a767c87c55e /epan/dissectors/packet-edonkey.h
parent659ec0546bd4439e23fede5505bb26e11b5ff7a9 (diff)
From Stefano Picerno:
Makes more fields searchable Also fixes some typos and indentation errors Fixes bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1802 for edonkey dissector: every field defined by the dissector is now contained under the PROTOABBREV=edonkey "root" key git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23315 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-edonkey.h')
-rw-r--r--epan/dissectors/packet-edonkey.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-edonkey.h b/epan/dissectors/packet-edonkey.h
index e171c25a08..15a53ea213 100644
--- a/epan/dissectors/packet-edonkey.h
+++ b/epan/dissectors/packet-edonkey.h
@@ -2,11 +2,12 @@
* Declarations for edonkey dissection
* Copyright 2003, Xuan Zhang <xz@aemail4u.com>
* Copyright 2007, Stefano Picerno <stefano.picerno@gmail.com>
+ *
* eDonkey dissector based on protocol descriptions from mldonkey:
* http://savannah.nongnu.org/download/mldonkey/docs/Edonkey-Overnet/edonkey-protocol.txt
* http://savannah.nongnu.org/download/mldonkey/docs/Edonkey-Overnet/overnet-protocol.txt
*
- * Kademlia dissector based on source code inspection of aMule 2.1.3 and eMule 0.84b
+ * Kademlia dissector based on source code inspection of aMule 2.1.3 and eMule 0.48a
*
* $Id$
*