mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
merge soc07 r4943:4947 - added textual information to traceroute's timeout consolidation elements; Reference trace consolidation is now displayed textually instead of symbolically.
This commit is contained in:
@@ -134,6 +134,8 @@ class NmapOutputTable {
|
||||
// ptr (and you better not free it until this table is destroyed ). Skip the itemlen parameter if you
|
||||
// don't know (and the function will use strlen).
|
||||
void addItem(unsigned int row, unsigned int column, bool copy, const char *item, int itemlen = -1);
|
||||
// Same as above but if fullrow is true, 'item' spans across all columns. The spanning starts from
|
||||
// the column argument (ie. 0 will be the first column)
|
||||
void addItem(unsigned int row, unsigned int column, bool fullrow, bool copy, const char *item, int itemlen = -1);
|
||||
|
||||
// Like addItem except this version takes a printf-style format string followed by varargs
|
||||
|
||||
Reference in New Issue
Block a user