1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r10085: decode level 5 and 9 too

(this is taken from the ethereal dissector)

metze
(This used to be commit c50f5fe33b)
This commit is contained in:
Stefan Metzmacher 2005-09-08 15:05:29 +00:00 committed by Gerald (Jerry) Carter
parent 1e05f9a00a
commit eaa64265f9

View File

@ -68,7 +68,9 @@ interface wrepl
WREPL_REPL_SEND_REQUEST = 2,
WREPL_REPL_SEND_REPLY = 3,
WREPL_REPL_UPDATE = 4,
WREPL_REPL_INFORM = 8
WREPL_REPL_5 = 5,
WREPL_REPL_INFORM = 8,
WREPL_REPL_9 = 9
} wrepl_replication_cmd;
typedef [nodiscriminant] union {
@ -77,7 +79,9 @@ interface wrepl
[case(WREPL_REPL_SEND_REQUEST)] wrepl_wins_owner owner;
[case(WREPL_REPL_SEND_REPLY)] wrepl_send_reply reply;
[case(WREPL_REPL_UPDATE)] ;
[case(WREPL_REPL_5)] wrepl_table table;
[case(WREPL_REPL_INFORM)] wrepl_table table;
[case(WREPL_REPL_9)] wrepl_table table;
} wrepl_replication_info;
typedef struct {