aboutsummaryrefslogtreecommitdiffstats
path: root/tap-protohierstat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-06-24 01:32:42 +0000
committerGuy Harris <guy@alum.mit.edu>2005-06-24 01:32:42 +0000
commit76258fe8e3484911401b2c70b48516b0eabfbbe0 (patch)
tree20224aded670da90d23f114f2289164b2314c07e /tap-protohierstat.c
parent6f9d56ddd097bbae7fea6c1e242992aef88ab58b (diff)
Constify a bunch of structure members and function arguments, to squelch
compiler warnings. Clean up indentation. svn path=/trunk/; revision=14739
Diffstat (limited to 'tap-protohierstat.c')
-rw-r--r--tap-protohierstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-protohierstat.c b/tap-protohierstat.c
index 8a26136d1c..f52dfca00e 100644
--- a/tap-protohierstat.c
+++ b/tap-protohierstat.c
@@ -47,7 +47,7 @@ typedef struct _phs_t {
struct _phs_t *parent;
char *filter;
int protocol;
- char *proto_name;
+ const char *proto_name;
guint32 frames;
guint32 bytes;
} phs_t;