aboutsummaryrefslogtreecommitdiffstats
path: root/packet-imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-imap.c')
-rw-r--r--packet-imap.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-imap.c b/packet-imap.c
index 91510033db..02aafce60c 100644
--- a/packet-imap.c
+++ b/packet-imap.c
@@ -2,24 +2,24 @@
* Routines for imap packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-imap.c,v 1.21 2002/08/02 23:35:51 jmayer Exp $
+ * $Id: packet-imap.c,v 1.22 2002/08/28 21:00:17 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Copied from packet-tftp.c
- *
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -165,7 +165,7 @@ proto_register_imap(void)
&ett_imap,
};
- proto_imap = proto_register_protocol("Internet Message Access Protocol",
+ proto_imap = proto_register_protocol("Internet Message Access Protocol",
"IMAP", "imap");
proto_register_field_array(proto_imap, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));