aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-assa_r3.c2
-rw-r--r--epan/dissectors/packet-brp.c10
-rw-r--r--epan/dissectors/packet-ceph.c6
-rw-r--r--epan/dissectors/packet-cgmp.c2
-rw-r--r--epan/dissectors/packet-gsm_abis_oml.c2
-rw-r--r--epan/dissectors/packet-h264.c2
-rw-r--r--epan/dissectors/packet-homeplug-av.c726
-rw-r--r--epan/dissectors/packet-ieee17221.c628
8 files changed, 689 insertions, 689 deletions
diff --git a/epan/dissectors/packet-assa_r3.c b/epan/dissectors/packet-assa_r3.c
index dddb9e596a..c4d70cb7a4 100644
--- a/epan/dissectors/packet-assa_r3.c
+++ b/epan/dissectors/packet-assa_r3.c
@@ -8285,7 +8285,7 @@ void proto_register_r3 (void)
{ &hf_r3_firmwaredownload_length,
{ "Length", "r3.firmwaredownload.length",
- FT_UINT8, BASE_HEX_DEC, NULL, 0x0,
+ FT_UINT16, BASE_HEX_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_r3_firmwaredownload_record,
diff --git a/epan/dissectors/packet-brp.c b/epan/dissectors/packet-brp.c
index bcf78641e4..56f85d9549 100644
--- a/epan/dissectors/packet-brp.c
+++ b/epan/dissectors/packet-brp.c
@@ -319,13 +319,13 @@ void proto_register_brp (void)
{ "Type", "brp.type", FT_UINT8, BASE_DEC, VALS(brp_packettype_names), 0x0,
NULL, HFILL }},
{ &hf_brp_trans,
- { "Transaction ID", "brp.trans", FT_UINT8, BASE_DEC, NULL, 0x0,
+ { "Transaction ID", "brp.trans", FT_UINT24, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_brp_ver,
- { "Version", "brp.ver", FT_UINT8, BASE_DEC, NULL, 0x0,
+ { "Version", "brp.ver", FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_brp_stat,
- { "Status", "brp.stat", FT_UINT8, BASE_DEC, VALS(brp_stat_vals), 0x0,
+ { "Status", "brp.stat", FT_UINT32, BASE_DEC, VALS(brp_stat_vals), 0x0,
NULL, HFILL }},
{ &hf_brp_srcip,
{ "Source IP Address", "brp.srcip", FT_IPv4, BASE_NONE, NULL, 0x0,
@@ -337,7 +337,7 @@ void proto_register_brp (void)
{ "Destination UDP Port", "brp.dstuport", FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_brp_mbz,
- { "MBZ", "brp.mbz", FT_UINT8, BASE_DEC, NULL, 0x0,
+ { "MBZ", "brp.mbz", FT_UINT24, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_brp_bw,
{ "Bandwidth - Kbytes/sec", "brp.bw", FT_UINT32, BASE_DEC, NULL, 0x0,
@@ -346,7 +346,7 @@ void proto_register_brp (void)
{ "Lifetime", "brp.life", FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_brp_flid,
- { "Flow Identifier", "brp.flid", FT_UINT16, BASE_DEC, NULL, 0x0,
+ { "Flow Identifier", "brp.flid", FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_brp_fltype,
{ "Flow Type", "brp.fltype", FT_UINT8, BASE_DEC, NULL, 0x0,
diff --git a/epan/dissectors/packet-ceph.c b/epan/dissectors/packet-ceph.c
index 132aff8ba5..1502289e9d 100644
--- a/epan/dissectors/packet-ceph.c
+++ b/epan/dissectors/packet-ceph.c
@@ -7118,7 +7118,7 @@ proto_register_ceph(void)
} },
{ &hf_node_type, {
"Source Node Type", "ceph.node_type",
- FT_UINT8, BASE_HEX, VALS(c_node_type_strings), 0,
+ FT_UINT32, BASE_HEX, VALS(c_node_type_strings), 0,
"The type of source node.", HFILL
} },
{ &hf_node_nonce, {
@@ -9301,7 +9301,7 @@ proto_register_ceph(void)
} },
{ &hf_msg_client_req_flags, {
"Flags", "ceph.msg.client_req.flags",
- FT_UINT8, BASE_HEX, NULL, 0,
+ FT_UINT32, BASE_HEX, NULL, 0,
NULL, HFILL
} },
{ &hf_msg_client_req_retry, {
@@ -9601,7 +9601,7 @@ proto_register_ceph(void)
} },
{ &hf_msg_osd_opreply_ops_len, {
"Operation Count", "ceph.msg.osd_opreply.ops_len",
- FT_UINT16, BASE_DEC, NULL, 0,
+ FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL
} },
{ &hf_msg_osd_opreply_op, {
diff --git a/epan/dissectors/packet-cgmp.c b/epan/dissectors/packet-cgmp.c
index e34c724044..c619818d7b 100644
--- a/epan/dissectors/packet-cgmp.c
+++ b/epan/dissectors/packet-cgmp.c
@@ -98,7 +98,7 @@ proto_register_cgmp(void)
NULL, HFILL }},
{ &hf_cgmp_reserved,
- { "Reserved", "cgmp.reserved", FT_UINT8, BASE_HEX, NULL, 0x0,
+ { "Reserved", "cgmp.reserved", FT_UINT16, BASE_HEX, NULL, 0x0,
NULL, HFILL }},
{ &hf_cgmp_count,
diff --git a/epan/dissectors/packet-gsm_abis_oml.c b/epan/dissectors/packet-gsm_abis_oml.c
index 23ec9809ae..f1f29df72b 100644
--- a/epan/dissectors/packet-gsm_abis_oml.c
+++ b/epan/dissectors/packet-gsm_abis_oml.c
@@ -2320,7 +2320,7 @@ proto_register_abis_oml(void)
},
{ &hf_attr_ipa_tr_f_qual,
{ "Frequency Quality", "gsm_abis_oml.fom.testrep.ipa.freq_qual",
- FT_UINT8, BASE_DEC, NULL, 0xfc, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x00fc, NULL, HFILL }
},
{ &hf_attr_ipa_tr_f_err,
{ "Frequency Error", "gsm_abis_oml.fom.testrep.ipa.freq_err",
diff --git a/epan/dissectors/packet-h264.c b/epan/dissectors/packet-h264.c
index 452bc8cc5c..5b4164e430 100644
--- a/epan/dissectors/packet-h264.c
+++ b/epan/dissectors/packet-h264.c
@@ -3498,7 +3498,7 @@ proto_register_h264(void)
},
{ &hf_h264_sei_ms_layer_desc_coded_width,
{ "Coded Width", "h264.sei.ms.layout.desc.coded_width",
- FT_UINT8, BASE_DEC, NULL, 0x0,
+ FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_h264_sei_ms_layer_desc_coded_height,
diff --git a/epan/dissectors/packet-homeplug-av.c b/epan/dissectors/packet-homeplug-av.c
index 1a7a696dd1..78c1faf768 100644
--- a/epan/dissectors/packet-homeplug-av.c
+++ b/epan/dissectors/packet-homeplug-av.c
@@ -6006,12 +6006,12 @@ proto_register_homeplug_av(void)
static hf_register_info hf[] = {
{ &hf_homeplug_av_reserved,
{ "Reserved", "homeplug_av.reserved",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* MM Header */
{ &hf_homeplug_av_mmhdr,
{ "MAC Management Header", "homeplug_av.mmhdr",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_mmhdr_mmver,
{ "Version", "homeplug_av.mmhdr.mmver",
@@ -6044,7 +6044,7 @@ proto_register_homeplug_av(void)
/* Public MME */
{ &hf_homeplug_av_public,
{ "Public MME", "homeplug_av.public",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_public_frag_count,
{ "Fragment count", "homeplug_av.public.frag_count",
@@ -6056,12 +6056,12 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_public_frag_seqnum,
{ "Fragment Sequence number", "homeplug_av.public.frag_seqnum",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* Frame control fields */
{ &hf_homeplug_av_fc,
{ "Frame Control", "homeplug_av.fc",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_fc_del_type,
{ "Delimiter type", "homeplug_av.fc.del_type",
@@ -6077,20 +6077,20 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_fc_fccs_av,
{ "Frame control check sequence", "homeplug_av.fc.fccs_av",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Common MPDU variant fields */
{ &hf_homeplug_av_dtei,
{ "Destination Terminal Equipment Identifier", "homeplug_av.dtei",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_stei,
{ "Source Terminal Equipment Identifier", "homeplug_av.stei",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lid,
{ "Link ID", "homeplug_av.lid",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cfs,
{ "Contention free session", "homeplug_av.cfs",
@@ -6122,7 +6122,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_ppb,
{ "Pending PHY blocks", "homeplug_av.ppb",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_mfs_rsp_data,
{ "Data MAC Frame Stream Response", "homeplug_av.sack.mfs_rsp_data",
@@ -6135,7 +6135,7 @@ proto_register_homeplug_av(void)
/* Frame Control */
{ &hf_homeplug_av_sof,
{ "Start of Frame Variant Fields", "homeplug_av.sof",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_sof_peks,
{ "Payload Encryption Key Select", "homeplug_av.sof.peks",
@@ -6143,7 +6143,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_sof_ble,
{ "Bit loading estimate", "homeplug_av.sof.ble",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_sof_pbsz,
{ "PHY block size", "homeplug_av.sof.pbsz",
@@ -6216,12 +6216,12 @@ proto_register_homeplug_av(void)
/* Selective Acknowledgement */
{ &hf_homeplug_av_sack,
{ "Selective Acknowledgment Variant Fields", "homeplug_av.sack",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL}
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL}
},
/* Request to Send/Clear to Send */
{ &hf_homeplug_av_rtscts,
{ "Request to Send/Clear to Send Variant Fields", "homeplug_av.rtscts",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rtscts_rtsf,
{ "RTS Flag", "homeplug_av.rtscts.rtsf",
@@ -6246,7 +6246,7 @@ proto_register_homeplug_av(void)
/* Sound */
{ &hf_homeplug_av_sound,
{ "Sound Variant Fields", "homeplug_av.sound",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_sound_pbsz,
{ "PHY Block Size", "homeplug_av.sound.pbsz",
@@ -6274,7 +6274,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_sound_src,
{ "Sound Reason Code", "homeplug_av.sound.src",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_sound_add_req_tm,
{ "Additional Tone Maps Requested", "homeplug_av.sound.add_req_tm",
@@ -6311,7 +6311,7 @@ proto_register_homeplug_av(void)
/* Reverse Start of Frame */
{ &hf_homeplug_av_rsof,
{ "Reverse Start of Frame Variant Fields", "homeplug_av.rsof",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rsof_fl,
{ "Reverse SOF Frame Length", "homeplug_av.rsof.fl",
@@ -6340,31 +6340,31 @@ proto_register_homeplug_av(void)
/* Beacon body */
{ &hf_homeplug_av_bcn,
{ "Beacon Variant Fields", "homeplug_av.bcn",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_bcn_bts,
{ "Beacon timestamp", "homeplug_av.bcn.bts",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_bcn_bto_0,
{ "Beacon transmission offset 0", "homeplug_av.bcn.bto_0",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_bcn_bto_1,
{ "Beacon transmission offset 1", "homeplug_av.bcn.bto_1",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_bcn_bto_2,
{ "Beacon transmission offset 2", "homeplug_av.bcn.bto_2",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_bcn_bto_3,
{ "Beacon transmission offset 3", "homeplug_av.bcn.bto_3",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_bcn_payload,
{ "Beacon MPDU payload", "homeplug_av.bcn.payload",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_bcn_nid,
{ "Network ID", "homeplug_av.bcn.nid",
@@ -6376,7 +6376,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_bcn_stei,
{ "Source Terminal Equipment ID", "homeplug_av.bcn.stei",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_bcn_type,
{ "Beacon type", "homeplug_av.bcn.type",
@@ -6432,33 +6432,33 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_bcn_bentries,
{ "Beacon entries and padding", "homeplug_av.bcn.bentries",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_bcn_bpcs,
{ "Beacon payload check sequence", "homeplug_av.bcn.bpcs",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Central Coordination Discovery List Confirmation */
{ &hf_homeplug_av_cc_disc_list_cnf,
{ "Central Coordination Discovery List Confirmation", "homeplug_av.cc_disc_list_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Station informations */
{ &hf_homeplug_av_cc_disc_list_sta_cnt,
{ "Station count", "homeplug_av.cc_disc_list_cnf.sta_cnt",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_sta_info,
{ "Station information", "homeplug_av.cc_disc_list_cnf.sta_info",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_sta_info_mac,
{ "MAC address", "homeplug_av.cc_disc_list_cnf.sta_info.mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_sta_info_tei,
{ "Terminal Equipment Identifier", "homeplug_av.cc_disc_list_cnf.sta_info.tei",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_sta_info_same_net,
{ "Network type", "homeplug_av.cc_disc_list_cnf.sta_info.same_net",
@@ -6470,20 +6470,20 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_cc_sta_info_avg_ble,
{ "Average BLE", "homeplug_av.cc_disc_list_cnf.sta_info.avg_ble",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* Network infos */
{ &hf_homeplug_av_cc_disc_list_net_cnt,
{ "Network count", "homeplug_av.cc_disc_list_cnf.net_cnt",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_net_info,
{ "Network information", "homeplug_av.cc_disc_list_cnf.net_info",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_net_info_hyb_mode,
{ "Hybrid mode", "homeplug_av.cc_disc_list_cnf.net_info.hyb_mode",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_net_info_bcn_slots,
{ "Beacon slots", "homeplug_av.cc_disc_list_cnf.net_info.bcn_slots",
@@ -6495,7 +6495,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_cc_net_info_bcn_ofs,
{ "Beacon offset", "homeplug_av.cc_disc_list_cnf.net_info.bcn_ofs",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Shared encrypted related fields */
{ &hf_homeplug_av_nw_info_peks,
@@ -6508,19 +6508,19 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_nw_info_prn,
{ "Protocol run number", "homeplug_av.nw_info.prn",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_pmn,
{ "Protocol message number", "homeplug_av.nw_info.pmn",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_my_nonce,
{ "My nonce", "homeplug_av.nw_info.my_nonce",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_your_nonce,
{ "Your nonce", "homeplug_av.nw_info.your_nonce",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_cco_cap,
{ "CCo capabilities", "homeplug_av.nw_info.cco_cap",
@@ -6533,7 +6533,7 @@ proto_register_homeplug_av(void)
/* Encrypted Payload Indicate */
{ &hf_homeplug_av_cm_enc_pld_ind,
{ "Encrypted Payload Indicate", "homeplug_av.cm_enc_pld_ind",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cm_enc_pld_ind_avlns,
{ "AVLN status", "homeplug_av.cm_enc_pld_ind.avlns",
@@ -6541,24 +6541,24 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_cm_enc_pld_ind_iv,
{ "Initialization vector", "homeplug_av.cm_enc_pld_ind.iv",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cm_enc_pld_ind_uuid,
{ "UUID", "homeplug_av.cm_enc_pld_ind.uuid",
- FT_GUID, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_GUID, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cm_enc_pld_ind_len,
{ "Length", "homeplug_av.cm_enc_pld_ind.len",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cm_enc_pld_ind_pld,
{ "Encrypted payload", "homeplug_av.cm_enc_pld_ind.pld",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Encrypted Payload Response */
{ &hf_homeplug_av_cm_enc_pld_rsp,
{ "Encrypted Payload Response", "homeplug_av.cm_enc_pld_rsp",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cm_enc_pld_rsp_result,
{ "Result", "homeplug_av.cm_enc_pld_rsp.result",
@@ -6567,16 +6567,16 @@ proto_register_homeplug_av(void)
/* Set Key Request */
{ &hf_homeplug_av_cm_set_key_req,
{ "Set Key Request", "homeplug_av.cm_set_key_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cm_set_key_req_nw_key,
{ "New Key", "homeplug_av.cm_set_key_req.nw_key",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Set Key Confirmation */
{ &hf_homeplug_av_cm_set_key_cnf,
{ "Set Key Confirmation", "homeplug_av.cm_set_key_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cm_set_key_cnf_result,
{ "Result", "homeplug_av.cm_set_key_cnf.result",
@@ -6585,7 +6585,7 @@ proto_register_homeplug_av(void)
/* Get Key Request */
{ &hf_homeplug_av_cm_get_key_req,
{ "Get Key request", "homeplug_av.cm_get_key_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cm_get_key_req_type,
{ "Request type", "homeplug_av.cm_get_key_req.type",
@@ -6593,12 +6593,12 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_cm_get_key_req_has_key,
{ "Hash key", "homeplug_av.cm_get_key_req.hash_key",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Get Key Confirmation */
{ &hf_homeplug_av_cm_get_key_cnf,
{ "Get Key Confirmation", "homeplug_av.cm_get_key_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cm_get_key_cnf_result,
{ "Result", "homeplug_av.cm_get_key_cnf.result",
@@ -6610,43 +6610,43 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_cm_get_key_cnf_key,
{ "Encryption/Hash key", "homeplug_av.cm_get_key_cnf.key",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Get Bridge Informations Confirmation */
{ &hf_homeplug_av_brg_infos_cnf,
{ "Get Bridge Informations Confirmation", "homeplug_av.brg_infos_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_brg_infos_cnf_brd,
{ "Bridging", "homeplug_av.brg_infos_cnf.brd",
- FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_brg_infos_cnf_btei,
{ "Bridge Terminal Equipment Identifier", "homeplug_av.brg_infos_cnf.btei",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_brg_infos_cnf_num_stas,
{ "Number of stations", "homeplug_av.brg_infos_cnf.num_stas",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_brg_infos_cnf_mac,
{ "Bridged Destination Address", "homeplug_av.brg_infos_cnf.mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Get Network Informations Confirmation */
{ &hf_homeplug_av_cm_nw_infos_cnf,
{ "Get Network Informations Confirmation", "homeplug_av.nw_infos_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Get Network Statistics Confirmation */
{ &hf_homeplug_av_nw_stats_cnf,
{ "Get Network Statistics Confirmation", "homeplug_av.nw_stats_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Vendor Specific */
{ &hf_homeplug_av_vendor,
{ "Vendor MME", "homeplug_av.vendor",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_vendor_oui,
{ "OUI", "homeplug_av.vendor.oui",
@@ -6655,11 +6655,11 @@ proto_register_homeplug_av(void)
/* Get Device/SW Version */
{ &hf_homeplug_av_get_sw_cnf,
{ "Get Device/SW Version", "homeplug_av.get_sw_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_get_sw_cnf_status,
{ "Status", "homeplug_av.get_sw_cnf.status",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_get_sw_cnf_dev_id,
{ "Device ID", "homeplug_av.get_sw_cnf.dev_id",
@@ -6667,68 +6667,68 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_get_sw_cnf_ver_len,
{ "Version length", "homeplug_av.get_sw_cnf.ver_len",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_get_sw_cnf_ver_str,
{ "Version", "homeplug_av.get_sw_cnf.ver_str",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_get_sw_cnf_upg,
{ "Upgradable", "homeplug_av.get_sw_cnf.upg",
- FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Write MAC Memory Request */
{ &hf_homeplug_av_wr_mem_req,
{ "Write MAC Memory Request", "homeplug_av.wr_mem_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_mem_addr,
{ "Address", "homeplug_av.mem.addr",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_mem_len_32bits,
{ "Length", "homeplug_av.mem.len_32bits",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Write MAC Memory Confirmation */
{ &hf_homeplug_av_wr_mem_cnf,
{ "Write MAC Memory Confirmation", "homeplug_av.wr_mem_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Read MAC Memory Request */
{ &hf_homeplug_av_rd_mem_req,
{ "Read MAC Memory Request", "homeplug_av.rd_mem_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rd_mem_cnf,
{ "Read MAC Memory Confirmation", "homeplug_av.rd_mem_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Start MAC Request */
{ &hf_homeplug_av_st_mac_req,
{ "Start MAC Request", "homeplug_av.st_mac_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_mac_req_img_load,
{ "Image Load Starting Address", "homeplug_av.st_mac_req.img_load",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_mac_req_img_len,
{ "Image Length", "homeplug_av.st_mac_req.img_len",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_mac_req_img_chksum,
{ "Image Checksum", "homeplug_av.st_mac_req.img_chksum",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_mac_req_img_start,
{ "Image Starting Address", "homeplug_av.st_mac_req.img_start",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Start MAC Confirmation */
{ &hf_homeplug_av_st_mac_cnf,
{ "Start MAC Confirmation", "homeplug_av.st_mac_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_mac_cnf_status,
{ "Module ID", "homeplug_av.st_mac_cnf.status",
@@ -6737,7 +6737,7 @@ proto_register_homeplug_av(void)
/* Get NVM Parameters Confirmation */
{ &hf_homeplug_av_get_nvm_cnf,
{ "Get NVM Parameters Confirmation", "homeplug_av.get_nvm_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_get_nvm_cnf_status,
{ "Status", "homeplug_av.get_nvm_cnf.status",
@@ -6762,7 +6762,7 @@ proto_register_homeplug_av(void)
/* Reset Device Confirmation */
{ &hf_homeplug_av_rs_dev_cnf,
{ "Reset Device Confirmation", "homeplug_av.rs_dev_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rs_dev_cnf_status,
{ "Status", "homeplug_av.rs_dev_cnf.status",
@@ -6771,19 +6771,19 @@ proto_register_homeplug_av(void)
/* Shared memory related fields */
{ &hf_homeplug_av_mem_len_16bits,
{ "Length", "homeplug_av.mem.len_16bits",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_mem_offset,
{ "Offset", "homeplug_av.mem.offset",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_mem_checksum,
{ "Checksum", "homeplug_av.mem.checksum",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_mem_data,
{ "Data", "homeplug_av.mem.data",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_mem_status,
{ "Status", "homeplug_av.mem.status",
@@ -6792,12 +6792,12 @@ proto_register_homeplug_av(void)
/* Write Module Data Request */
{ &hf_homeplug_av_wr_mod_req,
{ "Write Module Data Request", "homeplug_av.wr_mod_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Write Module Data Confirmation */
{ &hf_homeplug_av_wr_mod_cnf,
{ "Write Module Data Confirmation", "homeplug_av.wr_mod_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_wr_mod_cnf_status,
{ "Status", "homeplug_av.wr_mod_cnf.status",
@@ -6806,7 +6806,7 @@ proto_register_homeplug_av(void)
/* Write Module Data Indicate */
{ &hf_homeplug_av_wr_mod_ind,
{ "Write Module Data Indicate", "homeplug_av.wr_mod_ind",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_wr_mod_ind_status,
{ "Status", "homeplug_av.wr_mod_ind.status",
@@ -6815,12 +6815,12 @@ proto_register_homeplug_av(void)
/* Read Module Data Request */
{ &hf_homeplug_av_rd_mod_req,
{ "Read Module Data Request", "homeplug_av.rd_mod_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Read Module Data Confirmation */
{ &hf_homeplug_av_rd_mod_cnf,
{ "Read Module Data Confirmation", "homeplug_av.rd_mod_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rd_mod_cnf_status,
{ "Status", "homeplug_av.rd_mod_cnf.status",
@@ -6833,12 +6833,12 @@ proto_register_homeplug_av(void)
/* Write Module Data to NVM Request */
{ &hf_homeplug_av_mod_nvm_req,
{ "Write Module Data to NVM Request", "homeplug_av.mod_nvm_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Write Module Data to NVM Confirmation */
{ &hf_homeplug_av_mod_nvm_cnf,
{ "Write Module Data to NVM Confirmation", "homeplug_av.mod_nvm_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_mod_nvm_cnf_status,
{ "Status", "homeplug_av.mod_nvm_cnf.status",
@@ -6847,11 +6847,11 @@ proto_register_homeplug_av(void)
/* Get Watchdog Report Request */
{ &hf_homeplug_av_wd_rpt_req,
{ "Get Watchdog Report Request", "homeplug_av.wd_rpt_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_wd_rpt_req_session_id,
{ "Session ID", "homeplug_av.wd_rpt_req.session_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_wd_rpt_req_clr,
{ "Clear flag", "homeplug_av.wd_rpt_req.clr",
@@ -6860,7 +6860,7 @@ proto_register_homeplug_av(void)
/* Get Watchdog Report Indicate */
{ &hf_homeplug_av_wd_rpt_ind,
{ "Get Watchdog Report Indicate", "homeplug_av.wd_rpt_ind",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_wd_rpt_ind_status,
{ "Status", "homeplug_av.wd_rpt_ind.status",
@@ -6868,32 +6868,32 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_wd_rpt_ind_session_id,
{ "Session ID", "homeplug_av.wd_rpt_ind.session_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_wd_rpt_ind_num_parts,
{ "Number of parts", "homeplug_av.wd_rpt_ind.num_parts",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_wd_rpt_ind_curr_part,
{ "Current Part", "homeplug_av.wd_rpt_ind.curr_part",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_wd_rpt_ind_rdata_len,
{ "Report Data Length", "homeplug_av.wd_rpt_ind.rdata_len",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_wd_rpt_ind_rdata_ofs,
{ "Report Data Offset", "homeplug_av.wd_rpt_ind.rdata_offset",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_wd_rpt_ind_rdata,
{ "Report Data", "homeplug_av.wd_rpt_ind.rdata",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Link Statistics Request */
{ &hf_homeplug_av_lnk_stats_req,
{ "Link Statistics Request", "homeplug_av.lnk_stats_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_req_mcontrol,
{ "Control", "homeplug_av.lnk_stats_req.mcontrol",
@@ -6909,12 +6909,12 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_lnk_stats_req_macaddr,
{ "Peer Node", "homeplug_av.lnk_stats_req.macaddr",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Link Statistics Confirmation */
{ &hf_homeplug_av_lnk_stats_cnf,
{ "Link Statistics Confirmation", "homeplug_av.lnk_stats_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_cnf_status,
{ "Status", "homeplug_av.lnk_stats_cnf.status",
@@ -6930,97 +6930,97 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_lnk_stats_cnf_tei,
{ "TEI", "homeplug_av.lnk_stats_cnf.tei",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_cnf_lstats,
{ "Link statistics", "homeplug_av.lnk_stats_cnf.lstats",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Link statistics members */
{ &hf_homeplug_av_lnk_stats_tx,
{ "Tx link statistics", "homeplug_av.lnk_stats.tx",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_tx_mpdu_ack,
{ "Number of MPDUs Transmitted and Acknowledged", "homeplug_av.lnk_stats.tx.mpdu_ack",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_tx_mpdu_col,
{ "Number of MPDUs Transmitted and Collided", "homeplug_av.lnk_stats.tx.mpdu_col",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_tx_mpdu_fai,
{ "Number of MPDUs Transmitted and Failed", "homeplug_av.lnk_stats.tx.mpdu_fail",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_tx_pbs_pass,
{ "Number of PB Transmitted Successfully", "homeplug_av.lnk_stats.tx.pbs_pass",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_tx_pbs_fail,
{ "Number of PB Transmitted Unsuccessfully", "homeplug_av.lnk_stats.tx.pbs_fail",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_rx,
{ "Rx link statistics", "homeplug_av.lnk_stats.rx",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_rx_mpdu_ack,
{ "Number of MPDUs Received and Acknowledged", "homeplug_av.lnk_stats.rx.mdpu_ack",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_rx_mpdu_fai,
{ "Number of MPDUs Received and Failed", "homeplug_av.lnk_stats.rx.mdpu_fail",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_rx_pbs_pass,
{ "Number of PB Received Successfully", "homeplug_av.lnk_stats.rx.pbs_pass",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_rx_pbs_fail,
{ "Number of PB Received Unsuccessfully", "homeplug_av.lnk_stats.rx.pbs_fail",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_rx_tb_pass,
{ "Sum of Turbo Bit Error over successfully received PBs", "homeplug_av.lnk_stats.rx.tb_pass",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_rx_tb_fail,
{ "Sum of Turbo Bit Error over unsuccessfully received PBs", "homeplug_av.lnk_stats.rx.tb_fail",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_rx_num_int,
{ "Number of Tone Map Intervals", "homeplug_av.lnk_stats.rx.num_int",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rx_inv_stats,
{ "Rx Interval Statistics", "homeplug_av.lnk_stats.rx.inv",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rx_inv_phy_rate,
{ "Rx Phy Rate for Tone Map Interval 0", "homeplug_av.lnk_stats.rx.inv.phy_rate",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rx_inv_pbs_pass,
{ "Number of PB Received Successfully", "homeplug_av.lnk_stats.rx.inv.pbs_pass",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rx_inv_pbs_fail,
{ "Number of PB Received Unsuccessfully", "homeplug_av.lnk_stats.rx.inv.pbs_fail",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rx_inv_tb_pass,
{ "Sum of the Turbo Bit Error over all PBs received successfully", "homeplug_av.lnk_stats.rx.inv.tb_pass",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rx_inv_tb_fail,
{ "Sum of the Turbo Bit Error over all PBs received unsuccessfully", "homeplug_av.lnk_stats.rx.inv.tb_fail",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* Sniffer Request */
{ &hf_homeplug_av_sniffer_req,
{ "Sniffer Request", "homeplug_av.sniffer_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_sniffer_req_ctrl,
{ "Sniffer Control", "homeplug_av.sniffer_req.ctrl",
@@ -7029,7 +7029,7 @@ proto_register_homeplug_av(void)
/* Sniffer Confirmation */
{ &hf_homeplug_av_sniffer_cnf,
{ "Sniffer Confirmation", "homeplug_av.sniffer_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_sniffer_cnf_status,
{ "Status", "homeplug_av.sniffer_cnf.status",
@@ -7037,16 +7037,16 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_sniffer_cnf_state,
{ "State", "homeplug_av.sniffer_cnf.state",
- FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_sniffer_cnf_da,
{ "Destination address", "homeplug_av.sniffer_cnf.da",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Sniffer Indicate */
{ &hf_homeplug_av_sniffer_ind,
{ "Sniffer Indicate", "homeplug_av.sniffer_ind",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_sniffer_ind_type,
{ "Sniffer Type", "homeplug_av.sniffer_ind.type",
@@ -7054,7 +7054,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_sniffer_ind_data,
{ "Sniffer Data", "homeplug_av.sniffer_ind.data",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_sniffer_data_dir,
{ "Direction", "homeplug_av.sniffer_ind.data.dir",
@@ -7062,36 +7062,36 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_sniffer_data_systime,
{ "System time", "homeplug_av.sniffer_ind.data.systime",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_sniffer_data_bc_time,
{ "Beacon time", "homeplug_av.sniffer_ind.data.bc_time",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* Network Info Confirmation */
{ &hf_homeplug_av_nw_info_cnf,
{ "Network Info Confirmation", "homeplug_av.nw_info_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_net_info,
{ "Networks informations", "homeplug_av.nw_info_cnf.net_info",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_num_avlns,
{ "Number of AV Logical Networks", "homeplug_av.nw_info.num_avlns",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_nid,
{ "Network ID", "homeplug_av.nw_info.nid",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_snid,
{ "Short Network ID", "homeplug_av.nw_info.snid",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_tei,
{ "Terminal Equipment Identifier", "homeplug_av.nw_info.tei",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_sta_role,
{ "Station Role", "homeplug_av.nw_info.sta_role",
@@ -7099,15 +7099,15 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_nw_info_cco_mac,
{ "CCo MAC Address", "homeplug_av.nw_info_cnf.cco_mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_cco_tei,
{ "CCo Terminal Equipment Identifier", "homeplug_av.nw_info_cnf.cco_tei",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_num_stas,
{ "Number of AV Stations", "homeplug_av.nw_info_cnf.num_stas",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_access,
{ "Access network", "homeplug_av.nw_info_cnf.access",
@@ -7115,40 +7115,40 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_nw_info_num_coord,
{ "Number of neighbor networks coordinating", "homeplug_av.nw_info_cnf.num_coord",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* Network Info per station */
{ &hf_homeplug_av_nw_info_sta_info,
{ "Stations Informations", "homeplug_av.nw_info_cnf.sta_info",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_sta_da,
{ "Station MAC Address", "homeplug_av.nw_info_cnf.sta_info.da",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_sta_tei,
{ "Station Terminal Equipment Identifier", "homeplug_av.nw_info_cnf.sta_indo.tei",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_sta_bda,
{ "MAC Address of first Node Bridged by Station", "homeplug_av.nw_info_cnf.sta_indo.bda",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av10_nw_info_sta_phy_dr_tx,
{ "Average PHY Tx data Rate (Mbits/sec)", "homeplug_av.nw_info_cnf.sta_indo.phy_dr_tx",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av10_nw_info_sta_phy_dr_rx,
{ "Average PHY Rx data Rate (Mbits/sec)", "homeplug_av.nw_info_cnf.sta_indo.phy_dr_rx",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av11_nw_info_sta_phy_dr_tx,
{ "Average PHY Tx data Rate (Mbits/sec)", "homeplug_av.nw_info_cnf.sta_indo.phy_dr_tx",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av11_nw_info_sta_phy_dr_rx,
{ "Average PHY Rx data Rate (Mbits/sec)", "homeplug_av.nw_info_cnf.sta_indo.phy_dr_rx",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av11_nw_info_sta_cpling_tx,
{ "PHY Tx Coupling", "homeplug_av.nw_info_cnf.sta_info.phy_coupling_tx",
@@ -7161,11 +7161,11 @@ proto_register_homeplug_av(void)
/* Check Points Request */
{ &hf_homeplug_av_cp_rpt_req,
{ "Check Points Request", "homeplug_av.cp_rpt_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_req_session_id,
{ "Session ID", "homeplug_av.cp_rpt_req.session_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_req_clr,
{ "Clear flag", "homeplug_av.cp_rpt_req.clr",
@@ -7174,7 +7174,7 @@ proto_register_homeplug_av(void)
/* Check Points Confirmation */
{ &hf_homeplug_av_cp_rpt_ind,
{ "Check Points Confirmation", "homeplug_av.cp_rpt_ind",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_ind_status,
{ "Status", "homeplug_av.cp_rpt_ind.status",
@@ -7182,69 +7182,69 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_cp_rpt_ind_major_ver,
{ "Major version", "homeplug_av.cp_rpt_ind.major_ver",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_ind_minor_ver,
{ "Minor version", "homeplug_av.cp_rpt_ind.minor_ver",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_ind_session_id,
{ "Session ID", "homeplug_av.cp_rpt_ind.session_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_ind_total_size,
{ "Total size", "homeplug_av.cp_rpt_ind.total_size",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_ind_blk_offset,
{ "Offset", "homeplug_av.cp_rpt_ind.blk_offset",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_ind_byte_index,
{ "Byte Index", "homeplug_av.cp_rpt_ind.byte_index",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_ind_num_parts,
{ "Number of parts", "homeplug_av.cp_rpt_ind.num_parts",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_ind_curr_part,
{ "Current part", "homeplug_av.cp_rpt_ind.curr_part",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_ind_data_len,
{ "Data length", "homeplug_av.cp_rpt_ind.data_len",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_ind_data_ofs,
{ "Data offset", "homeplug_av.cp_rpt_ind.data_ofs",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cp_rpt_ind_data,
{ "Report Data", "homeplug_av.cp_rpt_ind.data",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Loopback Request */
{ &hf_homeplug_av_fr_lbk_req,
{ "Loopback Request", "homeplug_av.fr_lbk.req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_fr_lbk_duration,
{ "Duration", "homeplug_av.lbk.duration",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_fr_lbk_len,
{ "Length", "homeplug_av.lbk.len",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_fr_lbk_req_data,
{ "Data", "homeplug_av.fr_lbj_req.data",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Loopback Confirmation */
{ &hf_homeplug_av_fr_lbk_cnf,
{ "Loopback Confirmation", "homeplug_av.fr_lbk_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_fr_lbk_cnf_status,
{ "Status", "homeplug_av.fr_lbk_cnf.status",
@@ -7252,7 +7252,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_lbk_stat_cnf,
{ "Loopback Status Confirmation", "homeplug_av.lnk_stat_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_lbk_stat_cnf_status,
{ "Status", "homeplug_av.lnk_stat_cnf.status",
@@ -7265,7 +7265,7 @@ proto_register_homeplug_av(void)
/* Set Encryption Key Request */
{ &hf_homeplug_av_set_key_req,
{ "Set Encryption Key Request", "homeplug_av.set_key_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_set_key_req_eks,
{ "EKS", "homeplug_av.set_key_req.eks",
@@ -7273,20 +7273,20 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_set_key_req_nmk,
{ "NMK", "homeplug_av.set_key_req.nmk",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_set_key_req_rda,
{ "Destination Address", "homeplug_av.set_key_req.rda",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_set_key_req_dak,
{ "DAK", "homeplug_av.set_key_req.dak",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Set Encryption Key Confirmation */
{ &hf_homeplug_av_set_key_cnf,
{ "Set Encryption Key Confirmation", "homeplug_av.set_key_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_set_key_cnf_status,
{ "Status", "homeplug_av.set_key_cnf.status",
@@ -7295,7 +7295,7 @@ proto_register_homeplug_av(void)
/* Get Manufacturer String Confirmation */
{ &hf_homeplug_av_mfg_string_cnf,
{ "Get Manufacturer String Confirmation", "homeplug_av.mfg_string_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_mfg_string_cnf_status,
{ "Status", "homeplug_av.mfg_string_cnf.status",
@@ -7303,16 +7303,16 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_mfg_string_cnf_len,
{ "Length", "homeplug_av.mfg_string_cnf.len",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_mfg_string_cnf_string,
{ "Manufacturing String", "homeplug_av.mfg_string_cnf.string",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Read Configuration Block Confirmation */
{ &hf_homeplug_av_rd_cblock_cnf,
{ "Read Configuration Block Confirmation", "homeplug_av.rd_block_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_rd_cblock_cnf_status,
{ "Status", "homeplug_av.rd_block_cnf.status",
@@ -7320,40 +7320,40 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_rd_cblock_cnf_len,
{ "Length", "homeplug_av.rd_block_cnf.len",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* Configuration Block Header */
{ &hf_homeplug_av_cblock_hdr,
{ "Configuration Block Header", "homeplug_av.cblock_hdr",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_hdr_ver,
{ "Header Version Number", "homeplug_av.cblock_hdr.ver",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_img_rom_addr,
{ "Image address in NVM", "homeplug_av.cblock_hdr.img_rom_addr",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_img_addr,
{ "Image address in SDRAM", "homeplug_av.cblock_hdr.img_addr",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_img_len,
{ "Image length", "homeplug_av.cblock_hdr.img_len",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_img_chksum,
{ "Image Checksum", "homeplug_av.cblock_hdr.img_chksum",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_entry_point,
{ "Entry Point", "homeplug_av.cblock_hdr.entry_point",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_hdr_minor,
{ "Header minor version", "homeplug_av.cblock_hdr.minor",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_hdr_img_type,
{ "Header image type", "homeplug_av.cblock_hdr.img_type",
@@ -7365,66 +7365,66 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_cblock_hdr_module_id,
{ "Header module ID", "homeplug_av.cblock_hdr.module_id",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_hdr_module_subid,
{ "Header module sub ID", "homeplug_av.cblock_hdr.module_subid",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_next_hdr,
{ "Address of next header in NVM", "homeplug_av.cblock_hdr.next_hdr",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_hdr_chksum,
{ "Header checksum", "homeplug_av.cblock_hdr.hdr_chksum",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Configuration Block */
{ &hf_homeplug_av_cblock,
{ "Configuration Block", "homeplug_av.cblock",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_sdram_size,
{ "SDRAM size", "homeplug_av.cblock.sdram_size",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_sdram_conf,
{ "SDRAM Configuration Register", "homeplug_av.cblock.sdram_conf",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_sdram_tim0,
{ "SDRAM Timing Register 0", "homeplug_av.cblock.sdram_tim0",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_sdram_tim1,
{ "SDRAM Timing Register 1", "homeplug_av.cblock.sdram_tim1",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_sdram_cntrl,
{ "SDRAM Control Register", "homeplug_av.cblock.sdram_cntrl",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_sdram_refresh,
{ "SDRAM Refresh Register", "homeplug_av.cblock.sdram_refresh",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cblock_mac_clock,
{ "MAC Clock Register", "homeplug_av.cblock.mac_clock",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Set SDRAM Configuration Request */
{ &hf_homeplug_av_set_sdram_req,
{ "Set SDRAM Configuration Request", "homeplug_av.set_sdram_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_set_sdram_req_chksum,
{ "Checksum", "homeplug_av.set_sdram_req.chksum",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Set SDRAM Configuration Confirmation */
{ &hf_homeplug_av_set_sdram_cnf,
{ "Set SDRAM Configuration Confirmation", "homeplug_av.set_sdram_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_set_sdram_cnf_status,
{ "Status", "homeplug_av.set_sdram_cnf.status",
@@ -7433,7 +7433,7 @@ proto_register_homeplug_av(void)
/* Embedded Host Action Required Indicate */
{ &hf_homeplug_av_host_action_ind,
{ "Embedded Host Action Required Indicate", "homeplug_av.host_action_ind",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_host_action_ind_act,
{ "Action required", "homeplug_av.host_action_ind.action",
@@ -7442,7 +7442,7 @@ proto_register_homeplug_av(void)
/* Embedded Host Action Required Response */
{ &hf_homeplug_av_host_action_rsp,
{ "Embedded Host Action Required Response", "homeplug_av.host_action_rsp",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_host_action_rsp_sts,
{ "Status", "homeplug_av.host_action_rsp.status",
@@ -7451,11 +7451,11 @@ proto_register_homeplug_av(void)
/* Get Device Attributes Request */
{ &hf_homeplug_av_op_attr_req,
{ "Get Device Attributes Request", "homeplug_av.op_attr_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_cookie,
{ "Cookie", "homeplug_av.op_attr.cookie",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_rep_type,
{ "Report Type", "homeplug_av.op_attr.rep_type",
@@ -7464,7 +7464,7 @@ proto_register_homeplug_av(void)
/* Get Device Attributes Confirmation */
{ &hf_homeplug_av_op_attr_cnf,
{ "Get Device Attributes Confirmation", "homeplug_av.op_attr_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_cnf_status,
{ "Status", "homeplug_av.op_attr_cnf.status",
@@ -7472,48 +7472,48 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_op_attr_cnf_size,
{ "Size", "homeplug_av.op_attr_cnf.size",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_cnf_data,
{ "Data", "homeplug_av.op_attr_cnf.data",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* Device Attributes binary report */
{ &hf_homeplug_av_op_attr_data_hw,
{ "Hardware platform", "homeplug_av.op_attr_cnf.data.hw",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_data_sw,
{ "Software platform", "homeplug_av.op_attr_cnf.data.sw",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_data_sw_major,
{ "Major version", "homeplug_av.op_attr_cnf.data.sw_major",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_data_sw_minor,
{ "Minor version", "homeplug_av.op_attr_cnf.data.sw_minor",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_data_sw_sub,
{ "Software/PIB version", "homeplug_av.op_attr_cnf.data.sw_sub",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_data_sw_num,
{ "Software build number", "homeplug_av.op_attr_cnf.data.sw_sub",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_data_sw_date,
{ "Build date", "homeplug_av.op_attr_cnf.data.sw_date",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_data_sw_rel,
{ "Release type", "homeplug_av.op_attr_cnf.data.sw_rel",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_data_sw_sdram_type,
{ "SDRAM type", "homeplug_av.op_attr_cnf.data.sw_sdram_type",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_data_sw_linefreq,
{ "Line frequency (Hz)", "homeplug_av.op_attr_cnf.data.sw_linefreq",
@@ -7525,16 +7525,16 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_op_attr_data_sw_sdram_size,
{ "SDRAM size (Mbytes)", "homeplug_av.op_attr_cnf.data.sw_sdram_size",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_op_attr_data_sw_auth_mode,
{ "Authorization mode", "homeplug_av.op_attr_cnf.data.sw_auth_mode",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* Get Ethernet PHY Settings Request */
{ &hf_homeplug_av_enet_phy_req,
{ "Get Ethernet PHY Settings Request", "homeplug_av.enet_phy_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_enet_phy_req_mcontrol,
{ "Message Control", "homeplug_av.enet_phy_req.mcontrol",
@@ -7542,12 +7542,12 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_enet_phy_req_addcaps,
{ "Advertisement Capabilities", "homeplug_av.enet_phy_req.addcaps",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Get Ethernet PHY Settings Confirmation */
{ &hf_homeplug_av_enet_phy_cnf,
{ "Get Ethernet PHY Settings Confirmation", "homeplug_av.enet_phy_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_enet_phy_cnf_status,
{ "Status", "homeplug_av.enet_phy_cnf.status",
@@ -7564,15 +7564,15 @@ proto_register_homeplug_av(void)
/* Tone Map Tx Characteristics Request */
{ &hf_homeplug_av_tone_map_tx_req,
{ "Tone Map Tx Characteristics Request", "homeplug_av.tone_map_tx_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_tx_req_mac,
{ "Peer address", "homeplug_av.tone_map_tx_req.mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_tx_req_slot,
{ "Tone Map slot", "homeplug_av.tone_map_tx_req.slot",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_tx_req_coupling,
{ "Coupling", "homeplug_av.tone_map_tx_req.coupling",
@@ -7581,15 +7581,15 @@ proto_register_homeplug_av(void)
/* Tone Map Rx Characteristics Request */
{ &hf_homeplug_av_tone_map_rx_req,
{ "Tone Map Rx Characteristics Request", "homeplug_av.tone_map_rx_req",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_rx_req_mac,
{ "Peer address", "homeplug_av.tone_map_rx_req.mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_rx_req_slot,
{ "Tone Map slot", "homeplug_av.tone_map_rx_req.slot",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_rx_req_coupling,
{ "Coupling", "homeplug_av.tone_map_rx_req.coupling",
@@ -7598,36 +7598,36 @@ proto_register_homeplug_av(void)
/* Tone Map Tx Characteristics Confirmation */
{ &hf_homeplug_av_tone_map_tx_cnf,
{ "Tone Map Tx Characteristics Confirmation", "homeplug_av.tone_map_tx_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_tx_cnf_status,
{ "Status", "homeplug_av.tone_map_tx_cnf.status",
- FT_UINT8, BASE_HEX, VALS(homeplug_av_tone_map_status_vals), 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, VALS(homeplug_av_tone_map_status_vals), 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_tx_cnf_len,
{ "Length", "homeplug_av.tone_map_tx_cnf.len",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_tx_cnf_mac,
{ "Peer address", "homeplug_av.tone_map_tx_cnf.mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_tx_cnf_slot,
{ "Slot", "homeplug_av.tone_map_tx_cnf.slot",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_tx_cnf_num_tms,
{ "Number of Tone Maps in use", "homeplug_av.tone_map_tx_cnf.num_tms",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_tx_cnf_num_act,
{ "Tone map number of active carriers", "homeplug_av.tone_map_tx_cnf.num_act",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* Tone Map Rx Characteristics Confirmation */
{ &hf_homeplug_av_tone_map_rx_cnf,
{ "Tone Map Rx Characteristics Confirmation", "homeplug_av.tone_map_rx_cnf",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_rx_cnf_status,
{ "Status", "homeplug_av.tone_map_rx_cnf.status",
@@ -7635,19 +7635,19 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_tone_map_rx_cnf_len,
{ "Length", "homeplug_av.tone_map_rx_cnf.len",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_rx_cnf_subver,
{ "MME Subversion", "homeplug_av.tone_map_rx_cnf.mmesubversion",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_rx_cnf_mac,
{ "Peer address", "homeplug_av.tone_map_rx_cnf.mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_rx_cnf_slot,
{ "Slot", "homeplug_av.tone_map_rx_cnf.slot",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_rx_cnf_coupling,
{ "Coupling", "homeplug_av.tone_map_rx_cnf.coupling",
@@ -7655,28 +7655,28 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_tone_map_rx_cnf_num_tms,
{ "Number of Tone Maps in use", "homeplug_av.tone_map_rx_cnf.num_tms",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_rx_cnf_num_act,
{ "Tone map number of active carriers", "homeplug_av.tone_map_rx_cnf.num_act",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_rx_cnf_agc,
{ "Automatic Gain Control (AGC)", "homeplug_av.tone_map_rx_cnf.agc",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_rx_cnf_gil,
{ "Guard Interval Length (GIL)", "homeplug_av.tone_map_rx_cnf.gil",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* Tone Map Carrier informations */
{ &hf_homeplug_av_tone_map_carriers,
{ "Tone Map carriers", "homeplug_av.tone_map_cnf.carriers",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_carrier,
{ "Modulation per carrier", "homeplug_av.tone_map_cnf.carrier",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_tone_map_carrier_lo,
{ "Modulation (Low carrier)", "homeplug_av.tone_map_cnf.carrier.lo",
@@ -7693,7 +7693,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_cc_assoc_nid,
{ "Network ID", "homeplug_av.cc_assoc.nid",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_assoc_cco_cap,
{ "CCo Capability", "homeplug_av.cc_assoc.cco_cap",
@@ -7709,20 +7709,20 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_cc_assoc_snid,
{ "Short Network ID", "homeplug_av.cc_assoc.snid",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_assoc_tei,
{ "TEI", "homeplug_av.cc_assoc.tei",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_assoc_lease_time ,
{ "Lease time (min)", "homeplug_av.cc_assoc.lease_time",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* CM_UNASSOCIATED_STA_IND */
{ &hf_homeplug_av_cm_unassoc_sta_nid,
{ "Network ID", "homeplug_av.cm_unassoc_sta.nid",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cm_unassoc_sta_cco_cap,
{ "CCo Capability", "homeplug_av.cm_unassoc_sta.cco_cap",
@@ -7735,15 +7735,15 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_cc_set_tei_map_ind_num,
{ "Number of entries", "homeplug_av.cc_set_tei_map_ind.num",
- FT_UINT8, BASE_DEC_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_set_tei_map_ind_tei,
{ "TEI", "homeplug_av.cc_set_tei_map_ind.tei",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_set_tei_map_ind_mac,
{ "MAC Address", "homeplug_av.cc_set_tei_map_ind.mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_cc_set_tei_map_ind_status,
{ "Status", "homeplug_av.cc_set_tei_map_ind.status",
@@ -7753,7 +7753,7 @@ proto_register_homeplug_av(void)
/* CM_SLAC_PARM.* */
{ &hf_homeplug_av_gp_cm_slac_parm_apptype,
{ "Application type", "homeplug_av.gp.cm_slac_parm.apptype",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_parm_sectype,
{ "Security in M-Sound Message", "homeplug_av.gp.cm_slac_parm.sectype",
@@ -7761,27 +7761,27 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_gp_cm_slac_parm_runid,
{ "Run ID", "homeplug_av.gp.cm_slac_parm.runid",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_parm_cipher_size,
{ "Cipher Suite Set Size", "homeplug_av.gp.cm_slac_parm.cipher_size",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_parm_cipher,
{ "Cipher Suite", "homeplug_av.gp.cm_slac_parm.cipher",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_parm_sound_target,
{ "M-Sound Target", "homeplug_av.gp.cm_slac_parm.sound_target",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_parm_sound_count,
{ "M-Sound Count", "homeplug_av.gp.cm_slac_parm.sound_count",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_parm_time_out,
{ "M-Sound MPDU Time Out (N*100 msec)", "homeplug_av.gp.cm_slac_parm.time_out",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_parm_resptype,
{ "Response type", "homeplug_av.gp.cm_slac_parm.resptype",
@@ -7789,20 +7789,20 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_gp_cm_slac_parm_forwarding_sta,
{ "Forwarded to MAC", "homeplug_av.gp.cm_slac_parm.forwarding_sta",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* CM_ATTEN_PROFILE_IND */
{ &hf_homeplug_av_gp_cm_atten_profile_ind_pev_mac,
{ "PEV MAC Address", "homeplug_av.gp.cm_atten_profile_ind.pev_mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_atten_profile_ind_num_groups,
{ "Number of Groups", "homeplug_av.gp.cm_atten_profile_ind.groups_count",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_atten_profile_ind_aag,
{ "Average Attenuation of group (dB)", "homeplug_av.gp.cm_atten_profile_ind.aag",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* CM_ATTEN_CHAR */
{ &hf_homeplug_av_gp_cm_atten_char_result,
@@ -7811,7 +7811,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_gp_cm_atten_char_apptype,
{ "Application type", "homeplug_av.gp.cm_atten_char.apptype",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_atten_char_sectype,
{ "Security", "homeplug_av.gp.cm_atten_char.sectype",
@@ -7819,44 +7819,44 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_gp_cm_atten_char_source_mac,
{ "Source MAC", "homeplug_av.gp.cm_atten_char.source_mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_atten_char_runid,
{ "Run ID", "homeplug_av.gp.cm_atten_char.runid",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_atten_char_source_id,
{ "Source ID", "homeplug_av.gp.cm_atten_char.source_id",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_atten_char_resp_id,
{ "Response ID", "homeplug_av.gp.cm_atten_char.resp_id",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_atten_char_numgroups,
{ "Number of Groups", "homeplug_av.gp.cm_atten_char.groups_count",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_atten_char_numsounds,
{ "Number of Sounds", "homeplug_av.gp.cm_atten_char.sounds_count",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_atten_char_aag,
{ "Average Attenuation of group (dB)", "homeplug_av.gp.cm_atten_char.aag",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_atten_char_profile,
{ "Signal level attenuation profile", "homeplug_av.gp.cm_atten_char.profile",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_atten_char_cms_data,
{ "CMS Data", "homeplug_av.gp.cm_atten_char.cms_data",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* CM_START_ATTEN_CHAR */
{ &hf_homeplug_av_gp_cm_start_atten_char_time_out,
{ "M-Sound MPDU Time Out (N*100 msec)", "homeplug_av.gp.cm_start_atten_char.time_out",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_start_atten_char_resptype,
{ "Response type", "homeplug_av.gp.cm_start_atten_char.resptype",
@@ -7864,20 +7864,20 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_gp_cm_start_atten_char_forwarding_sta,
{ "Forwarded to MAC", "homeplug_av.gp.cm_start_atten_char.sound_forwarding_sta",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_start_atten_char_runid,
{ "Run ID", "homeplug_av.gp.cm_start_atten_char.runid",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_start_atten_char_numsounds,
{ "Number of Sounds", "homeplug_av.gp.cm_start_atten_char.sounds_count",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* CM_MNBC_SOUND */
{ &hf_homeplug_av_gp_cm_mnbc_sound_apptype,
{ "Application type", "homeplug_av.gp.cm_mnbc_sound.apptype",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_mnbc_sound_sectype,
{ "Security", "homeplug_av.gp.cm_mnbc_sound.sectype",
@@ -7885,23 +7885,23 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_gp_cm_mnbc_sound_sender_id,
{ "Sender ID", "homeplug_av.gp.cm_mnbc_sound.sender_id",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_mnbc_sound_countdown,
{ "Remaining Number of Sounds", "homeplug_av.gp.cm_mnbc_sound.countdown",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_mnbc_sound_runid,
{ "Run ID", "homeplug_av.gp.cm_mnbc_sound.runid",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_mnbc_sound_rsvd,
{ "Reserved", "homeplug_av.gp.cm_mnbc_sound.reserved",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_mnbc_sound_rnd,
{ "Random number", "homeplug_av.gp.cm_mnbc_sound.rnd",
- FT_BYTES, SEP_SPACE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_SPACE, NULL, 0x0, NULL, HFILL }
},
/* CM_VALIDATE */
{ &hf_homeplug_av_gp_cm_validate_signaltype,
@@ -7910,7 +7910,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_gp_cm_validate_timer,
{ "Timer (N*100 ms)", "homeplug_av.gp.cm_validate.timer",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_validate_result,
{ "Result", "homeplug_av.gp.cm_validate.result",
@@ -7918,12 +7918,12 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_gp_cm_validate_togglenum,
{ "Number of detected toggles", "homeplug_av.gp.cm_validate.togglenum",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* CM_SLAC_MATCH */
{ &hf_homeplug_av_gp_cm_slac_match_apptype,
{ "Application type", "homeplug_av.gp.cm_slac_match.apptype",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_match_sectype,
{ "Security", "homeplug_av.gp.cm_slac_match.sectype",
@@ -7931,39 +7931,39 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_gp_cm_slac_match_length,
{ "Length", "homeplug_av.gp.cm_slac_match.length",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_match_pev_id,
{ "PEV ID", "homeplug_av.gp.cm_slac_match.pev_id",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_match_pev_mac,
{ "PEV MAC", "homeplug_av.gp.cm_slac_match.pev_mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_match_evse_id,
{ "EVSE ID", "homeplug_av.gp.cm_slac_match.evse_id",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_match_evse_mac,
{ "EVSE MAC", "homeplug_av.gp.cm_slac_match.evse_mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_match_runid,
{ "Run ID", "homeplug_av.gp.cm_slac_match.runid",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_match_rsvd,
{ "Reserved", "homeplug_av.gp.cm_slac_match.rsvd",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_match_nid,
{ "Network ID", "homeplug_av.gp.cm_slac_match.nid",
- FT_BYTES, SEP_COLON, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_match_nmk,
{ "Network Membership Key (NMK)", "homeplug_av.gp.cm_slac_match.nmk",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* CM_SLAC_USER_DATA */
{ &hf_homeplug_av_gp_cm_slac_user_data_broadcast_tlv_type,
@@ -7984,7 +7984,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_gp_cm_slac_user_data_tlv_str_bytes,
{ "Data", "homeplug_av.gp.cm_slac_user_data.tlv.str",
- FT_BYTES, SEP_SPACE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_SPACE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_user_data_tlv_oui,
{ "OUI", "homeplug_av.gp.cm_slac_user_data.tlv.oui",
@@ -7992,28 +7992,28 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_gp_cm_slac_user_data_tlv_subtype,
{ "Subtype", "homeplug_av.gp.cm_slac_user_data.tlv.subtype",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_gp_cm_slac_user_data_tlv_info_str,
{ "Data", "homeplug_av.gp.cm_slac_user_data.tlv.info_str",
- FT_BYTES, SEP_SPACE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_SPACE, NULL, 0x0, NULL, HFILL }
},
/* ST/IoTecha specific fields */
{ &hf_homeplug_av_st_iotecha_header_rsvd,
{ "Reserved", "homeplug_av.st_iotecha.rsvd",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_header_mmever,
{ "MME version", "homeplug_av.st_iotecha.mmever",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_header_mver,
{ "Message version", "homeplug_av.st_iotecha.mver",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_auth_nmk,
{ "NMK", "homeplug_av.st_iotecha.auth.nmk",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_status_byte,
{ "Status", "homeplug_av.st_iotecha.auth.status",
@@ -8041,43 +8041,43 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_stp_discover_tlv_value_bytes,
{ "Value", "homeplug_av.st_iotecha.stp_discover.tlv.value",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_stp_discover_tlv_value_string,
{ "Value", "homeplug_av.st_iotecha.stp_discover.tlv.value_string",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_gain_ask,
{ "Requested Max Gain", "homeplug_av.st_iotecha.gainmax.ask",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_gain_new,
{ "New (Current) Max Gain", "homeplug_av.st_iotecha.gainmax.new",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_gain_prev,
{ "Previous Max Gain", "homeplug_av.st_iotecha.gainmax.prev",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_tei_count,
{ "Count of TEI", "homeplug_av.st_iotecha.tei.count",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_tei,
{ "TEI", "homeplug_av.st_iotecha.tei",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_tei_snap_addr_count,
{ "Number of remote address entities", "homeplug_av.st_iotecha.tei.snapshot.count",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_tei_snap_tei,
{ "Associated TEI", "homeplug_av.st_iotecha.tei.snapshot.tei",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_mac_address,
{ "MAC Address", "homeplug_av.st_iotecha.macaddress",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_tei_snap_mac_address_flag,
{ "Flags", "homeplug_av.st_iotecha.tei.snapshot.flags",
@@ -8085,11 +8085,11 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_bss_list_count,
{ "BSS Entries Count", "homeplug_av.st_iotecha.bss.count",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_bss_entry,
{ "BSS Entry", "homeplug_av.st_iotecha.bss.entry",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_bss_type,
{ "Type", "homeplug_av.st_iotecha.bss.entry.type",
@@ -8097,7 +8097,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_bss_value_bytes,
{ "Value", "homeplug_av.st_iotecha.bss.entry.value",
- FT_BYTES, SEP_COLON | BASE_ALLOW_ZERO, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_COLON | BASE_ALLOW_ZERO, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chanqual_req_type,
{ "Request Type", "homeplug_av.st_iotecha.chanqual.reqtype",
@@ -8109,11 +8109,11 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_chanqual_mac_local,
{ "MAC of local node", "homeplug_av.st_iotecha.chanqual.mac.local",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chanqual_mac_remote,
{ "MAC of remote node", "homeplug_av.st_iotecha.chanqual.mac.remote",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chanqual_source,
{ "Source of this report", "homeplug_av.st_iotecha.chanqual.source",
@@ -8125,23 +8125,23 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_chanqual_tmi_count,
{ "Size of TMI List", "homeplug_av.st_iotecha.chanqual.tmi.count",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chanqual_tmi,
{ "TMI List", "homeplug_av.st_iotecha.chanqual.chanqual.tmi",
- FT_BYTES, SEP_SPACE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_SPACE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chanqual_int,
{ "Intervals List", "homeplug_av.st_iotecha.int",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chanqual_int_count,
{ "Size of Interval List", "homeplug_av.st_iotecha.chanqual.int.count",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chanqual_int_et,
{ "End Time of interval", "homeplug_av.st_iotecha.chanqual.int.et",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chanqual_int_tmi,
{ "Interval", "homeplug_av.st_iotecha.chanqual.int.tmi",
@@ -8149,15 +8149,15 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_chanqual_tmi_attached,
{ "TMI of the attached Tone Map", "homeplug_av.st_iotecha.chanqual.tmi_atteched",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chanqual_fec_type,
{ "FEC Type/Code Rate", "homeplug_av.st_iotecha.chanqual.fec",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chanqual_cbld,
{ "Carrier Bid Loading Data Nibbles", "homeplug_av.st_iotecha.chanqual.cbld",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chanqual_cbld_data_low,
{ "CBLD Low", "homeplug_av.st_iotecha.chanqual.cbld.data.low",
@@ -8169,27 +8169,27 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_mfct_crc,
{ "CRC plus last CRC", "homeplug_av.st_iotecha.mfct.crc",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_mfct_total_length,
{ "Total length", "homeplug_av.st_iotecha.mfct.total_length",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_mfct_offset,
{ "Offset", "homeplug_av.st_iotecha.mfct.offset",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_mfct_length,
{ "Length", "homeplug_av.st_iotecha.mfct.length",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_mfct_data,
{ "Update Data", "homeplug_av.st_iotecha.mfct.data",
- FT_BYTES, SEP_SPACE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_SPACE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_mfct_timeout,
{ "Time duration before abort", "homeplug_av.st_iotecha.mfct.timeout",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_mfct_request_type,
{ "Request Type", "homeplug_av.st_iotecha.mfct.request_type",
@@ -8201,31 +8201,31 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_mfct_reboot,
{ "Reboot when complete", "homeplug_av.st_iotecha.mfct.reboot",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_mfct_name,
{ "Parameter name", "homeplug_av.st_iotecha.mfct.name",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_mfct_value,
{ "Value", "homeplug_av.st_iotecha.mfct.value",
- FT_BYTES, SEP_SPACE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, SEP_SPACE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_mfct_item_offset,
{ "Offset", "homeplug_av.st_iotecha.mfct.item.offset",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_mfct_item_total_length,
{ "Total length", "homeplug_av.st_iotecha.mfct.item.total_length",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_stp_fup_mac_da,
{ "MAC DA", "homeplug_av.st_iotecha.stp_fup.mac_da",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_stp_fup_mac_sa,
{ "MAC SA", "homeplug_av.st_iotecha.stp_fup.mac_sa",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_stp_fup_mtype,
{ "Message Type", "homeplug_av.st_iotecha.stp_fup.mtype",
@@ -8237,15 +8237,15 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_cpstate_pwm_duty,
{ "PWM Duty Cycle", "homeplug_av.st_iotecha.cpstate.pwm_duty",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_cpstate_pwm_freq,
{ "PWM Frequency", "homeplug_av.st_iotecha.cpstate.pwm_freq",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_cpstate_volatge,
{ "CP Voltage", "homeplug_av.st_iotecha.cpstate.cp_volatge",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_cpstate_adc_bitmask,
{ "ADC Channels", "homeplug_av.st_iotecha.cpstate.adc_bitmask",
@@ -8253,23 +8253,23 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_cpstate_adc_voltage_1,
{ "ADC Channel 1 (mV)", "homeplug_av.st_iotecha.cpstate.adc_channel_1",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_cpstate_adc_voltage_2,
{ "ADC Channel 2 (mV)", "homeplug_av.st_iotecha.cpstate.adc_channel_2",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_cpstate_adc_voltage_3,
{ "ADC Channel 3 (mV)", "homeplug_av.st_iotecha.cpstate.adc_channel_3",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_user_message_info,
{ "Message", "homeplug_av.st_iotecha.user_message",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_user_message_details,
{ "Details", "homeplug_av.st_iotecha.user_message_details",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_test_type,
{ "Test Type", "homeplug_av.st_iotecha.test_type",
@@ -8277,11 +8277,11 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_num_sound,
{ "Number of soundings", "homeplug_av.st_iotecha.num_sound",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_data_ind_addr,
{ "MAC addr", "homeplug_av.st_iotecha.data_ind_addr",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_agc_lock,
{ "AgcLock", "homeplug_av.st_iotecha.agc_lock",
@@ -8289,7 +8289,7 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_db_agc_val,
{ "DbAgcVal", "homeplug_av.st_iotecha.db_agc_val",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_test_status,
{ "Status", "homeplug_av.st_iotecha.test_status",
@@ -8301,35 +8301,35 @@ proto_register_homeplug_av(void)
},
{ &hf_homeplug_av_st_iotecha_sound_remain,
{ "Counter of sound remain", "homeplug_av.st_iotecha.sound_remain",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_ntb_time,
{ "NTB time", "homeplug_av.st_iotecha.ntb_time",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_rsvd1,
{ "Reserved", "homeplug_av.st_iotecha.rsvd1",
- FT_UINT24, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT24, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_rsvd2,
{ "Reserved", "homeplug_av.st_iotecha.rsvd2",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_num_segments,
{ "Number of msg segments", "homeplug_av.st_iotecha.num_segments",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_segment,
{ "Index of curr segment", "homeplug_av.st_iotecha.segment",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_num_chan,
{ "Number of channels", "homeplug_av.st_iotecha.num_chan",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_chan_start,
{ "Carrier map index of ChanData", "homeplug_av.st_iotecha.chan_start",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
}
/* End of ST/IoTecha specific fields */
};
diff --git a/epan/dissectors/packet-ieee17221.c b/epan/dissectors/packet-ieee17221.c
index 9516403757..991c44ac89 100644
--- a/epan/dissectors/packet-ieee17221.c
+++ b/epan/dissectors/packet-ieee17221.c
@@ -4765,15 +4765,15 @@ proto_register_17221(void)
},
{ &hf_adp_entity_id,
{ "Entity ID", "ieee17221.entity_id",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_adp_entity_model_id,
{ "Entity Model ID", "ieee17221.entity_model_id",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_adp_entity_cap,
{ "Entity Capabilities", "ieee17221.entity_capabilities",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Entity Capability Flags Begin */
{ &hf_adp_entity_cap_efu_mode,
@@ -4823,11 +4823,11 @@ proto_register_17221(void)
/* Entity Capability Flags End */
{ &hf_adp_talker_stream_srcs,
{ "Talker Stream Sources", "ieee17221.talker_stream_sources",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_adp_talker_cap,
{ "Talker Capabilities", "ieee17221.talker_capabilities",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Talker Capability Flags Begin */
{ &hf_adp_talk_cap_implement,
@@ -4865,11 +4865,11 @@ proto_register_17221(void)
/* Talker Capability Flags End */
{ &hf_adp_listener_stream_sinks,
{ "Listener Stream Sinks", "ieee17221.listener_stream_sinks",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_adp_listener_cap,
{ "Listener Capabilities", "ieee17221.listener_capabilities",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Listener Capability Flags Begin */
{ &hf_adp_list_cap_implement,
@@ -4907,7 +4907,7 @@ proto_register_17221(void)
/* Listener Capability Flags End */
{ &hf_adp_controller_cap,
{ "Controller Capabilities", "ieee17221.controller_capabilities",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Controller Capability Flags Begin */
{ &hf_adp_cont_cap_implement,
@@ -4921,16 +4921,16 @@ proto_register_17221(void)
/* Controller Capability Flags End */
{ &hf_adp_avail_index,
{ "Available Index", "ieee17221.available_index",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_adp_gptp_gm_id,
{ "gPTP Grandmaster ID", "ieee17221.gptp_grandmaster_id",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
#if 0
{ &hf_adp_def_aud_format,
{ "Default Audio Format", "ieee17221.default_audio_format",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
#endif
#if 0
@@ -4979,7 +4979,7 @@ proto_register_17221(void)
},
{ &hf_adp_def_aud_chan_formats,
{ "Channel Formats", "ieee17221.default_audio_format.channel_formats",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Channel Formats Fields Start */
{ &hf_adp_chan_format_mono,
@@ -5052,17 +5052,17 @@ proto_register_17221(void)
#if 0
{ &hf_adp_def_vid_format,
{ "Default Video Format", "ieee17221.default_video_format",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
#endif
{ &hf_adp_assoc_id,
{ "Association ID", "ieee17221.association_id",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
#if 0
{ &hf_adp_entity_type,
{ "Entity Type", "ieee17221.entity_type",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
#endif
/*******************************************************************/
@@ -5080,43 +5080,43 @@ proto_register_17221(void)
},
{ &hf_acmp_stream_id,
{ "Stream ID", "ieee17221.stream_id",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_acmp_controller_guid,
{ "Controller GUID", "ieee17221.controller_guid",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_acmp_talker_guid,
{ "Talker GUID", "ieee17221.talker_guid",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_acmp_listener_guid,
{ "Listener GUID", "ieee17221.listener_guid",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_acmp_talker_unique_id,
{ "Talker Unique ID", "ieee17221.talker_unique_id",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_acmp_listener_unique_id,
{ "Listener Unique ID", "ieee17221.listener_unique_id",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_acmp_stream_dest_mac,
{ "Destination MAC address", "ieee17221.dest_mac",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_acmp_connection_count,
{ "Connection Count", "ieee17221.connection_count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_acmp_sequence_id,
{ "Sequence ID", "ieee17221.sequence_id",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_acmp_flags,
{ "Flags", "ieee17221.flags",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* ACMP Flags Begin */
{ &hf_acmp_flags_class_b,
@@ -5150,7 +5150,7 @@ proto_register_17221(void)
/* ACMP Flags End */
{ &hf_acmp_vlan_id,
{ "Stream VLAN Id", "ieee17221.vlan_id",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/******* AECP ******/
/* COMMON FIELDS */
@@ -5164,15 +5164,15 @@ proto_register_17221(void)
},
{ &hf_aecp_target_guid,
{ "Target GUID", "ieee17221.target_guid",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_controller_guid,
{ "Controller GUID", "ieee17221.controller_guid",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_sequence_id,
{ "Sequence ID", "ieee17221.sequence_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_u_flag,
{ "U Flag", "ieee17221.u_flag",
@@ -5185,7 +5185,7 @@ proto_register_17221(void)
/* Address Access Fields */
{ &hf_aecp_aa_count,
{ "Count", "ieee17221.count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_aa_tlv_mode,
{ "Tlv Mode", "ieee17221.tlv_mode",
@@ -5207,7 +5207,7 @@ proto_register_17221(void)
},
{ &hf_aecp_descriptor_index,
{"Descriptor Index", "ieee17221.descriptor_index",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* AECP Commands and Responses 1722.1 Sec 7.4 */
@@ -5218,13 +5218,13 @@ proto_register_17221(void)
},
{ &hf_aecp_locked_guid,
{ "Locked GUID", "ieee17221.locked_guid",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL}
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL}
},
/* READ_DESCRIPTOR */
{ &hf_aecp_configuration,
{ "Configuration", "ieee17221.configuration",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* WRITE_DESCRIPTOR */
@@ -5240,7 +5240,7 @@ proto_register_17221(void)
},
{ &hf_aecp_owner_guid,
{ "Owner GUID", "ieee17221.owner_guid",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* CONTROLLER_AVAILABLE */
@@ -5248,13 +5248,13 @@ proto_register_17221(void)
/* SET_CLOCK_SOURCE / GET_CLOCK_SOURCE */
{ &hf_aecp_clock_source_id,
{ "Clock Source ID", "ieee17221.clock_source_id64",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* SET_STREAM_FORMAT */
{ &hf_aecp_stream_format,
{"Stream Format", "ieee17221.stream_format64",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* GET_STREAM_FORMAT */
@@ -5265,15 +5265,15 @@ proto_register_17221(void)
/* SET_SIGNAL_SELECTOR / GET_SIGNAL_SELECTOR */
{ &hf_aecp_signal_type,
{"Signal Type", "ieee17221.signal_type",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_signal_index,
{"Signal Index", "ieee17221.signal_index",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_signal_output,
{"Signal Output", "ieee17221.signal_output",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* SET_MIXER / GET_MIXER */
@@ -5281,19 +5281,19 @@ proto_register_17221(void)
/* SET_MATRIX / GET_MATRIX */
{ &hf_aecp_matrix_column,
{"Matrix Column", "ieee17221.matrix_column",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_matrix_row,
{"Matrix Row", "ieee17221.matrix_row",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_matrix_region_width,
{"Region Width", "ieee17221.matrix_region_width",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_matrix_region_height,
{"Region Height", "ieee17221.matrix_region_height",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_matrix_rep,
{"Rep", "ieee17221.matrix_rep",
@@ -5309,12 +5309,12 @@ proto_register_17221(void)
},
{ &hf_aecp_matrix_item_offset,
{"Item Offset", "ieee17221.matrix_item_offset",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#if 0
{ &hf_aecp_matrix_affected_item_count,
{"Affected Item Count", "ieee17221.matrix_affected_item_count",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
@@ -5325,20 +5325,20 @@ proto_register_17221(void)
/* GET_AVB_INFO */
{ &hf_aecp_avb_info_ptp_grandmaster_id,
{"gPTP Grandmaster ID", "ieee17221.avb_info_gptp_grandmaster_id",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_avb_info_propegation_delay,
{"Propagation Delay", "ieee17221.avb_info_propagation_delay",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_avb_info_gptp_domain_number,
{"gPTP Domain Number", "ieee17221.avb_info_gptp_domain_number",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#if 0
{ &hf_aecp_avb_info_flags,
{"Flags", "ieee17221.avbinfo_flags",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
#endif
@@ -5359,53 +5359,53 @@ proto_register_17221(void)
{ &hf_aecp_avb_info_msrp_mappings_count,
{"MSRP Mappings Count", "ieee17221.msrp_mappings_count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_avb_info_msrp_mappings,
{"MSRP Mappings", "ieee17221.msrp_mappings",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_avb_info_msrp_mapping_traffic_class,
{"MSRP Mapping Traffic Class", "ieee17221.msrp_mapping_traffic_class",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_avb_info_msrp_mapping_priority,
{"MSRP Mapping Priority", "ieee17221.msrp_mapping_priority",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_get_avb_info_msrp_vlan_id,
{"MSRP VLAN ID", "ieee17221.msrp_vlan_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_map_index,
{"Map Index", "ieee17221.map_index",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_number_of_maps,
{"Number of Maps", "ieee17221.number_of_maps",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* GET_STREAM_INFO */
{ &hf_aecp_msrp_accumulated_latency,
{"MSRP Accumulated Latency", "ieee17221.msrp_accumulated_latency",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_msrp_failure_code,
{"MSRP Failure Code", "ieee17221.msrp_failure_code",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_msrp_failure_bridge_id,
{"MSRP Failure Bridge ID", "ieee17221.msrp_failure_bridge_id",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
#if 0
{ &hf_aecp_stream_vlan_id,
{"Stream VLAN ID", "ieee17221.stream_vlan_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
{ &hf_aecp_stream_vlan_id_valid_flag,
@@ -5440,44 +5440,44 @@ proto_register_17221(void)
/* SET_NAME / GET_NAME */
{ &hf_aecp_name_index,
{"Name Index", "ieee17221.name_index",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_configuration_index,
{"Configuration Index", "ieee17221.configuration_index",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_name,
{"Name", "ieee17221.name",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* SET_ASSOCIATION_ID / GET_ASSOCIATION_ID */
{ &hf_aecp_association_id,
{"Association ID", "ieee17221.association_id",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* GET_AS_PATH */
{ &hf_aecp_as_path_count,
{"Count", "ieee17221.as_path_count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_as_path_sequences,
{"Path Sequence", "ieee17221.as_path_sequences",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_get_as_info_clock_id,
{ "ClockId", "ieee17221.get_as_info_clock_id",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* AUTH_ADD_KEY */
{ &hf_aecp_keychain_id,
{"Keychain ID", "ieee17221.keychain_id",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_keychain_id_small,
{"Keychain ID", "ieee17221.keychain_id_small",
@@ -5489,7 +5489,7 @@ proto_register_17221(void)
},
{ &hf_aecp_key_signature,
{"Key Signature", "ieee17221.key_signature",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
#if 0
{ &hf_aecp_key_number,
@@ -5555,20 +5555,20 @@ proto_register_17221(void)
{ &hf_aecp_keychain_list_index,
{"Keychain List Index", "ieee17221.keychain_list_index",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_keychain_number_of_keys,
{"Keychain Number of Keys", "ieee17221.keychain_number_of_keys",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_keychain_number_of_lists,
{"Keychain Number of Lists", "ieee17221.keychain_number_of_lists",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_key_eui,
{"Key EUI", "ieee17221.key_eui",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_token_length,
{"Token Length", "ieee17221.token_length",
@@ -5576,15 +5576,15 @@ proto_register_17221(void)
},
{ &hf_aecp_key,
{"Key", "ieee17221.key",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_auth_token,
{"Auth Token", "ieee17221.auth_token",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_flags_32,
{"Flags", "ieee17221.flags",
- FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* AUTH_GET_KEY */
@@ -5715,122 +5715,122 @@ proto_register_17221(void)
/* Counters */
{ &hf_aecp_avb_interface_link_up,
{"Link Up", "ieee17221.link_up",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_avb_interface_link_down,
{"Link Down", "ieee17221.link_down",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_avb_interface_packets_tx,
{"Frames TX", "ieee17221.frames_tx",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_avb_interface_packets_rx,
{"Frames RX", "ieee17221.frames_rx",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_avb_interface_rx_crc_error,
{"RX CRC Error", "ieee17221.rx_crc_error",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_avb_interface_gptp_gm_changed,
{"GPTP GM Changed", "ieee17221.gptp_gm_changed",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_clock_domain_unlocked,
{"Clock Domain Unlocked", "ieee17221.clock_domain_unlocked",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_clock_domain_locked,
{"Clock_Domain Locked", "ieee17221.clock_domain_locked",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_media_unlocked,
{"Media Unlocked", "ieee17221.media_unlocked",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_media_locked,
{"Media Locked", "ieee17221.media_locked",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_stream_reset,
{"Stream Reset", "ieee17221.stream_reset",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_seq_num_mismatch,
{"Seq Num Mismatch", "ieee17221.seq_num_mismatch",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_media_reset,
{"Media Reset", "ieee17221.media_reset",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_timestamp_uncertain,
{"Timestamp Uncertain", "ieee17221.timestamp_uncertain",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_timestamp_valid,
{"Timestamp Valid", "ieee17221.timestamp",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_timestamp_not_valid,
{"Timestamp Not Valid", "ieee17221.timestamp_not",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_unsupported_format,
{"Unsupported Format", "ieee17221.unsupported_format",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_late_timestamp,
{"Late Timestamp", "ieee17221.late_timestamp",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_early_timestamp,
{"Early Timestamp", "ieee17221.early_timestamp",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_packets_tx,
{"Stream Packets TX", "ieee17221.stream_packets_tx",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_stream_input_packets_rx,
{"Stream Packets RX", "ieee17221.stream_packets_rx",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_entity_specific1,
{"Entity Specific 1", "ieee17221.entity_specific1",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_entity_specific2,
{"Entity Specific 2", "ieee17221.entity_specific2",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_entity_specific3,
{"Entity Specific 3", "ieee17221.entity_specific3",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_entity_specific4,
{"Entity Specific 4", "ieee17221.entity_specific4",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_entity_specific5,
{"Entity Specific 5", "ieee17221.entity_specific5",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_entity_specific6,
{"Entity Specific 6", "ieee17221.entity_specific6",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_entity_specific7,
{"Entity Specific 7", "ieee17221.entity_specific7",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_entity_specific8,
{"Entity Specific 8", "ieee17221.entity_specific8",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* REBOOT */
@@ -5839,13 +5839,13 @@ proto_register_17221(void)
#if 0
{ &hf_aecp_media_format,
{"Media Format", "ieee17221.media_format",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
#endif
{ &hf_aecp_video_format,
{"Video Format", "ieee17221.video_format",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_sampling_rate_pull,
@@ -5867,16 +5867,16 @@ proto_register_17221(void)
#endif
{ &hf_aecp_mac_address,
{ "MAC address", "ieee17221.mac_address",
- FT_ETHER, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_ETHER, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
#if 0
{ &hf_aecp_ipv4_address,
{"IPV4 Address", "ieee17221.ipv4_address",
- FT_IPv4, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_IPv4, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_ipv6_address,
{"IPv6 Address", "ieee17221.ipv6_address",
- FT_IPv6, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_IPv6, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
#endif
@@ -5886,11 +5886,11 @@ proto_register_17221(void)
#if 0
{ &hf_aecp_query_period,
{"Query Period (ms)", "ieee17221.query_period",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_query_limit,
{"Query Limit", "ieee17221.query_limit",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_query_type,
{"Query Type", "ieee17221.query_type",
@@ -5898,7 +5898,7 @@ proto_register_17221(void)
},
{ &hf_aecp_query_id,
{"Query ID", "ieee17221.query_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
@@ -5908,28 +5908,28 @@ proto_register_17221(void)
#if 0
{ &hf_aecp_count,
{"Count", "ieee17221.count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_descriptors,
{"Descriptors Array", "ieee17221.descriptors",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* INCREMENT_CONTROL_VALUE / DECREMENT_CONTROL_VALUE */
{ &hf_aecp_values_count,
{"Values Count", "ieee17221.values_count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
/* START_OPERATION */
{ &hf_aecp_operation_id,
{"Operation ID", "ieee17221.operation_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_operation_type,
{"Operation Type", "ieee17221.operation_type",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},/* draft spec says this is defined by control_type field *
* start_operation does not include a control type field *
* There is an operation type table 7.83 that has not *
@@ -5941,7 +5941,7 @@ proto_register_17221(void)
/* OPERATION_STATUS */
{ &hf_aecp_percent_complete,
{"Percent Complete", "ieee17221.percent_complete",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* AUTH_GET_KEY_COUNT */
@@ -5953,11 +5953,11 @@ proto_register_17221(void)
/* hf_aecp_descriptor_index */
{ &hf_aem_entity_id,
{"Entity ID", "ieee17221.entity_id",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_entity_model_id,
{"Entity Model ID", "ieee17221.entity_model_id",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* hf_adp_entity_cap
* hf_adp_entity_cap_avdecc_ip
@@ -5977,240 +5977,240 @@ proto_register_17221(void)
/* where appropriate use adp values */
{ &hf_aem_entity_name,
{"Entity Name", "ieee17221.entity_name",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_vendor_name_string,
{"Vendor Name String (ptr)", "ieee17221.vendor_name_string",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_model_name_string,
{"Model Name String (ptr)", "ieee17221.model_name_string",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_firmware_version,
{"Firmware Version", "ieee17221.firmware_version",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_group_name,
{"Group Name", "ieee17221.group_name",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_serial_number,
{"Serial Number", "ieee17221.serial_number",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_configurations_count,
{"Configurations Count", "ieee17221.configurations_count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_current_configuration,
{"Current Configuration", "ieee17221.current_configuration",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* CONFIGURATION */
{ &hf_aem_configuration_name,
{"Object Name", "ieee17221.configuration_name",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_configuration_name_string,
{"Localized Description", "ieee17221.configuration_name_string",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_descriptor_counts_count,
{"Descriptor Counts Count", "ieee17221.descriptor_counts_count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_descriptor_counts_offset,
{"Descriptor Counts Offset", "ieee17221.descriptor_counts_offset",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_count,
{"Count", "ieee17221.count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* AUDIO */
{ &hf_aem_number_of_stream_input_ports,
{"Number Of Stream Input Ports", "ieee17221.number_of_stream_input_ports",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_stream_input_port,
{"Base Stream Input Port", "ieee17221.base_stream_input_port",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_of_stream_output_ports,
{"Number Of Stream Output Ports", "ieee17221.number_of_stream_output_ports",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_stream_output_port,
{"Base Stream Output Port", "ieee17221.base_stream_output_port",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_of_external_input_ports,
{"Number Of External Input Ports", "ieee17221.number_of_external_input_ports",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_external_input_port,
{"Base External Input Port", "ieee17221.base_external_input_port",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_of_external_output_ports,
{"Number Of External Output Ports", "ieee17221.number_of_external_output_ports",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_external_output_port,
{"Base External Output Port", "ieee17221.base_external_output_port",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_of_internal_input_ports,
{"Number Of Internal Input Ports", "ieee17221.number_of_internal_input_ports",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_internal_input_port,
{"Base Internal Input Port", "ieee17221.base_internal_input_port",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_of_internal_output_ports,
{"Number Of Internal Output Ports", "ieee17221.number_of_internal_output_ports",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_internal_output_port,
{"Base Internal Output Port", "ieee17221.base_internal_output_port",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_clock_source_id,
{"Clock Source ID", "ieee17221.clock_source_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_clock_domain_id,
{"Clock Domain ID", "ieee17221.clock_domain_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_clock_sources_offset,
{"Clock Sources Offset", "ieee17221.clock_sources_offset",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_clock_source_index,
{"Clock Source Index", "ieee17221.clock_source_index",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_clock_sources_count,
{"Clock Sources Count", "ieee17221.clock_sources_count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_clock_sources,
{"Clock Sources", "ieee17221.clock_sources",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_clock_sources_array,
{"Clock Sources Array", "ieee17221.clock_sources_array",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_of_controls,
{"Number Of Controls", "ieee17221.number_of_controls",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_control,
{"Base Control", "ieee17221.base_control",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_control_blocks,
{"Number Of Control Blocks", "ieee17221.number_of_control_blocks",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_control_block,
{"Base Control Block", "ieee17221.base_control_block",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_object_name,
{"Object Name", "ieee17221.object_name",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_localized_description,
{"Localized Description", "ieee17221.localized_description",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_current_sample_rate,
{"Current Sample Rate", "ieee17221.current_sample_rate",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_signal_selectors,
{"Number of Signal Selectors", "ieee17221.num_signal_selectors",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_signal_selector,
{"Base Signal Selector", "ieee17221.base_signal_selector",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_mixers,
{"Number of Mixers", "ieee17221.num_mixers",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_mixer,
{"Base Mixer", "ieee17221.base_mixer",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_matrices,
{"Number of Matrices", "ieee17221.num_matrices",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_matrix,
{"Base Matrix", "ieee17221.base_matrix",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_splitters,
{"Number of Splitters", "ieee17221.num_splitters",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_splitter,
{"Base Splitter", "ieee17221.base_splitter",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_combiners,
{"Number of Combiners", "ieee17221.num_combiners",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_combiner,
{"Base Combiner", "ieee17221.base_combiner",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_demultiplexers,
{"Number of Demultiplexers", "ieee17221.num_demultiplexer",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_demultiplexer,
{"Base Demultiplexer", "ieee17221.base_demultiplexer",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_multiplexers,
{"Number of Multiplexers", "ieee17221.num_multiplexers",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_multiplexer,
{"Base Multiplexer", "ieee17221.base_multiplexer",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_transcoders,
{"Number of Transcoders", "ieee17221.num_transcoders",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_transcoder,
{"Base Transcoder", "ieee17221.base_transcoder",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* sample rate is 3 bit pull field multiplier and 29 bit base freq in Hz */
{ &hf_aem_sample_rates_offset,
{"Sample Rates Offset", "ieee17221.sample_rates_offset",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_sample_rates_count,
{"Sample Rates Count", "ieee17221.sample_rates_count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_sample_rates,
{"Sample Rates", "ieee17221.sample_rates",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_frequency,
@@ -6230,15 +6230,15 @@ proto_register_17221(void)
/* STREAM_OUTPUT */
{ &hf_aem_stream_name,
{"Object Name", "ieee17221.stream_name",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_stream_name_string,
{"Localized Description", "ieee17221.stream_name_string",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_stream_flags,
{"Stream Flags", "ieee17221.stream_flags",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_flags_clock_sync_source,
{"Clock Sync Source Flag", "ieee17221.flags.clock_sync_source",
@@ -6255,85 +6255,85 @@ proto_register_17221(void)
#if 0
{ &hf_aem_stream_channels,
{"Stream Channels", "ieee17221.stream_channels",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
{ &hf_aem_formats_offset,
{"Formats Offset", "ieee17221.formats_offset",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_of_formats,
{"Number Of Formats", "ieee17221.number_of_formats",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_backup_talker_guid_0,
{"Primary Backup Talker GUID", "ieee17221.backup_talker_guid_0",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_backup_talker_unique_0,
{"Primary Backup Talker Unique ID", "ieee17221.backup_talker_unique_0",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_backup_talker_guid_1,
{"Secondary Backup Talker GUID", "ieee17221.backup_talker_guid_1",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_backup_talker_unique_1,
{"Secondary Backup Talker Unique ID", "ieee17221.backup_talker_unique_1",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_backup_talker_guid_2,
{"Tertiary Backup Talker GUID", "ieee17221.backup_talker_guid_2",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_backup_talker_unique_2,
{"Tertiary Backup Talker Unique ID", "ieee17221.backup_talker_unique_2",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_backedup_talker_guid,
{"Backedup Talker GUID", "ieee17221.backedup_talker_guid",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_backedup_talker_unique,
{"Backedup Talker Unique ID", "ieee17221.backedup_talker_unique",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_avb_interface_id,
{"AVB Interface ID", "ieee17221.avb_interface_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_buffer_length,
{"Buffer Length", "ieee17221.buffer_length",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* array head. uses ett_aem_stream_formats */
{ &hf_aem_stream_formats,
{"Stream Formats Array", "ieee17221.stream_formats",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* EXTERNAL_JACK_INPUT */
/* EXTERNAL_JACK_OUTPUT*/
{ &hf_aem_jack_name,
{"Object Name", "ieee17221.jack_name",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_jack_name_string,
{"Localized Description", "ieee17221.jack_name_string",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_interface_name,
{"Interface Name", "ieee17221.interface_name",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_interface_name_string,
{"Interface Name String", "ieee17221.interface_name_string",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_jack_flags,
{"Jack Flags", "ieee17221.jack_flags",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_flags_captive,
{"Captive Flag", "ieee17221.flags.captive",
@@ -6347,7 +6347,7 @@ proto_register_17221(void)
/* AUDIO_PORT_OUTPUT */
{ &hf_aem_port_flags,
{"Port Flags", "ieee17221.port_flags",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_flags_async_sample_rate_conv,
{"Asynchronous Sample Rate Converter Flag", "ieee17221.flags.async_sample_rate_conv",
@@ -6360,35 +6360,35 @@ proto_register_17221(void)
#if 0
{ &hf_aem_audio_channels,
{"Audio Channels", "ieee17221.audio_channels",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
{ &hf_aem_number_of_clusters,
{"Number of Clusters", "ieee17221.number_of_clusters",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_cluster,
{"Base Cluster", "ieee17221.base_cluster",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_audio_map,
{"Base Audio Map", "ieee17221.base_audio_map",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_audio_maps,
{"Number of Audio Maps", "ieee17221.num_audio_maps",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* VIDEO_PORT_INPUT */
/* VIDEO_PORT_OUTPUT */
#if 0
{ &hf_aem_stream_id,
{"Stream Descriptor ID", "ieee17221.stream_descriptor_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_formats_count,
{"Formats Count", "ieee17221.formats_count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
@@ -6396,7 +6396,7 @@ proto_register_17221(void)
/* EXTERNAL_PORT_OUTPUT */
{ &hf_aem_jack_id,
{"Jack ID", "ieee17221.jack_id",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* SENSOR_PORT_INPUT */
/* SENSOR_PORT_OUTPUT */
@@ -6405,65 +6405,65 @@ proto_register_17221(void)
#if 0
{ &hf_aem_internal_id,
{"Internal ID", "ieee17221.internal_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
/* AVB_INTERFACE */
{ &hf_aem_avb_interface_flags,
{"Interface Flags", "ieee17221.interface_flags",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_avb_clock_identity,
{"Clock Identity", "ieee17221.clock_identity",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_avb_priority1,
{"Priority1", "ieee17221.priority1",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_avb_clock_class,
{"Clock Class", "ieee17221.clock_class",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_avb_offset_scaled_log_variance,
{"Scaled Log Variance", "ieee17221.offset_scaled_log_variance",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_avb_clock_accuracy,
{"Clock Accuracy", "ieee17221.clock_accuracy",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_avb_priority2,
{"Priority2", "ieee17221.priority2",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_avb_domain_number,
{"Domain Number", "ieee17221.domain_number",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_avb_log_sync_interval,
{"Log sync Interval", "ieee17221.log_sync_interval",
- FT_INT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_INT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#if 0
{ &hf_aem_avb_propagation_delay,
{"Propagation Delay", "ieee17221.propagation_delay",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
/* CLOCK_SOURCE */
{ &hf_aem_clock_source_name,
{"Object Name", "ieee17221.clock_source_name",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_clock_source_name_string,
{"Localized Description", "ieee17221.clock_source_name_string",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_clock_source_flags,
{"Clock Source Flags", "ieee17221.clock_source_flags",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
}, /* no flags currently defined */
{ &hf_aem_clock_source_type,
{"Clock Source Type", "ieee17221.clock_source_type",
@@ -6475,65 +6475,65 @@ proto_register_17221(void)
},
{ &hf_aem_clock_source_location_id,
{"Clock Source Location ID", "ieee17221.clock_source_location_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* AUDIO_MAP */
{ &hf_aem_mappings_offset,
{"Mappings Offset", "ieee17221.mappings_offset",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_of_mappings,
{"Number of Mappings", "ieee17221.number_of_mappings",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_mappings,
{"Mappings", "ieee17221.mappings",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_mapping_stream_index,
{"Mapping Stream Index", "ieee17221.mapping_stream_index",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_mapping_stream_channel,
{"Mapping Stream Channel", "ieee17221.mapping_stream_channel",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_mapping_cluster_offset,
{"Mapping Cluster Offset", "ieee17221.mapping_cluster_offset",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_mapping_cluster_channel,
{"Mapping Cluster Channel", "ieee17221.mapping_cluster_channel",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* AUDIO_CLUSTER */
{ &hf_aem_channel_count,
{"Channel Count", "ieee17221.channel_count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_path_latency,
{"Path Latency", "ieee17221.path_latency",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_am824_label,
{"AM824 Label", "ieee17221.am824_label",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#if 0
{ &hf_aem_cluster_name,
{"Cluster Name", "ieee17221.cluster_name",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_cluster_name_string,
{"Cluster Name String", "ieee17221.cluster_name_string",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
/* CONTROL */
{ &hf_aem_control_type,
{"Control Type", "ieee17221.control_type",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
#if 0
{ &hf_aem_control_location_type,
@@ -6542,7 +6542,7 @@ proto_register_17221(void)
},
{ &hf_aem_control_location_id,
{"Control Location ID", "ieee17221.control_location_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
{ &hf_aem_control_value_type,
@@ -6551,26 +6551,26 @@ proto_register_17221(void)
},
{ &hf_aem_control_domain,
{"Control Domain", "ieee17221.control_domain",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_values_offset,
{"Values Offset", "ieee17221.values_offset",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_of_values,
{"Number Of Values", "ieee17221.number_of_values",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_control_latency,
{"Control Latency", "ieee17221.control_latency",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* SIGNAL_SELECTOR */
#if 0
{ &hf_aem_sources_offset,
{"Sources Offset", "ieee17221.sources_offset",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_current_signal_type,
{"Current Signal Type", "ieee17221.current_signal_type",
@@ -6578,7 +6578,7 @@ proto_register_17221(void)
},
{ &hf_aem_current_signal_id,
{"Current Signal ID", "ieee17221.current_signal_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_default_signal_type,
{"Default Signal Type", "ieee17221.default_signal_type",
@@ -6586,16 +6586,16 @@ proto_register_17221(void)
},
{ &hf_aem_default_signal_id,
{"Default Signal ID", "ieee17221.default_signal_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
#endif
{ &hf_aem_block_latency,
{"Block Latency", "ieee17221.block_latency",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_reset_time,
{"Reset Time", "ieee17221.reset_time",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_signal_type,
{"Signal Type", "ieee17221.signal_type",
@@ -6603,75 +6603,75 @@ proto_register_17221(void)
},
{ &hf_aem_signal_index,
{"Signal Index", "ieee17221.signal_index",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_signal_output,
{"Signal Output", "ieee17221.signal_output",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* MIXER */
#if 0
{ &hf_aem_number_of_sources,
{"Number of Sources", "ieee17221.number_of_sources",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_value_offset,
{"Value Offset", "ieee17221.value_offset",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* MATRIX */
{ &hf_aem_width,
{"Width", "ieee17221.width",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_height,
{"Height", "ieee17221.height",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_source,
{"Base Source", "ieee17221.base_source",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_destinations,
{"Number of Destinations", "ieee17221.num_destinations",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_destination,
{"Base Destination", "ieee17221.base_destination",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
#endif
/* LOCALE */
{ &hf_aem_locale_identifier,
{"Locale Identifier", "ieee17221.locale_identifier",
- FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_number_of_strings,
{"Number of Strings", "ieee17221.number_of_strings",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_base_strings,
{"Base Strings", "ieee17221.base_strings",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* STRINGS */
{ &hf_aem_string,
{"String", "ieee17221.string",
- FT_STRINGZ, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_STRINGZ, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* MATRIX SIGNAL */
{ &hf_aem_signals_count,
{"Signals Count", "ieee17221.signals_count",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_signals_offset,
{"Signals Offset", "ieee17221.signals_offset",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* MEMORY OBJECT */
@@ -6685,94 +6685,94 @@ proto_register_17221(void)
},
{ &hf_aem_target_descriptor_id,
{"Target Descriptor ID", "ieee17221.target_descriptor_id",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_start_address,
{"Start Address", "ieee17221.start_address",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_length,
{"Length", "ieee17221.length",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
/* CONTROL VALUE TYPES */
{ &hf_aem_ctrl_int8,
{"Control INT8", "ieee17221.ctrl_int8",
- FT_INT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_INT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_ctrl_uint8,
{"Control UINT8", "ieee17221.ctrl_uint8",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_ctrl_int16,
{"Control INT16", "ieee17221.ctrl_int16",
- FT_INT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_INT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_ctrl_uint16,
{"Control UINT16", "ieee17221.ctrl_uint16",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_ctrl_int32,
{"Control INT32", "ieee17221.ctrl_int32",
- FT_INT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_ctrl_uint32,
{"Control UINT32", "ieee17221.ctrl_uint32",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_ctrl_int64,
{"Control INT64", "ieee17221.ctrl_int64",
- FT_INT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_INT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_ctrl_uint64,
{"Control UINT64", "ieee17221.ctrl_uint64",
- FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_ctrl_float,
{"Control FLOAT", "ieee17221.ctrl_float",
- FT_FLOAT, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_FLOAT, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_ctrl_double,
{"Control DOUBLE", "ieee17221.ctrl_double",
- FT_DOUBLE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_ctrl_vals,
{"Control Values", "ieee17221.ctrl_vals",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_unit,
{"Control Value Units", "ieee17221.units",
- FT_UINT16, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_string_ref,
{"String Reference", "ieee17221.string_ref",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_guid,
{"GUID", "ieee17221.guid",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_blob_size,
{"Blob Size", "ieee17221.blob_size",
- FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_binary_blob,
{"Binary Blob", "ieee17221.binary_blob",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_sources,
{"Sources", "ieee17221.sources",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_unknown_descriptor,
{"Unknown or Malformed Descriptor", "ieee17221.unknown_descriptor",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_frequency,
{"Frequency", "ieee17221.frequency",
- FT_FLOAT, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_FLOAT, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
/* AEM MEDIA FORMAT FIELDS */
@@ -6782,7 +6782,7 @@ proto_register_17221(void)
#if 0
{ &hf_aem_oui24,
{"OUI-24", "ieee17221.oui24",
- FT_UINT24, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT24, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_mfd_type,
{"MFD Type", "ieee17221.mfd_type",
@@ -6790,11 +6790,11 @@ proto_register_17221(void)
},
{ &hf_aem_div,
{"Div Flag", "ieee17221.div",
- FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_interlace,
{"Interlace Flag", "ieee17221.interlace",
- FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_channels,
{"Video Channel Count", "ieee17221.channels",
@@ -6810,15 +6810,15 @@ proto_register_17221(void)
},
{ &hf_aem_aspect_x,
{"Aspect X", "ieee17221.aspect_x",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_aspect_y,
{"Aspect Y", "ieee17221.aspect_y",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_frame_rate,
{"Frame Rate", "ieee17221.frame_rate",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_comp1,
{"Comp 1", "ieee17221.comp1",
@@ -6838,21 +6838,21 @@ proto_register_17221(void)
},
{ &hf_aem_mf_width,
{"Width", "ieee17221.width",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_mf_height,
{"Height", "ieee17221.height",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_cs_eui64,
{"CS EUI64", "ieee17221.cs_eui64",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
#endif
/* BEGIN STREAM FORMAT (SF) FIELDS */
{ &hf_aem_stream_format,
{"Stream Format", "ieee17221.stream_format",
- FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_sf_version,
{"Version", "ieee17221.sf_version",
@@ -6869,15 +6869,15 @@ proto_register_17221(void)
},
{ &hf_aem_iidc_format,
{"IIDC Format", "ieee17221.iidc_format",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_iidc_mode,
{"IIDC Mode", "ieee17221.iidc_mode",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_iidc_rate,
{"IIDC Rate", "ieee17221.iidc_rate",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_fmt,
{"FMT", "ieee17221.fmt",
@@ -6893,7 +6893,7 @@ proto_register_17221(void)
},
{ &hf_aem_dbs,
{"DBS", "ieee17221.dbs",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_b_flag,
{"Blocking Flag", "ieee17221.flags.b",
@@ -6905,11 +6905,11 @@ proto_register_17221(void)
},
{ &hf_aem_label_iec_60958_cnt,
{"Label IEC 60958 Count", "ieee17221.label_iec_60958_cnt",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_label_mbla_cnt,
{"Label Multi-Bit Linear Audio Count", "ieee17221.label_mbla_cnt",
- FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_label_midi_cnt,
{"Label Midi Slot Count", "ieee17221.label_midi_cnt",
@@ -6921,20 +6921,20 @@ proto_register_17221(void)
},
{ &hf_aem_video_mode,
{"Video Mode", "ieee17221.video_mode",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_compress_mode,
{"Compress Mode", "ieee17221.compress_mode",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aem_color_space,
{"Color Space", "ieee17221.color_space",
- FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
#if 0
{ &hf_aecp_values,
{"Values", "ieee17221.values",
- FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
+ FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
#endif
{ &hf_aecp_status_code,
@@ -6946,39 +6946,39 @@ proto_register_17221(void)
/* SET/GET_STREAM_BACKUP */
{ &hf_aecp_backup_talker_entity_id_0,
{"Backup Talker Entity ID 0", "ieee17221.backup_talker_entity_id_0",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_backup_talker_unique_id_0,
{"Backup Talker Unique ID 0", "ieee17221.backup_talker_unique_id_0",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_backup_talker_entity_id_1,
{"Backup Talker Entity ID 1", "ieee17221.backup_talker_entity_id_1",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_backup_talker_unique_id_1,
{"Backup Talker Unique ID 1", "ieee17221.backup_talker_unique_id_1",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_backup_talker_entity_id_2,
{"Backup Talker Entity ID 2", "ieee17221.backup_talker_entity_id_2",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_backup_talker_unique_id_2,
{"Backup Talker Unique ID 2", "ieee17221.backup_talker_unique_id_2",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_backedup_talker_entity_id,
{"Backed up Talker Entity ID", "ieee17221.backedup_talker_entity_id",
- FT_UINT64, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_backedup_talker_unique_id,
{"Backedup Talker Unique ID", "ieee17221.backedup_talker_unique_id",
- FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
+ FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }
},
{ &hf_aecp_vendor_unique_protocol_id,
{"Vendor Unique Protocol ID", "ieee17221.protocol_id",
- FT_UINT48, BASE_HEX, NULL, 0x00, NULL, HFILL }
+ FT_UINT48, BASE_HEX, NULL, 0x0, NULL, HFILL }
}
};