aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sasp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-10-17 16:36:32 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-10-17 16:36:32 +0000
commit2b3258994208d9020676f88f9e069d2ccba7125c (patch)
treeea2696c1a8715b4ef13aa797bd66dcff81655857 /epan/dissectors/packet-sasp.c
parent6fd85b83a4a02229246a62137d750e41706c4282 (diff)
Removed unused hf_sasp.
svn path=/trunk/; revision=34541
Diffstat (limited to 'epan/dissectors/packet-sasp.c')
-rw-r--r--epan/dissectors/packet-sasp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/packet-sasp.c b/epan/dissectors/packet-sasp.c
index 4ddf6c1704..accbaafb01 100644
--- a/epan/dissectors/packet-sasp.c
+++ b/epan/dissectors/packet-sasp.c
@@ -63,7 +63,6 @@ static guint32 dissect_grp_wt_entry_datacomp(tvbuff_t *tvb,proto_tree *tree,guin
/* Initialize the protocol and registered fields */
static int proto_sasp = -1;
-static int hf_sasp = -1;
static int hf_sasp_type = -1;
static int hf_sasp_length = -1;
static int hf_sasp_vrsn = -1;
@@ -1197,11 +1196,6 @@ void proto_register_sasp(void)
static hf_register_info hf[] = {
- /*SASP DATA*/
- { &hf_sasp,
- { "SASP", "sasp", FT_NONE, BASE_NONE, NULL, 0x0,
- NULL, HFILL } },
-
/*SASP Header */
{ &hf_sasp_type,
{ "Type", "sasp.msg.type", FT_UINT16, BASE_HEX, NULL, 0x0,