aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-02-10 03:19:59 +0000
committerGuy Harris <guy@alum.mit.edu>2005-02-10 03:19:59 +0000
commit5ae67eb010b3b92359d1a917c75a05cc0c0ac767 (patch)
tree027b1b471f169238e9a8e07f432efac755a9f7a6 /asn1
parentdc2cb627bd8982aa2ea3e5652ade9afb7284cc5d (diff)
Remove an extra /*, some unused variables, and an unneeded include (INAP
currently has no taps). svn path=/trunk/; revision=13371
Diffstat (limited to 'asn1')
-rw-r--r--asn1/inap/packet-inap-template.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/asn1/inap/packet-inap-template.c b/asn1/inap/packet-inap-template.c
index 4e06bbb7a2..83729c4acb 100644
--- a/asn1/inap/packet-inap-template.c
+++ b/asn1/inap/packet-inap-template.c
@@ -1,10 +1,9 @@
-/*
/* packet-inap-template.c
* Routines for INAP
* Copyright 2004, Tim Endean <endeant@hotmail.com>
* Built from the gsm-map dissector Copyright 2004, Anders Broman <anders.broman@ericsson.com>
*
- * $Id:$
+ * $Id$
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
@@ -33,7 +32,6 @@
#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/conversation.h>
-#include <epan/tap.h>
#include <stdio.h>
#include <string.h>
@@ -69,7 +67,6 @@ static gint ett_inap_ReturnResultPDU = -1;
static gint ett_inap_ReturnResult_result = -1;
static gint ett_inap_INAPPDU = -1;
static gint ett_inapisup_parameter = -1;
-static int inap_tap = -1;
#include "packet-inap-ett.c"
static int dissect_invokeCmd(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset);
@@ -311,7 +308,6 @@ dissect_inap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
{
proto_item *item=NULL;
proto_tree *tree=NULL;
- gchar *str = NULL;
if (check_col(pinfo->cinfo, COL_PROTOCOL))