aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vlan.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-04-05 09:24:25 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-04-05 09:24:25 +0000
commit9188bcc9ef621c7c89454c42e1258cb41e4d8843 (patch)
tree17cae76926157583e4bff55eb24c528907397988 /epan/dissectors/packet-vlan.c
parent57229a36fa010121f5b0c929571caf89ae52becb (diff)
From David Aggeler:
Fixed wrong declaration in packet-vlan.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4186 svn path=/trunk/; revision=32379
Diffstat (limited to 'epan/dissectors/packet-vlan.c')
-rw-r--r--epan/dissectors/packet-vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vlan.c b/epan/dissectors/packet-vlan.c
index d96f945c41..55cce0a6df 100644
--- a/epan/dissectors/packet-vlan.c
+++ b/epan/dissectors/packet-vlan.c
@@ -93,7 +93,7 @@ capture_vlan(const guchar *pd, int offset, int len, packet_counts *ld ) {
static void
dissect_vlan(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
- proto_tree *ti;
+ proto_item *ti;
guint16 tci;
volatile guint16 encap_proto;
volatile gboolean is_802_2;