aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-08-25 21:10:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-08-25 21:10:35 +0000
commit32e7cddf70a0a3f30402013e5370d5036e83b7de (patch)
tree55006bf7e88e207a2ac93cb0167ee748b5894af5 /epan/epan.h
parent4968b876cd00feb8828bd597ea4fc5c3185e9d27 (diff)
From Didier Gautheron:
move custom col set from proto_tree_set_xxx() to epan_dissect_fill_in_columns(). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3930 I'v added the new functions to the .h files. svn path=/trunk/; revision=29551
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 */