aboutsummaryrefslogtreecommitdiffstats
path: root/tap-wspstat.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-24 01:32:42 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-24 01:32:42 +0000
commit14c8918e1dbf61078daaa1e27139aaeadcd447d0 (patch)
tree20224aded670da90d23f114f2289164b2314c07e /tap-wspstat.c
parenta12d13132828f8d92e4ab867ed29db8a10af2613 (diff)
Constify a bunch of structure members and function arguments, to squelch
compiler warnings. Clean up indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14739 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-wspstat.c')
-rw-r--r--tap-wspstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-wspstat.c b/tap-wspstat.c
index 3582179f89..67805f62fb 100644
--- a/tap-wspstat.c
+++ b/tap-wspstat.c
@@ -51,7 +51,7 @@ typedef struct _wsp_pdu_t {
} wsp_pdu_t;
/* used to keep track of RTT statistics */
typedef struct _wsp_status_code_t {
- gchar *name;
+ const gchar *name;
guint32 packets;
} wsp_status_code_t;
/* used to keep track of the statictics for an entire program interface */