aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-20 07:58:23 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-20 07:58:23 +0000
commit3060dc91b647956ed4c3031546328fe405ebc765 (patch)
tree4a4557c08f6cf080e544924b67a4bacd87894003 /epan/dissectors/packet-frame.c
parentb799112fdd442eefa8c7faa045631d0dda9ff7ee (diff)
Squelch some compiler warnings.
svn path=/trunk/; revision=13133
Diffstat (limited to 'epan/dissectors/packet-frame.c')
-rw-r--r--epan/dissectors/packet-frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-frame.c b/epan/dissectors/packet-frame.c
index 5e7c57e788..2dbe49c286 100644
--- a/epan/dissectors/packet-frame.c
+++ b/epan/dissectors/packet-frame.c
@@ -76,7 +76,7 @@ static void
dissect_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
proto_tree *fh_tree;
- proto_item *ti;
+ proto_item *volatile ti = NULL;
nstime_t ts;
int cap_len, pkt_len;