From 7364bef1b3262a02a649c7375acf48076e170706 Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Wed, 22 Sep 2010 20:56:14 +0000 Subject: When using a custom column, make it possible to select which occurrence to show if the field has multiple occurrences. svn path=/trunk/; revision=34186 --- epan/epan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/epan.h') diff --git a/epan/epan.h b/epan/epan.h index 3beb8e9047..43501d2b10 100644 --- a/epan/epan.h +++ b/epan/epan.h @@ -124,7 +124,7 @@ epan_dissect_free(epan_dissect_t* edt); /** Sets custom column */ const gchar * -epan_custom_set(epan_dissect_t *edt, int id, +epan_custom_set(epan_dissect_t *edt, int id, gint occurrence, gchar *result, gchar *expr, const int size); /** -- cgit v1.2.3