aboutsummaryrefslogtreecommitdiffstats
path: root/epan/gcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/gcp.h')
-rw-r--r--epan/gcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/gcp.h b/epan/gcp.h
index daf34cf6ee..b591f30f63 100644
--- a/epan/gcp.h
+++ b/epan/gcp.h
@@ -150,9 +150,9 @@ typedef enum _gcp_wildcard_t {
} gcp_wildcard_t;
typedef struct _gcp_term_t {
- gchar* str;
+ const gchar* str;
- guint8* buffer;
+ const guint8* buffer;
guint len;
guint type;