Witness: enum witness_notifyResponse_type
authorGregor Beck <gbeck@sernet.de>
Thu, 25 Jul 2013 07:08:31 +0000 (09:08 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Jan 2014 08:18:28 +0000 (09:18 +0100)
epan/dissectors/pidl/witness.idl

index 380549a160618c2c0fcd86ff6e1b5bcfa9b5a74c..3cb5a4cc0a27da4fa0aaf9e9a344b191309a0195 100644 (file)
@@ -66,8 +66,13 @@ interface witness
        /*****************/
        /* Function 0x03 */
 
+       typedef enum {
+               CHANGE = 1,
+               MOVE   = 2
+       } witness_notifyResponse_type;
+
        typedef struct {
-               uint32 message_type;
+               witness_notifyResponse_type message_type;
                uint32 length;
                uint32 num_messages;
                [size_is(length)] uint8 *message_buffer;