its ==> it's & it's ==> its as needed.

svn path=/trunk/; revision=47892
This commit is contained in:
Bill Meier 2013-02-26 01:22:18 +00:00
parent 1823aa007c
commit d449c31d1d
6 changed files with 8 additions and 8 deletions

View File

@ -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:

View File

@ -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" },

View File

@ -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
*/

View File

@ -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:

View File

@ -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" },

View File

@ -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
*/