aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/file-pcap.c')
-rw-r--r--epan/dissectors/file-pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/file-pcap.c b/epan/dissectors/file-pcap.c
index 0d229721aa..b70a686086 100644
--- a/epan/dissectors/file-pcap.c
+++ b/epan/dissectors/file-pcap.c
@@ -196,7 +196,7 @@ dissect_pcap_pseudoheader(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, v
{
gint offset = 0;
guint32 *link_type;
- guint32 length;
+ guint32 length = 0;
tvbuff_t *next_tvb;
proto_item *pseudoheader_item;
proto_tree *pseudoheader_tree = NULL;