aboutsummaryrefslogtreecommitdiffstats
path: root/tap-smbsids.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 17:38:42 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 17:38:42 +0000
commit05bc7d37bc1c5abf044960335c45ec785065d89f (patch)
treeafe5ad59d2280ee36c0ce913a4252cddc692436f /tap-smbsids.c
parent6e288370fb841e9880927f0a8eda5bb31f4223d2 (diff)
Tethereal/tethereal -> TShark/tshark.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18268 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-smbsids.c')
-rw-r--r--tap-smbsids.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-smbsids.c b/tap-smbsids.c
index 6e39ec38e9..21eb5f1a67 100644
--- a/tap-smbsids.c
+++ b/tap-smbsids.c
@@ -78,14 +78,14 @@ smbsids_init(const char *optarg _U_, void* userdata _U_)
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 twireshark command line.\n");
+ fprintf(stderr,"on the tshark command line.\n");
exit(1);
}
error_string=register_tap_listener("smb", NULL, NULL, NULL, smbsids_packet, smbsids_draw);
if(error_string){
- fprintf(stderr, "twireshark: Couldn't register smb,sids tap:%s\n",
+ fprintf(stderr, "tshark: Couldn't register smb,sids tap:%s\n",
error_string->str);
g_string_free(error_string, TRUE);
exit(1);