aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapd.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-06-20 05:57:29 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-06-20 05:57:29 +0000
commitc72d4e8f2e3b5e82ba6c39973baf36fe680aa898 (patch)
tree28a0a278d84026892053ceac29a4b418598960a4 /epan/dissectors/packet-lapd.c
parentd327d37e829a8dfe31d1c91681e7d3e81be7cf87 (diff)
From Albert Chin:
Fix some C++ comments in C source files and fixes some non-constant initializations. svn path=/trunk/; revision=18521
Diffstat (limited to 'epan/dissectors/packet-lapd.c')
-rw-r--r--epan/dissectors/packet-lapd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-lapd.c b/epan/dissectors/packet-lapd.c
index f91e9aee70..d62a40e710 100644
--- a/epan/dissectors/packet-lapd.c
+++ b/epan/dissectors/packet-lapd.c
@@ -157,14 +157,14 @@ dissect_lapd(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
}
else if (pinfo->pseudo_header->lapd.pkttype == 3 /*PACKET_OTHERHOST*/) {
- // We must be a TE, sniffing what other TE transmit
+ /* We must be a TE, sniffing what other TE transmit */
is_response = cr ? TRUE : FALSE;
srcname = "Remote User";
dstname = "Remote Network";
}
else {
- // The frame is incoming
+ /* The frame is incoming */
if (pinfo->pseudo_header->lapd.we_network) {
is_response = cr ? TRUE : FALSE;
srcname = "Remote User";