aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fw1.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-08-19 15:35:42 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-08-19 15:35:42 +0000
commit4dd73467de56f4b749a7c87213364d7b801314ac (patch)
tree5a48e392a0d10b04da873dfea26c959d1bbd6c86 /epan/dissectors/packet-fw1.c
parentb197548513239c6d4a63811dd13ae55135d1ee41 (diff)
some ememification
svn path=/trunk/; revision=15431
Diffstat (limited to 'epan/dissectors/packet-fw1.c')
-rw-r--r--epan/dissectors/packet-fw1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fw1.c b/epan/dissectors/packet-fw1.c
index 08e8189ee0..b2af5eb2d6 100644
--- a/epan/dissectors/packet-fw1.c
+++ b/epan/dissectors/packet-fw1.c
@@ -174,7 +174,7 @@ dissect_fw1(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
}
if (!found && interface_anzahl < MAX_INTERFACES) {
- p_interfaces[interface_anzahl] = strdup(interface_name);
+ p_interfaces[interface_anzahl] = g_strdup(interface_name);
interface_anzahl++;
}