More 'char*' -> 'const char*' changes to fix warnings.
[obnox/wireshark/wip.git] / randpkt.c
index bd3d3e7baeb8dee7229a53b6c5421c35ab1fe108..15a329818431f756554c63837eb8f67504bf76b1 100644 (file)
--- a/randpkt.c
+++ b/randpkt.c
@@ -74,12 +74,12 @@ enum {
 };
 
 typedef struct {
-       char    *abbrev;
-       char    *longname;
-       int     produceable_type;
-       guint8  *sample_buffer;
-       int     sample_wtap_encap;
-       int     sample_length;
+       const char      *abbrev;
+       const char      *longname;
+       int             produceable_type;
+       guint8          *sample_buffer;
+       int             sample_wtap_encap;
+       int             sample_length;
 } pkt_example;
 
 /* Ethernet, indicating ARP */