summaryrefslogtreecommitdiff
path: root/packet-wap.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-wap.c')
-rw-r--r--packet-wap.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/packet-wap.c b/packet-wap.c
index 76b524d5d4..79ffdbea71 100644
--- a/packet-wap.c
+++ b/packet-wap.c
@@ -2,8 +2,8 @@
*
* Utility routines for WAP dissectors
*
- * $Id: packet-wap.c,v 1.6 2002/08/02 23:36:04 jmayer Exp $
- *
+ * $Id: packet-wap.c,v 1.7 2002/08/28 21:00:37 jmayer Exp $
+ *
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
@@ -16,12 +16,12 @@
* 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.
@@ -35,7 +35,7 @@
#include <epan/packet.h>
#include "packet-wap.h"
-/*
+/*
* Accessor to retrieve variable length int as used in WAP protocol.
* The value is encoded in the lower 7 bits. If the top bit is set, then the
* value continues into the next byte.
@@ -49,7 +49,7 @@ tvb_get_guintvar (tvbuff_t *tvb, guint offset, guint *octetCount)
guint octet;
guint counter = 0;
char cont = 1;
-
+
if (octetCount != NULL)
{
#ifdef DEBUG