aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-10-05 22:38:09 +0000
committerJörg Mayer <jmayer@loplof.de>2003-10-05 22:38:09 +0000
commite9d78990ce529041b987a998072db14e7bca22d8 (patch)
tree2e7edce0b31b58c3d23eccdf8c922a14ff5212e7 /plugins/docsis
parenta4e0c4855a17b7e66125ef5704babbf9cbdcf733 (diff)
Get rid of another strict-aliasing warning:
verify_tfs is a true-false-string : dereference it accordingly svn path=/trunk/; revision=8614
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/packet-tlv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/docsis/packet-tlv.c b/plugins/docsis/packet-tlv.c
index a89b40cd01..2992391d7b 100644
--- a/plugins/docsis/packet-tlv.c
+++ b/plugins/docsis/packet-tlv.c
@@ -2,7 +2,7 @@
* Routines to Dissect Appendix C TLV's
* Copyright 2002, Anand V. Narwani <anand[AT]narwani.org>
*
- * $Id: packet-tlv.c,v 1.12 2003/09/09 19:14:29 guy Exp $
+ * $Id: packet-tlv.c,v 1.13 2003/10/05 22:38:09 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2722,7 +2722,7 @@ proto_register_docsis_tlv (void)
},
{&hf_docsis_tlv_phs_phsv,
{".11 PHS Verify", "docsis.tlv.phs.phsv",
- FT_BOOLEAN, BASE_DEC, VALS (&verify_tfs), 0x0,
+ FT_BOOLEAN, BASE_DEC, TFS (&verify_tfs), 0x0,
"PHS Verify", HFILL}
},
{&hf_docsis_tlv_phs_vendorspec,