Remove _U_ from dissect_openwire_tcp()'s data parameter; technically it is used since...
authorChris Maynard <Christopher.Maynard@GTECH.COM>
Wed, 11 Dec 2013 17:08:23 +0000 (17:08 -0000)
committerChris Maynard <Christopher.Maynard@GTECH.COM>
Wed, 11 Dec 2013 17:08:23 +0000 (17:08 -0000)
commit95b25a44ccf3e6cfb7acda5f3cc4bf2f780aa5a7
tree1b6cad01492bbf6388fff5c320d27dbfe2429334
parent4c19d29b7ca86d666b5168e0612c6b3374bb8d1b
Remove _U_ from dissect_openwire_tcp()'s data parameter; technically it is used since it is passed to tcp_dissect_pdus(), even though dissect_openwire() doesn't actually use it.

svn path=/trunk/; revision=53939
epan/dissectors/packet-openwire.c