[Gd-chatter] r11743 - trunk/libraries/protocols

hannes at gwydiondylan.org hannes at gwydiondylan.org
Sun Mar 23 22:48:43 CET 2008


Author: hannes
Date: Sun Mar 23 22:48:43 2008
New Revision: 11743

Modified:
   trunk/libraries/protocols/icmp.dylan
Log:
Job: 7299
since not all icmp frames contain a code, remove it from the summary


Modified: trunk/libraries/protocols/icmp.dylan
==============================================================================
--- trunk/libraries/protocols/icmp.dylan	(original)
+++ trunk/libraries/protocols/icmp.dylan	Sun Mar 23 22:48:43 2008
@@ -1,7 +1,7 @@
 module: icmp
 
 define abstract protocol icmp-frame (variably-typed-container-frame)
-  summary "ICMP type %= code %=", icmp-type, code;
+  summary "ICMP type %=", icmp-type;
   over <ipv4-frame> 1;
   over <ipv6-frame> #x3a;
   layering field icmp-type :: <unsigned-byte>;



More information about the chatter mailing list