From Martin Kaiser: initialize hdr_tag with NO_TAG

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5654

svn path=/trunk/; revision=36163
This commit is contained in:
Bill Meier 2011-03-08 13:52:16 +00:00
parent f28084f772
commit d9beb8fcb0
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ dissect_dvbci_tpdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
proto_item *ti = NULL;
proto_tree *trans_tree = NULL;
gint offset, status_len;
guint8 hdr_tag = 0; /* XXX - is 0 a good default value? */
guint8 hdr_tag = NO_TAG;
tvbuff_t *payload_tvb = NULL;
proto_item *pi;