aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/epan.h b/epan/epan.h
index 299818081f..35c20c15ef 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -119,4 +119,9 @@ epan_dissect_cleanup(epan_dissect_t* edt);
void
epan_dissect_free(epan_dissect_t* edt);
+/* Sets custom column */
+const gchar *
+epan_custom_set(epan_dissect_t *edt, const gchar *field,
+ gchar *result, gchar *expr, int size );
+
#endif /* EPAN_H */