aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-csn1.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-23 13:18:38 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-23 13:18:38 +0000
commita27566357bfc0119df73dcaa63de5a18ca62e54a (patch)
tree868e14c3a2a797db78c6d589e8ad2b51dc82de2b /epan/dissectors/packet-csn1.c
parent1f134f88b26a4bb0b497caeced15c4cdb5cb5cf4 (diff)
Don't use C++/C99-style comments.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36288 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-csn1.c')
-rw-r--r--epan/dissectors/packet-csn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-csn1.c b/epan/dissectors/packet-csn1.c
index 84d24c8fe1..18a140211b 100644
--- a/epan/dissectors/packet-csn1.c
+++ b/epan/dissectors/packet-csn1.c
@@ -431,7 +431,7 @@ csnStreamDissector(proto_tree *tree, csnStream_t* ar, const CSN_DESCR* pDescr, t
else if (pDescr->type == CSN_VARIABLE_TARRAY_OFFSET)
{ /* Count specified in field */
nCount = *pui8DATA(data, pDescr->i);
-// nCount--; /* Offset 1 */ // the 1 offset is already taken into account in CSN_UINT_OFFSET
+ /* nCount--; Offset 1 -- except that the 1 offset is already taken into account in CSN_UINT_OFFSET */
}
while (nCount > 0)