aboutsummaryrefslogtreecommitdiffstats
path: root/tap-smbsids.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 08:14:01 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 08:14:01 +0000
commit60d39348a03f5b01e557a78c263cbe35441717c1 (patch)
tree94060daf713860116bedfbe9673d9a057b4a0824 /tap-smbsids.c
parentd33e03cac01be1f8b358fd6fd25a9c1221a0910f (diff)
ethereal->wireshark updates
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18206 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-smbsids.c')
-rw-r--r--tap-smbsids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-smbsids.c b/tap-smbsids.c
index 8453a71db1..a9192344ac 100644
--- a/tap-smbsids.c
+++ b/tap-smbsids.c
@@ -75,7 +75,7 @@ smbsids_init(const char *optarg _U_, void* userdata _U_)
if(!sid_name_snooping){
fprintf(stderr,"The -z smb,sids function needs SMB/SID-Snooping to be enabled.\n");
- fprintf(stderr,"Either enable Edit/Preferences/Protocols/SMB/Snoop SID name mappings in ethereal\n");
+ fprintf(stderr,"Either enable Edit/Preferences/Protocols/SMB/Snoop SID name mappings in wireshark\n");
fprintf(stderr,"or override the preference file by specifying\n");
fprintf(stderr," -o \"smb.sid_name_snooping=TRUE\"\n");
fprintf(stderr,"on the tethereal command line.\n");