More char -> const char warning fixes
[obnox/wireshark/wip.git] / epan / dissectors / packet-pn-rt.c
index dc75cf7eb9a8d5c7989db299691701f5e3921ae5..0832e88a826457da934967f329988c3e1118f517 100644 (file)
@@ -101,10 +101,10 @@ dissect_pn_rt(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
   guint8 u8DataStatus;
   guint8 u8TransferStatus;
   guint16 u16CycleCounter;
-  gchar *pszProtAddInfo;
-  gchar *pszProtShort;
-  gchar *pszProtSummary;
-  gchar *pszProtComment;
+  const gchar *pszProtAddInfo;
+  const gchar *pszProtShort;
+  const gchar *pszProtSummary;
+  const gchar *pszProtComment;
   proto_item *item = NULL;
   proto_tree *ds_tree = NULL;
   proto_tree *pn_rt_tree, *ti;