aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-09-09 14:05:52 -0400
committerBill Meier <wmeier@newsguy.com>2014-09-09 19:43:27 +0000
commit93cc6f004fff4216c05d7a13ae8d7ad6d490dd93 (patch)
tree090951ae4b0b7da855deed45b46355dbf52f2bbd /asn1
parent6e7f9ec12e52c41ba2a9c44f4f321ede87677370 (diff)
Fix some spelling & grammar.
Change-Id: Iedeaa411caa0823922dd79c27897a2349d4e6907 Reviewed-on: https://code.wireshark.org/review/4054 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ansi_tcap/packet-ansi_tcap-template.c2
-rw-r--r--asn1/camel/packet-camel-template.c2
-rw-r--r--asn1/dap/dap.cnf2
-rw-r--r--asn1/nbap/nbap.cnf14
-rw-r--r--asn1/ranap/packet-ranap-template.c2
5 files changed, 11 insertions, 11 deletions
diff --git a/asn1/ansi_tcap/packet-ansi_tcap-template.c b/asn1/ansi_tcap/packet-ansi_tcap-template.c
index c13df91e61..886b9627f5 100644
--- a/asn1/ansi_tcap/packet-ansi_tcap-template.c
+++ b/asn1/ansi_tcap/packet-ansi_tcap-template.c
@@ -203,7 +203,7 @@ save_invoke_data(packet_info *pinfo, proto_tree *tree _U_, tvbuff_t *tvb _U_){
if ((!pinfo->fd->flags.visited)&&(ansi_tcap_private.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_tcap_response_matching_type){
case 0:
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index 1bbee0e1a8..fdaba4a4d5 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -696,7 +696,7 @@ camelsrt_request_call_matching(tvbuff_t *tvb, packet_info *pinfo,
if (p_camelsrt_call->category[srt_type].req_num != pinfo->fd->num) {
if (srt_type!=CAMELSRT_VOICE_DISC) {
- /* No, so it's a duplicate resquest. Mark it as such. */
+ /* No, so it's a duplicate request. Mark it as such. */
#ifdef DEBUG_CAMELSRT
dbg(21,"Display_duplicate with req %d ", p_camelsrt_call->category[srt_type].req_num);
#endif
diff --git a/asn1/dap/dap.cnf b/asn1/dap/dap.cnf
index d3a386359e..252bb08e8c 100644
--- a/asn1/dap/dap.cnf
+++ b/asn1/dap/dap.cnf
@@ -263,7 +263,7 @@ OPERATION.&ResultType
dissect_ber_length(actx->pinfo, tree, tvb, offset+1, &len, NULL);
if(len == 0) {
- /* its an empty set - i.e anonymous (assuming version is DEFAULTed) */
+ /* it's an empty set - i.e anonymous (assuming version is DEFAULTed) */
proto_tree_add_expert(tree, actx->pinfo, &ei_dap_anonymous, tvb, offset, -1);
col_append_str(actx->pinfo->cinfo, COL_INFO, " anonymous");
diff --git a/asn1/nbap/nbap.cnf b/asn1/nbap/nbap.cnf
index 830660db5f..deed9d7774 100644
--- a/asn1/nbap/nbap.cnf
+++ b/asn1/nbap/nbap.cnf
@@ -1662,7 +1662,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
/*This flow must also be added*/
case id_HSDSCH_MACdFlows_to_Add:
if (!actx->pinfo->fd->flags.visited){
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
for (i = 0; i < maxNrOfMACdFlows; i++) {
nbap_hsdsch_channel_info[i].crnc_port = 0;
nbap_hsdsch_channel_info[i].rlc_mode = FP_RLC_MODE_UNKNOWN;
@@ -1760,7 +1760,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
guint32 i;
if (!actx->pinfo->fd->flags.visited){
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
for (i = 0; i < maxNrOfMACdFlows; i++) {
nbap_hsdsch_channel_info[i].crnc_port = 0;
nbap_hsdsch_channel_info[i].rlc_mode = FP_RLC_MODE_UNKNOWN;
@@ -1775,7 +1775,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
return offset;
}
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
SET_ADDRESS(&null_addr, AT_NONE, 0, NULL);
for (i = 0; i < maxNrOfMACdFlows; i++) {
if (nbap_hsdsch_channel_info[i].crnc_port != 0){
@@ -1873,7 +1873,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
guint32 i;
if (!actx->pinfo->fd->flags.visited){
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
for (i = 0; i < maxNrOfMACdFlows; i++) {
nbap_hsdsch_channel_info[i].crnc_port = 0;
nbap_hsdsch_channel_info[i].rlc_mode = FP_RLC_MODE_UNKNOWN;
@@ -1888,7 +1888,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
return offset;
}
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
SET_ADDRESS(&null_addr, AT_NONE, 0, NULL);
nbap_debug1("Frame %%u HSDSCH-MACdFlows-Information Start",
@@ -2009,7 +2009,7 @@ conversation_t *conversation = NULL;
int i;
if (!actx->pinfo->fd->flags.visited){
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
for (i = 0; i < maxNrOfCommonMACFlows; i++) {
nbap_common_channel_info[i].crnc_port = 0;
nbap_common_channel_info[i].rlc_mode = FP_RLC_MODE_UNKNOWN;
@@ -2022,7 +2022,7 @@ int i;
if (actx->pinfo->fd->flags.visited){
return offset;
}
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
SET_ADDRESS(&null_addr, AT_NONE, 0, NULL);
for (i = 0; i < maxNrOfCommonMACFlows; i++) {
if (nbap_common_channel_info[i].crnc_port != 0){
diff --git a/asn1/ranap/packet-ranap-template.c b/asn1/ranap/packet-ranap-template.c
index 233f5bdf6e..b067e4bb57 100644
--- a/asn1/ranap/packet-ranap-template.c
+++ b/asn1/ranap/packet-ranap-template.c
@@ -269,7 +269,7 @@ dissect_sccp_ranap_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, voi
* 2nd octet is the message-type e Z[0, 28]
* (obviously there must be at least four octets)
*
- * If both hold true we'll assume its RANAP
+ * If both hold true we'll assume it's RANAP
*/
#define LENGTH_OFFSET 3