aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-14 22:03:39 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-14 22:03:39 +0000
commitf836565293a28ddb571d061a214254c9257c6dfd (patch)
treee4e642e3eb9846641eb736af84f4cbdeab17fb2c /epan/dissectors/packet-umts_fp.h
parentb700483bdde6241a016f2bc2fa30cef108e58fd2 (diff)
Try to fix a naming conflict on Windows.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20814 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-umts_fp.h')
-rw-r--r--epan/dissectors/packet-umts_fp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-umts_fp.h b/epan/dissectors/packet-umts_fp.h
index 1874125579..2dc509e3e6 100644
--- a/epan/dissectors/packet-umts_fp.h
+++ b/epan/dissectors/packet-umts_fp.h
@@ -51,7 +51,7 @@ enum fp_interface_type
/* Info attached to each FP packet */
typedef struct fp_info
{
- enum fp_interface_type interface;
+ enum fp_interface_type iface_type;
guint8 release; /* e.g. 99, 4, 5, 6 */
guint16 release_year; /* e.g. 2001 */
guint8 release_month; /* e.g. 12 for December */