From 32e7cddf70a0a3f30402013e5370d5036e83b7de Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 25 Aug 2009 21:10:35 +0000 Subject: 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 --- epan/epan.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'epan/epan.h') 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 */ -- cgit v1.2.3