From c71ab1ad32e44aa11edbf130ee5ec2c44feedb71 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 30 Jan 2003 19:00:10 +0000 Subject: Put in URLs for copies of the now-expired I-D for MSN Messenger, and a note that it really should be dissected like other FTP-flavored protocols. (Or is that "SMTP-flavored"? Which was the first Internet protocol to have that "command/response-with-3-digit-error-code" form?) svn path=/trunk/; revision=7046 --- packet-msn-messenger.c | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'packet-msn-messenger.c') diff --git a/packet-msn-messenger.c b/packet-msn-messenger.c index 1ff75d14df..88c9ce22fd 100644 --- a/packet-msn-messenger.c +++ b/packet-msn-messenger.c @@ -2,7 +2,7 @@ * Routines for MSN Messenger Service packet dissection * Copyright 2003, Chris Waters * - * $Id: packet-msn-messenger.c,v 1.1 2003/01/30 18:49:47 guy Exp $ + * $Id: packet-msn-messenger.c,v 1.2 2003/01/30 19:00:10 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -36,6 +36,27 @@ #include #include +/* + * The now-expired Internet-Draft for the MSN Messenger 1.0 protocol + * can, as of the time of the writing of this comment, be found at: + * + * http://praya.sourceforge.net/draft-movva-msn-messenger-protocol-00.txt + * + * http://mono.es.gnome.org/imsharp/tutoriales/msn/appendixa.html + * + * http://www.hypothetic.org/docs/msn/ietf_draft.php + * + * http://babble.wundsam.net/docs/protocol-msn-im.txt + * + * Note that it's Yet Another FTP-Like Command/Response Protocol, + * so it arguably should be dissected as such, although you do have + * to worry about the MSG command, as only the first line of it + * should be parsed as a command, the rest should be parsed as the + * message body. We therefore leave "hf_msnms_command", "tokenlen", + * and "next_token", even though they're unused, as reminders that + * this should be done. + */ + static int proto_msnms = -1; static int hf_msnms_command = -1; -- cgit v1.2.3