aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/wireshark_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index 611194ffc1..6250877e53 100755
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -139,7 +139,7 @@ class wireshark_gen_C:
c_float = "gfloat my_float;"
c_double = "gdouble my_double;"
- c_seq = "gchar *seq = NULL;" # pointer to buffer of gchars
+ c_seq = "const gchar *seq = NULL;" # pointer to buffer of gchars
c_i = "guint32 i_"; # loop index
c_i_lim = "guint32 u_octet4_loop_"; # loop limit
c_u_disc = "guint32 disc_u_"; # unsigned int union discriminant variable name (enum)