mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
spelling: further
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
015f27e345
commit
e3d60ea268
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@ type SMB_Message(header: SMB_Header, offset: uint16, command: uint8, is_orig: bo
|
|||
};
|
||||
|
||||
type SMB_andx_command(header: SMB_Header, is_orig: bool, offset: uint16, command: uint8) = case command of {
|
||||
0xff -> no_futher_commands : empty;
|
||||
default -> message : SMB_Message(header, offset, command, is_orig);
|
||||
0xff -> no_further_commands : empty;
|
||||
default -> message : SMB_Message(header, offset, command, is_orig);
|
||||
};
|
||||
|
||||
type SMB_Message_Request(header: SMB_Header, offset: uint16, command: uint8, is_orig: bool) = case command of {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue