NO_DATA is apparently #defined by some header file when building with
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 7 Mar 2003 00:03:47 +0000 (00:03 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 7 Mar 2003 00:03:47 +0000 (00:03 +0000)
commitbffbc0d9f3ab2ab241990e1f04474e41b4807fe3
tree763b69812a5d5ca59daf540becd1c2f134259aec
parente9a3bc645cc346a9157736c2df94642076904f54
NO_DATA is apparently #defined by some header file when building with
MSVC++ on Windows - stick TAP_RTP_ in front of all the error enum
values, to avoid name collisions.

Do *NOT* allocate a zero-length array as an automatic variable,
especially if you're going to assign to the first element of that
array....

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7304 f5534014-38df-0310-8fa8-9805f1628bb7
gtk/tap_rtp.c