aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2014-12-17 11:38:49 +0100
committerMichal Labedzki <michal.labedzki@tieto.com>2014-12-18 11:03:42 +0000
commit361ea8215d1e39a51579b45eadbedd8288d14b20 (patch)
tree12b4b8fd9357743f45c3a5f510e16218b683dd54 /epan/epan.h
parentf5cd21543d332f6c14da88ebd50730750f791dd4 (diff)
Add support for multifields in custom column
You can now add column with Custom type with more than one field by using OR "||" splitter. Bug: 9695 Change-Id: Ia82a91e7a35b867647d36cb9626e3870f46c0d85 Reviewed-on: https://code.wireshark.org/review/5804 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/epan.h b/epan/epan.h
index dfab1126af..a5a08df86c 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -228,7 +228,7 @@ epan_dissect_free(epan_dissect_t* edt);
/** Sets custom column */
const gchar *
-epan_custom_set(epan_dissect_t *edt, int id, gint occurrence,
+epan_custom_set(epan_dissect_t *edt, GSList *ids, gint occurrence,
gchar *result, gchar *expr, const int size);
/**