aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sharkd.c')
-rw-r--r--sharkd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sharkd.c b/sharkd.c
index 964ea92a05..974948f8f1 100644
--- a/sharkd.c
+++ b/sharkd.c
@@ -331,6 +331,7 @@ sharkd_epan_new(capture_file *cf)
epan->data = cf;
epan->get_frame_ts = sharkd_get_frame_ts;
epan->get_interface_name = cap_file_get_interface_name;
+ epan->get_interface_description = cap_file_get_interface_description;
epan->get_user_comment = NULL;
return epan;