aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atn-cm.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-02-26 14:29:17 -0500
committerBill Meier <wmeier@newsguy.com>2014-02-26 19:38:21 +0000
commit1dff4e309d036e23c316f2cf9a6d05d5a4449ff2 (patch)
treea7ff0816c598def87e246a2ebbd2d80fa47365fc /epan/dissectors/packet-atn-cm.c
parentb4850149dd877375c1d8da3a2d20bddca1d91780 (diff)
Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate dissectors.
Change-Id: I0e779b2ac2f608356649c5bbfca438141070dea4 Reviewed-on: https://code.wireshark.org/review/412 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-atn-cm.c')
-rw-r--r--epan/dissectors/packet-atn-cm.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-atn-cm.c b/epan/dissectors/packet-atn-cm.c
index 9bf2dcbde3..91ae0a1322 100644
--- a/epan/dissectors/packet-atn-cm.c
+++ b/epan/dissectors/packet-atn-cm.c
@@ -649,7 +649,7 @@ dissect_atn_cm(
int type = no_msg;
proto_item *ti = NULL;
proto_tree *sub_tree = NULL;
-
+
ti = proto_tree_add_text(
tree,
tvb,
@@ -660,10 +660,10 @@ dissect_atn_cm(
sub_tree = proto_item_add_subtree(
ti,
ett_atn_cm);
-
+
/* ti = proto_tree_add_item(tree, proto_atn_cm, tvb, 0, 0 , FALSE); */
/* sub_tree = proto_item_add_subtree(ti, ett_atn_cm_pdu); */
-
+
/* determine whether it is uplink or downlink */
type = check_heur_msg_type(pinfo);
@@ -703,7 +703,7 @@ dissect_atn_cm_heur(
/* heuristically decode message */
switch(type){
case um:
- TRY {
+ TRY {
dissect_CMGroundMessage_PDU(
tvb,
pinfo,
@@ -729,13 +729,13 @@ dissect_atn_cm_heur(
default:
break;
}
-
+
if (is_atn_cm == TRUE) {
/* note: */
/* all subsequent PDU's belonging to this conversation are considered CM */
/* if the first CM PDU has been decoded succesfully */
/* (This is done in "atn-ulcs" by using "call_dissector_with_data()") */
-
+
/* DT: dstref present, srcref is always zero */
if((pinfo->clnp_dstref) &&
(!pinfo->clnp_srcref)){
@@ -971,7 +971,7 @@ void proto_register_atn_cm (void)
#line 220 "../../asn1/atn-cm/packet-atn-cm-template.c"
&ett_atn_cm
};
-
+
/* register CM application */
proto_atn_cm = proto_register_protocol(
ATN_CM_PROTO ,