From Kovarththanan Rajaratnam via bug 3548:
[obnox/wireshark/wip.git] / epan / dissectors / packet-hpext.c
index 4b30da18cbe86cb6eb34af288deee3ec97923ce1..6cb5d1e364705729fdb35f01729fd0a8ff6da22b 100644 (file)
@@ -99,11 +99,11 @@ proto_register_hpext(void)
        static hf_register_info hf[] = {
                { &hf_hpext_dxsap,
                { "DXSAP",      "hpext.dxsap", FT_UINT16, BASE_HEX,
-                       VALS(xsap_vals), 0x0, "", HFILL }},
+                       VALS(xsap_vals), 0x0, NULL, HFILL }},
 
                { &hf_hpext_sxsap,
                { "SXSAP", "hpext.sxsap", FT_UINT16, BASE_HEX,
-                       VALS(xsap_vals), 0x0, "", HFILL }}
+                       VALS(xsap_vals), 0x0, NULL, HFILL }}
        };
        static gint *ett[] = {
                &ett_hpext