Change a guchar to gchar: it's used as a regular string
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 11 Jul 2008 19:18:54 +0000 (19:18 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 11 Jul 2008 19:18:54 +0000 (19:18 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25707 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-hilscher.c

index 1e215ecf253c2a08447de0a6cd21ac1b9ddfb962..130ae0fb8c5548f152e4fe94c0775189a8b97f14 100644 (file)
@@ -91,10 +91,10 @@ static const value_string gpio_edge[] = {
 static void
 dissect_hilscher_netanalyzer(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint offset)
 {
-       proto_item  *ti        = NULL;
-       guint       gpio_num;
-       guint       gpio_edgex;
-       guchar      *szInfo    = NULL;
+       proto_item      *ti        = NULL;
+       guint           gpio_num;
+       guint           gpio_edgex;
+       gchar           *szInfo    = NULL;
 
        #define MAX_BUFFER 60
        szInfo=ep_alloc(MAX_BUFFER);