aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-29 16:19:56 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-29 16:19:56 +0000
commitd3e5debad1fcadb926ae324cd39a260917e47652 (patch)
tree07f0af1ace1e2a6d848c048c670b55423203e7b2
parent8457ded70ee12b5c8b5739fc80dd21285ed243c8 (diff)
Add some protocol references.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20016 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-irc.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-irc.c b/epan/dissectors/packet-irc.c
index 215dab4e90..cc6c346b0b 100644
--- a/epan/dissectors/packet-irc.c
+++ b/epan/dissectors/packet-irc.c
@@ -1,6 +1,19 @@
/* packet-irc.c
* Routines for IRC packet dissection
*
+ * See
+ *
+ * http://www.irchelp.org/irchelp/rfc/
+ *
+ * and the RFCs and other documents it mentions, such as RFC 1459, RFCs
+ * 2810, 2811, 2812, and 2813,
+ *
+ * http://www.irchelp.org/irchelp/rfc/ctcpspec.html
+ *
+ * and
+ *
+ * http://www.invlogic.com/irc/ctcp.html
+ *
* $Id$
*
* Wireshark - Network traffic analyzer