aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorUli Heilmeier <uh@heilmeier.eu>2018-10-05 08:54:55 +0200
committerAnders Broman <a.broman58@gmail.com>2018-10-05 13:19:05 +0000
commit8dfaa8fa7c97cd1372a0a233b83fbc7945447b75 (patch)
tree89cbb46a79e8dafa75727cf83350702c64b58eb3 /rawshark.c
parent75c46e80bf2e6db3d59be99e63ac0d4243c5878e (diff)
*shark: Update help and manpage for name resolving
Add 'v' option for VLAN ID resolving and get rid of deprecated 'C' option. Bug: 14826 Change-Id: I63104f4a465d251048693ad02882ea7eb2c4d926 Reviewed-on: https://code.wireshark.org/review/30029 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index 61875c1472..29cb2ba801 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -190,7 +190,7 @@ print_usage(FILE *output)
fprintf(output, " -m virtual memory limit, in bytes\n");
#endif
fprintf(output, " -n disable all name resolution (def: all enabled)\n");
- fprintf(output, " -N <name resolve flags> enable specific name resolution(s): \"mnNtd\"\n");
+ fprintf(output, " -N <name resolve flags> enable specific name resolution(s): \"mnNtdv\"\n");
fprintf(output, " -p use the system's packet header format\n");
fprintf(output, " (which may have 64-bit timestamps)\n");
fprintf(output, " -R <read filter> packet filter in Wireshark display filter syntax\n");