summaryrefslogtreecommitdiff
path: root/epan/dissectors
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-10-09 17:42:49 +0000
committerGuy Harris <guy@alum.mit.edu>2011-10-09 17:42:49 +0000
commite0820c62d4a87ce424122a54e274b45bd8d64d6d (patch)
tree8762a7ec678ae74651f09610277db39b7080f6ed /epan/dissectors
parentc9134488f9eb232e0fe002834b15ffe88b1ea466 (diff)
downloadwireshark-e0820c62d4a87ce424122a54e274b45bd8d64d6d.tar.gz
Add a comment with links to I-Ds for protocols that look as if they're
at least somewhat related. svn path=/trunk/; revision=39327
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-ipdc.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ipdc.c b/epan/dissectors/packet-ipdc.c
index 951ce81d9a..9a2b29a719 100644
--- a/epan/dissectors/packet-ipdc.c
+++ b/epan/dissectors/packet-ipdc.c
@@ -26,6 +26,18 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+/*
+ * I couldn't find the IPDC spec in question, but, for reference,
+ * there are some Internet-Drafts for a protocol that looks like a
+ * descendant or other variant of this:
+ *
+ * http://tools.ietf.org/html/draft-taylor-ipdc-00
+ * http://tools.ietf.org/html/draft-dugan-ipdc-connection-00
+ * http://tools.ietf.org/html/draft-elliott-ipdc-media-00
+ * http://tools.ietf.org/html/draft-bell-ipdc-signaling-00
+ * http://tools.ietf.org/html/draft-pickett-ipdc-management-00
+ */
+
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif