aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-01-29 14:18:04 +0000
committerBill Meier <wmeier@newsguy.com>2013-01-29 14:18:04 +0000
commit39886c79cbb9a495ac4631e41cb3dfede831f5c8 (patch)
tree73b098b739ce7e761eda2011ccaea50171a1b27f /epan/dissectors
parentef242060b8c38eb0f9c106246e49f9fadbe5767c (diff)
Add missing '&hf_fw1_trailer' hf[] entry;
Found by checkhf. ## Backport 1.8 svn path=/trunk/; revision=47343
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-fw1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-fw1.c b/epan/dissectors/packet-fw1.c
index 7e0724638f..af8e7080c8 100644
--- a/epan/dissectors/packet-fw1.c
+++ b/epan/dissectors/packet-fw1.c
@@ -240,6 +240,11 @@ proto_register_fw1(void)
{ &hf_fw1_type,
{ "Type", "fw1.type", FT_UINT16, BASE_HEX, VALS(etype_vals), 0x0,
NULL, HFILL }},
+
+ { &hf_fw1_trailer,
+ { "Trailer", "fw1.trailer", FT_BYTES, BASE_NONE, NULL, 0x0,
+ NULL, HFILL }
+ }
};
/* Setup protocol subtree array */
static gint *ett[] = {