Prepend the sita_phdr fields with "sita_" to make them less
[obnox/wireshark/wip.git] / wiretap / wtap.h
index 8355c76f2b673cfb3c7b60aeaade2bfc995853fd..972cee4b3955f3db7ec48be20a177099c1bb6a85 100644 (file)
@@ -739,11 +739,11 @@ struct erf_mc_phdr {
 #define SITA_PROTO_BOP_FRL             (0x12)
 
 struct sita_phdr {
-   guint8  flags;
-   guint8  signals;
-   guint8  errors1;
-   guint8  errors2;
-   guint8  proto;
+   guint8  sita_flags;
+   guint8  sita_signals;
+   guint8  sita_errors1;
+   guint8  sita_errors2;
+   guint8  sita_proto;
 };
 
 /*pseudo header for Bluetooth HCI*/