aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcp-failover.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-21 17:23:29 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-21 17:23:29 +0000
commit973bc236a058ae633db20471b7f994245b360b29 (patch)
tree475ee2b0ecede7810d1fc90333a26ebb970d8d48 /epan/dissectors/packet-dhcp-failover.c
parent2231754ba74e0891c31ae04b854d640aff6a567a (diff)
More warining fixes: char -> const char
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14976 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dhcp-failover.c')
-rw-r--r--epan/dissectors/packet-dhcp-failover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dhcp-failover.c b/epan/dissectors/packet-dhcp-failover.c
index b58c22eff9..30294ae4aa 100644
--- a/epan/dissectors/packet-dhcp-failover.c
+++ b/epan/dissectors/packet-dhcp-failover.c
@@ -341,7 +341,7 @@ dissect_dhcpfo(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint type, serverflag;
guint poffset;
guint32 xid;
- gchar *tls_request_string;
+ const gchar *tls_request_string;
guint32 time, lease_expiration_time, grace_expiration_time;
guint32 potential_expiration_time, client_last_transaction_time;
guint32 start_time_of_state;