aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isdn.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-isdn.c')
-rw-r--r--epan/dissectors/packet-isdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isdn.c b/epan/dissectors/packet-isdn.c
index 6f28c4cbcf..82f1d24c10 100644
--- a/epan/dissectors/packet-isdn.c
+++ b/epan/dissectors/packet-isdn.c
@@ -187,7 +187,7 @@ proto_register_isdn(void)
static hf_register_info hf[] = {
{ &hf_isdn_channel,
{ "Channel", "isdn.channel", FT_UINT8, BASE_DEC,
- VALS(channel_vals), 0x0, "", HFILL }},
+ VALS(channel_vals), 0x0, NULL, HFILL }},
};
static gint *ett[] = {
&ett_isdn,