aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-09 17:42:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-09 17:42:49 +0000
commit909a1add4166b5347444d494a2f258aec6a258a2 (patch)
tree8762a7ec678ae74651f09610277db39b7080f6ed /epan/dissectors
parenta9d50e2b1009d3e17b67e0e11d3315f0fa90f191 (diff)
Add a comment with links to I-Ds for protocols that look as if they're
at least somewhat related. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39327 f5534014-38df-0310-8fa8-9805f1628bb7
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