From 11af835982140931eaef82c814568fc82e68247d Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 18 May 2011 21:20:22 +0000 Subject: [PATCH] (Trivial) Fix a typo; Add spme punctuation in a coment. svn path=/trunk/; revision=37263 --- epan/dissectors/packet-dvbci.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/epan/dissectors/packet-dvbci.c b/epan/dissectors/packet-dvbci.c index 95650c307a..8cca9a2d6c 100644 --- a/epan/dissectors/packet-dvbci.c +++ b/epan/dissectors/packet-dvbci.c @@ -1,5 +1,5 @@ /* packet-dvbci.c - * Routines for DVB-CI (Common Inteface) dissection + * Routines for DVB-CI (Common Interface) dissection * Copyright 2011, Martin Kaiser * * $Id$ @@ -23,16 +23,16 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -/* the dissector supports DVB-CI as defined in EN50221 - * reassembly of fragmented data is not implemented yet - * only resource manager, app info and ca resources are - * supported at the moment +/* The dissector supports DVB-CI as defined in EN50221. + * Reassembly of fragmented data is not implemented yet. + * Only resource manager, app info and ca resources are + * supported at the moment. * - * further resources and CI+ (www.ci-plus.com) will be added in - * future versions + * Further resources and CI+ (www.ci-plus.com) will be added in + * future versions. * - * the pcap input format for this dissector is documented at - * http://www.kaiser.cx/pcap-dvbci.html + * The pcap input format for this dissector is documented at + * http://www.kaiser.cx/pcap-dvbci.html. */ #ifdef HAVE_CONFIG_H