aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-09-13 13:39:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-09-13 13:39:09 +0000
commit3a13c1a2a4f5f7575afbef36d2dc9a71b2f4758b (patch)
treed538650566a3cfd9d462a375ce86bf06e159c257 /epan/expert.h
parent522ecdd01889ed6a36b3fdefb6aec2c8550d95f9 (diff)
Modified extarct from Didier Gautheron:
optimizations patch http://wiki.wireshark.org/Development/Optimization 'patch.29854.diff.gz" - ei->protocol is a constant. - Don't setup expert tap data if there's no tap. svn path=/trunk/; revision=29873
Diffstat (limited to 'epan/expert.h')
-rw-r--r--epan/expert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/expert.h b/epan/expert.h
index 4b89b45cc0..054d7e6c7c 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -37,7 +37,7 @@ typedef struct expert_info_s {
guint32 packet_num;
int group;
int severity;
- gchar * protocol;
+ const gchar * protocol;
gchar * summary;
proto_item *pitem;
} expert_info_t;