aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/commview.h
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-04-18 20:15:23 -0700
committerGuy Harris <gharris@sonic.net>2021-05-11 07:40:51 +0000
commitbc8bb0152ef254ccd75bb4a51502c6aadb492afa (patch)
tree32180cf6eef825982afa021b60ae66f365afa321 /wiretap/commview.h
parent3fb0a463197c024233bfaf9b0f5d37e9f911a1b6 (diff)
commview: add support for newer NCFX file format.
Diffstat (limited to 'wiretap/commview.h')
-rw-r--r--wiretap/commview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiretap/commview.h b/wiretap/commview.h
index 00ead984bc..b8d2edb6fd 100644
--- a/wiretap/commview.h
+++ b/wiretap/commview.h
@@ -12,7 +12,9 @@
#include <glib.h>
#include "ws_symbol_export.h"
-wtap_open_return_val commview_open(wtap *wth, int *err, gchar **err_info);
+wtap_open_return_val commview_ncf_open(wtap *wth, int *err, gchar **err_info);
+
+wtap_open_return_val commview_ncfx_open(wtap *wth, int *err, gchar **err_info);
#endif /* __COMMVIEW_H__ */