aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ansi_map/packet-ansi_map-template.c2
-rw-r--r--asn1/h248/packet-h248-template.c4
-rw-r--r--asn1/ldap/packet-ldap-template.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/asn1/ansi_map/packet-ansi_map-template.c b/asn1/ansi_map/packet-ansi_map-template.c
index e20cf5e49d..263f04d1c0 100644
--- a/asn1/ansi_map/packet-ansi_map-template.c
+++ b/asn1/ansi_map/packet-ansi_map-template.c
@@ -412,7 +412,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/asn1/h248/packet-h248-template.c b/asn1/h248/packet-h248-template.c
index 5ff3982839..c7ec114d58 100644
--- a/asn1/h248/packet-h248-template.c
+++ b/asn1/h248/packet-h248-template.c
@@ -418,7 +418,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[] = {
@@ -484,7 +484,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/asn1/ldap/packet-ldap-template.c b/asn1/ldap/packet-ldap-template.c
index e8cd9aabdf..faf8b8d4f3 100644
--- a/asn1/ldap/packet-ldap-template.c
+++ b/asn1/ldap/packet-ldap-template.c
@@ -1052,7 +1052,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
*/