1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

Abbreviate the summaries of the smb and msrpc modules.

This commit is contained in:
david
2008-11-04 00:20:22 +00:00
parent ae27b48ffb
commit e0a3c5c64f
2 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
--- A library for SMB (Server Message Block) (aka CIFS) traffic. This traffic is normally
--- Server Message Block (SMB, also known as CIFS) traffic.
--
-- SMB traffic is normally
-- sent to/from ports 139 or 445 of Windows systems, although it's also implemented by
-- others (the most notable one being Samba).
-- other systems (the most notable one being Samba).
--
-- The intention of this library is to eventually handle all aspects of the SMB protocol,
-- A programmer using this library must already have some knowledge of the SMB protocol,