diff options
Diffstat (limited to 'epan/dissectors/pidl/frstrans/frstrans.idl')
-rw-r--r-- | epan/dissectors/pidl/frstrans/frstrans.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/pidl/frstrans/frstrans.idl b/epan/dissectors/pidl/frstrans/frstrans.idl index 761c3eec..ec4fd4a8 100644 --- a/epan/dissectors/pidl/frstrans/frstrans.idl +++ b/epan/dissectors/pidl/frstrans/frstrans.idl @@ -105,7 +105,7 @@ interface frstrans /*****************/ /* Function 0x04 */ typedef enum { - FRSTRANS_VERSION_REQUEST_NORNAL_SYNC = 0x0000, + FRSTRANS_VERSION_REQUEST_NORMAL_SYNC = 0x0000, FRSTRANS_VERSION_REQUEST_SLOW_SYNC = 0x0001, FRSTRANS_VERSION_REQUEST_SLAVE_SYNC = 0x0002 } frstrans_VersionRequestType; |