From c6d4c8037191abc1ec2bd54003f363d43e0fa5c4 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 8 Sep 2009 10:33:15 +0000 Subject: From : Didier Gautheron speed up a little proto_custom_set. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3972 svn path=/trunk/; revision=29789 --- 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 759d0fbd6f..82391b146d 100644 --- a/epan/epan.h +++ b/epan/epan.h @@ -123,7 +123,7 @@ epan_dissect_free(epan_dissect_t* edt); /* Sets custom column */ const gchar * -epan_custom_set(epan_dissect_t *edt, const gchar *field, +epan_custom_set(epan_dissect_t *edt, int id, gchar *result, gchar *expr, int size ); #endif /* EPAN_H */ -- cgit v1.2.3