summaryrefslogtreecommitdiff
path: root/rawshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rawshark.c b/rawshark.c
index bc9a14e1dc..0c46c29b44 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -1611,6 +1611,7 @@ raw_epan_new(capture_file *cf)
epan->data = cf;
epan->get_frame_ts = raw_get_frame_ts;
epan->get_interface_name = cap_file_get_interface_name;
+ epan->get_user_comment = NULL;
return epan;
}