summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-26 01:22:18 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-26 01:22:18 +0000
commitd449c31d1d3c3772d126bf0ada7dbecc2448c9ea (patch)
tree20bfe8830e5cc4b3e57d282156d74a569d77fc4a /epan
parent1823aa007c6339228048b1dbefd5a07ec9f96e1c (diff)
downloadwireshark-d449c31d1d3c3772d126bf0ada7dbecc2448c9ea.tar.gz
its ==> it's & it's ==> its as needed.
svn path=/trunk/; revision=47892
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ansi_map.c2
-rw-r--r--epan/dissectors/packet-h248.c4
-rw-r--r--epan/dissectors/packet-ldap.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ansi_map.c b/epan/dissectors/packet-ansi_map.c
index 14d10f49a5..f8a10c6678 100644
--- a/epan/dissectors/packet-ansi_map.c
+++ b/epan/dissectors/packet-ansi_map.c
@@ -1200,7 +1200,7 @@ update_saved_invokedata(packet_info *pinfo, proto_tree *tree _U_, tvbuff_t *tvb
if (pinfo->private_data != NULL){
p_private_tcap=(struct ansi_tcap_private_t *)pinfo->private_data;
if ((!pinfo->fd->flags.visited)&&(p_private_tcap->TransactionID_str)){
- /* Only do this once XXX I hope its the right thing to do */
+ /* Only do this once XXX I hope it's the right thing to do */
/* The hash string needs to contain src and dest to distiguish differnt flows */
switch(ansi_map_response_matching_type){
case ANSI_MAP_TID_ONLY:
diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c
index 72838ee53d..4f9c3ec94f 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -893,7 +893,7 @@ static const value_string base_package_name_vals[] = {
};
/*
- * This table consist of PackageName + EventName and its's corresponding string
+ * This table consist of PackageName + EventName and its corresponding string
*
*/
static const value_string base_event_name_vals[] = {
@@ -959,7 +959,7 @@ static const value_string base_event_name_vals[] = {
};
/*
- * This table consist of PackageName + SignalName and its's corresponding string
+ * This table consist of PackageName + SignalName and its corresponding string
*/
static const value_string base_signal_name_vals[] = {
{ 0x00000000, "Media stream properties H.248.1 Annex C" },
diff --git a/epan/dissectors/packet-ldap.c b/epan/dissectors/packet-ldap.c
index 6268c04c18..afb6954584 100644
--- a/epan/dissectors/packet-ldap.c
+++ b/epan/dissectors/packet-ldap.c
@@ -4015,7 +4015,7 @@ static void
length_remaining = tvb_ensure_length_remaining(tvb, offset);
/* It might still be a packet containing a SASL security layer
- * but its just that we never saw the BIND packet.
+ * but it's just that we never saw the BIND packet.
* check if it looks like it could be a SASL blob here
* and in that case just assume it is GSS-SPNEGO
*/