aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>2000-04-18 18:01:50 +0000
committerLaurent Deniel <laurent.deniel@free.fr>2000-04-18 18:01:50 +0000
commit61908ba2c2d3341e94767444d1eb876c981803c9 (patch)
tree547a65f2ec564ed72f2692a1ecaa6f93fec3aad0 /packet-clnp.c
parentfad892ff59a6a71fde4effbaac8e7c02bea8a5ef (diff)
Fix the checksum option decoding in the CC/CR TPDU variable part.
svn path=/trunk/; revision=1879
Diffstat (limited to 'packet-clnp.c')
-rw-r--r--packet-clnp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-clnp.c b/packet-clnp.c
index c8a54ad083..2552b8c79e 100644
--- a/packet-clnp.c
+++ b/packet-clnp.c
@@ -1,7 +1,7 @@
/* packet-clnp.c
* Routines for ISO/OSI network and transport protocol packet disassembly
*
- * $Id: packet-clnp.c,v 1.3 2000/04/17 01:36:29 guy Exp $
+ * $Id: packet-clnp.c,v 1.4 2000/04/18 18:01:50 deniel Exp $
* Laurent Deniel <deniel@worldnet.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@@ -791,11 +791,11 @@ static int osi_decode_CC(const u_char *pd, int offset,
if (c1 & 0x2)
proto_tree_add_text(cotp_tree,
offset + P_VAR_PART_CC + i + 2, 1,
- "Use 16 bit checksum ");
+ "Non-use 16 bit checksum in class 4");
else
proto_tree_add_text(cotp_tree,
offset + P_VAR_PART_CC + i + 2, 1,
- "Non-use 16 bit checksum in class 4");
+ "Use 16 bit checksum ");
}
if (c1 & 0x1)
proto_tree_add_text(cotp_tree,