[Gd-chatter] r10885 - trunk/libraries/packetizer
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Mon Sep 4 01:59:05 CEST 2006
Author: hannes
Date: Mon Sep 4 01:59:03 2006
New Revision: 10885
Modified:
trunk/libraries/packetizer/ipv4.dylan
Log:
Bug: 7299
*add nicer summary for ARP
Modified: trunk/libraries/packetizer/ipv4.dylan
==============================================================================
--- trunk/libraries/packetizer/ipv4.dylan (original)
+++ trunk/libraries/packetizer/ipv4.dylan Mon Sep 4 01:59:03 2006
@@ -229,7 +229,9 @@
define method summary (frame :: <arp-frame>) => (res :: <string>)
if(frame.operation = 1)
- format-to-string("ARP WHO-HAS %=", frame.target-ip-address)
+ format-to-string("ARP WHO-HAS %= tell %=",
+ frame.target-ip-address,
+ frame.source-ip-address)
elseif(frame.operation = 2)
format-to-string("ARP %= IS-AT %=",
frame.source-ip-address,
More information about the chatter
mailing list