aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acn.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-01-03 14:55:35 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-01-03 14:55:35 +0000
commit9c7aabb196177308f5010328ddd3c769c2b1d597 (patch)
tree857d7f14a65c2ac54b528d83c6462ae7cdbdc03e /epan/dissectors/packet-acn.c
parent026f96bedffa397c3bd84c3e7f62a42e9e5f3526 (diff)
Fixed abbrev for PDU Length.
Removed unused hf entries. svn path=/trunk/; revision=31420
Diffstat (limited to 'epan/dissectors/packet-acn.c')
-rw-r--r--epan/dissectors/packet-acn.c29
1 files changed, 1 insertions, 28 deletions
diff --git a/epan/dissectors/packet-acn.c b/epan/dissectors/packet-acn.c
index 0cae7d2d63..72a0db47b9 100644
--- a/epan/dissectors/packet-acn.c
+++ b/epan/dissectors/packet-acn.c
@@ -108,9 +108,6 @@ static int hf_acn_data8 = -1;
static int hf_acn_data16 = -1;
static int hf_acn_data24 = -1;
static int hf_acn_data32 = -1;
-static int hf_acn_dmp_address1 = -1;
-static int hf_acn_dmp_address2 = -1;
-static int hf_acn_dmp_address4 = -1;
static int hf_acn_dmp_adt = -1; /* address and data type*/
static int hf_acn_dmp_adt_a = -1;
static int hf_acn_dmp_adt_v = -1;
@@ -119,7 +116,6 @@ static int hf_acn_dmp_adt_d = -1;
static int hf_acn_dmp_adt_x = -1;
static int hf_acn_dmp_reason_code = -1;
static int hf_acn_dmp_vector = -1;
-static int hf_acn_dmp_address_data_pairs = -1;
static int hf_acn_expiry = -1;
static int hf_acn_first_memeber_to_ack = -1;
static int hf_acn_first_missed_sequence = -1;
@@ -2681,29 +2677,6 @@ void proto_register_acn(void)
"Data32", HFILL }
},
- { &hf_acn_dmp_address_data_pairs,
- { "Address-Data Pairs", "acn.dmp_address_data_pairs",
- FT_BYTES, BASE_NONE, NULL, 0x0,
- "More address-data pairs", HFILL }
- },
-
- /* DMP Address */
- { &hf_acn_dmp_address1,
- { "Address", "acn.dmp_address",
- FT_UINT8, BASE_DEC_HEX, NULL, 0x0,
- NULL, HFILL }
- },
- { &hf_acn_dmp_address2,
- { "Address", "acn.dmp_address",
- FT_UINT16, BASE_DEC_HEX, NULL, 0x0,
- NULL, HFILL }
- },
- { &hf_acn_dmp_address4,
- { "Address", "acn.dmp_address",
- FT_UINT32, BASE_DEC_HEX, NULL, 0x0,
- NULL, HFILL }
- },
-
/* DMP Address type*/
{ &hf_acn_dmp_adt,
{ "Address and Data Type", "acn.dmp_adt",
@@ -2879,7 +2852,7 @@ void proto_register_acn(void)
},
/* PDU Length */
{ &hf_acn_pdu_length,
- { "Length", "acn.pdu.flag_d",
+ { "Length", "acn.pdu.length",
FT_UINT32, BASE_DEC, NULL, 0x0,
"PDU Length", HFILL }
},