1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

script: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Andreas Schneider 2023-06-30 11:57:55 +02:00 committed by Andreas Schneider
parent 3233fc0335
commit 2bba3ef297
2 changed files with 5 additions and 5 deletions

View File

@ -174,7 +174,7 @@ def main():
if not os.path.exists(model_file):
logger.error("Model file %s doesn't exist" % model_file)
sys.exit(1)
# the model-file can be ommitted for --generate-users-only and
# the model-file can be omitted for --generate-users-only and
# --cleanup-up, but it should be specified in all other cases
elif not opts.generate_users_only:
logger.error("No model file specified to replay traffic from")

View File

@ -45,7 +45,7 @@ my $ip_sequence = 0; # count of unique IP addresses seen
my $timestamp; # Packet timestamp
my $stream; # Wireshark stream number
my $ip_proto; # IP protocol (IANA protocl number)
my $ip_proto; # IP protocol (IANA protocol number)
my $source; # source IP address
my $dest; # destination address
my $proto; # application protocol name
@ -578,7 +578,7 @@ It reads the pdml input from stdin or the list of files passed on the command li
B<Wireshark Stream Number> Calculated by wireshark groups related requests and responses
B<Source IP> The unique sequence number for the source IP address
B<Destination IP> The unique sequence number for the destination IP address
B<protocl> The protocol name
B<protocol> The protocol name
B<opcode> The protocol operation code
B<Description> The protocol or operation description
B<extra> Extra protocol specific data, may be more than one field
@ -636,7 +636,7 @@ It reads the pdml input from stdin or the list of files passed on the command li
=head3 ldap modifiyRequest
In addition to the standard ldap fields the modification type is also captured
modify_operator for modifyRequests this contains the modifiy operation
modify_operator for modifyRequests this contains the modify operation
0 - add
1 - delete
2 - replace
@ -683,7 +683,7 @@ indicates a kerberos encrypted operation.
tshark indicated that the packet was malformed, for ldap it usually indicates TLS
encrypted traffic.
=head1 LISENCE AND COPYRIGHT
=head1 LICENSE AND COPYRIGHT
Copyright (C) Catalyst.Net Ltd 2017