aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
diff options
context:
space:
mode:
Diffstat (limited to 'ui/cli')
-rw-r--r--ui/cli/tap-dcerpcstat.c4
-rw-r--r--ui/cli/tap-rpcstat.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/ui/cli/tap-dcerpcstat.c b/ui/cli/tap-dcerpcstat.c
index b9345e81be..19535949e0 100644
--- a/ui/cli/tap-dcerpcstat.c
+++ b/ui/cli/tap-dcerpcstat.c
@@ -69,11 +69,11 @@ dcerpcstat_packet(void *prs, packet_info *pinfo, epan_dissect_t *edt _U_, const
return 0;
}
if(!ri->call_data->req_frame){
- /* we have not seen the request so we dont know the delta*/
+ /* we have not seen the request so we don't know the delta*/
return 0;
}
if(ri->call_data->opnum>=rs->num_procedures){
- /* dont handle this since its outside of known table */
+ /* don't handle this since its outside of known table */
return 0;
}
diff --git a/ui/cli/tap-rpcstat.c b/ui/cli/tap-rpcstat.c
index 8cc1e2a898..6dc04986d1 100644
--- a/ui/cli/tap-rpcstat.c
+++ b/ui/cli/tap-rpcstat.c
@@ -128,7 +128,7 @@ rpcstat_packet(void *prs, packet_info *pinfo, epan_dissect_t *edt _U_, const voi
rpc_procedure_t *rp;
if(ri->proc>=rs->num_procedures){
- /* dont handle this since its outside of known table */
+ /* don't handle this since its outside of known table */
return 0;
}
/* we are only interested in reply packets */