aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-01-28 23:27:17 +0000
committerGuy Harris <guy@alum.mit.edu>2006-01-28 23:27:17 +0000
commitb0a28a80800ad7bca85dcb271bbd4952fb043a64 (patch)
treea096544f5171293e66a537b13d3c3104074f5684 /epan/dissectors/packet-lldp.c
parent54ac396346ac6fda394cf0dc3ff9bae1f7c92555 (diff)
Squelch a compiler warning.
svn path=/trunk/; revision=17115
Diffstat (limited to 'epan/dissectors/packet-lldp.c')
-rw-r--r--epan/dissectors/packet-lldp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lldp.c b/epan/dissectors/packet-lldp.c
index 930f44875c..8b49a7ecc7 100644
--- a/epan/dissectors/packet-lldp.c
+++ b/epan/dissectors/packet-lldp.c
@@ -488,7 +488,7 @@ dissect_lldp_chassis_id(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gui
const guint8 *mac_addr = NULL;
guint32 ip_addr;
struct e_in6_addr ip6_addr;
- guint8 addr_family;
+ guint8 addr_family = 0;
proto_tree *chassis_tree = NULL;
proto_item *tf = NULL;