mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 22:19:03 +00:00
A couple of small changes with filenames in file headers. 'output.c' -> 'output.h', 'rpc.cc' -> 'nmap_rpc.cc', 'rpc.h' -> 'nmap_rpc.h'
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
/***************************************************************************
|
||||
* rpc.cc -- Functions related to the RPCGrind (-sR) facility of Nmap. *
|
||||
* nmap_rpc.cc -- Functions related to the RPCGrind (-sR) facility of Nmap *
|
||||
* This includes reading the nmap-rpc services file and sending rpc *
|
||||
* queries and interpreting responses. The actual scan engine used for *
|
||||
* rpc grinding is pos_scan (which is not in this file) *
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
/***************************************************************************
|
||||
* rpc.h -- Functions related to the RPCGrind (-sR) facility of Nmap. *
|
||||
* nmap_rpc.h -- Functions related to the RPCGrind (-sR) facility of Nmap. *
|
||||
* This includes reading the nmap-rpc services file and sending rpc *
|
||||
* queries and interpreting responses. The actual scan engine used for *
|
||||
* rpc grinding is pos_scan (which is not in this file) *
|
||||
|
||||
2
output.h
2
output.h
@@ -1,6 +1,6 @@
|
||||
|
||||
/***************************************************************************
|
||||
* output.c -- Handles the Nmap output system. This currently involves *
|
||||
* output.h -- Handles the Nmap output system. This currently involves *
|
||||
* console-style human readable output, XML output, Script |<iddi3 *
|
||||
* output, and the legacy greppable output (used to be called "machine *
|
||||
* readable"). I expect that future output forms (such as HTML) may be *
|
||||
|
||||
Reference in New Issue
Block a user