aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-07-05 20:46:08 -0400
committerMichael Mann <mmann78@netscape.net>2016-07-06 11:04:49 +0000
commitc43984c9cbd8e61e893d2d0a7d4f29c38e10bfbd (patch)
treec47b8f615ac81144af31b7ac337262a139b4bc36 /epan
parentf5eaf538b046c3da3313e6b5e64c3a73b4ef5b39 (diff)
LAT: register several hf's.
Found by checkhf.pl Change-Id: If985d04f24a188ac402bc11cf61d29aa418ad242 Reviewed-on: https://code.wireshark.org/review/16314 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-lat.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lat.c b/epan/dissectors/packet-lat.c
index 2f6a5d928e..b0efc43081 100644
--- a/epan/dissectors/packet-lat.c
+++ b/epan/dissectors/packet-lat.c
@@ -1747,6 +1747,10 @@ proto_register_lat(void)
{ "Slot data remaining", "lat.slot.slot_data_remaining", FT_BYTES,
BASE_NONE, NULL, 0x0, NULL, HFILL}},
+ { &hf_lat_attention_slot_control_flags,
+ { "Control flags", "lat.attention_slot.control_flags", FT_UINT8,
+ BASE_DEC, NULL, 0x0, NULL, HFILL }},
+
{ &hf_lat_attention_slot_control_flags_abort,
{ "Abort", "lat.attention_slot.control_flags.abort", FT_BOOLEAN,
8, NULL, 0x20, NULL, HFILL }},
@@ -1878,6 +1882,14 @@ proto_register_lat(void)
{ "Subject group code mask", "lat.subj_group", FT_BYTES,
BASE_NONE, NULL, 0x0, NULL, HFILL}},
+ { &hf_lat_subj_node_name,
+ { "Subject node name", "lat.subj_node_name", FT_UINT_STRING,
+ BASE_NONE, NULL, 0x0, NULL, HFILL}},
+
+ { &hf_lat_subj_port_name,
+ { "Subject port name", "lat.subj_port_name", FT_UINT_STRING,
+ BASE_NONE, NULL, 0x0, NULL, HFILL}},
+
{ &hf_lat_status_retransmit_timer,
{ "Status retransmit timer", "lat.status_retransmit_timer", FT_UINT16,
BASE_DEC, NULL, 0x0, NULL, HFILL}},
@@ -1912,6 +1924,10 @@ proto_register_lat(void)
BASE_DEC, VALS(entry_error_vals), 0x0,
"Solicitation rejection reason", HFILL}},
+ { &hf_lat_elapsed_queue_time,
+ { "Elapsed queue time", "lat.elapsed_queue_time", FT_UINT16,
+ BASE_DEC, NULL, 0x0, NULL, HFILL}},
+
{ &hf_lat_min_queue_position,
{ "Minimum queue position", "lat.min_queue_position", FT_UINT16,
BASE_DEC, NULL, 0x0, NULL, HFILL}},