Wireshark-commits: [Wireshark-commits] rev 36157: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 07 Mar 2011 17:02:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36157

User: sfisher
Date: 2011/03/07 09:02 AM

Log:
 Squelch compiler warning:
 
 packet-dvbci.c: In function 'dissect_dvbci_lpdu':
 packet-dvbci.c:1153: warning: 'hdr_tag' may be used uninitialized in this function
 packet-dvbci.c:1153: note: 'hdr_tag' was declared here
 
 By setting hdr_tag = 0, but see question on bug #5654 on whether 0 is a 
 good default value or not.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +1 -1      packet-dvbci.c    Modified