Constify a bunch of structure members and function arguments, to squelch
[obnox/wireshark/wip.git] / tap-protohierstat.c
index 8a26136d1c67077547cd20e2511e457c8f5b8554..f52dfca00e973d8ff8099f28c178b5c3cbfd2ddf 100644 (file)
@@ -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;