Wireshark-commits: [Wireshark-commits] rev 21012: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dcp-etsi.c
From:
sahlberg@xxxxxxxxxxxxx
Date: Fri, 09 Mar 2007 20:02:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21012
User: sahlberg
Date: 2007/03/09 08:02 PM
Log:
move some variable declarations to the start of the block.
many compilers do not support the nonstandard feature to declare variables in the middle of a block.
Directory: /trunk/epan/dissectors/
Changes Path Action
+6 -3 packet-dcp-etsi.c Modified