1
0
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:
fyodor
2007-08-11 04:27:37 +00:00
parent f8e6e9f46b
commit ea68216d71
3 changed files with 43 additions and 12 deletions

View File

@@ -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