Index: [Article Count Order] [Thread]

Date: Wed, 18 May 2005 17:33:11 +0800
From: "Wei Dong" <weid@nanjing-fnst.com>
Subject: [users:00017] HELP:about Payload.data
To: <users@tahi.org>
Cc: <contact@tahi.org>
Message-Id: <005c01c55b8c$9c2bc370$6504a8c0@weidong>
X-Mail-Count: 00017

 Hello,sir
    When i use tahi to test ipv4,and i met a problem.When NUT send echorequest message to TN,TN need to know the Identifier,SequenceNumber,and data which is in Payload.Part of my scripts is:
        $PING_ID = $ret{'Frame_Ether.Packet_IPv4.ICMPv4_EchoRequest.Identifier'};
        $PING_SN = $ret{'Frame_Ether.Packet_IPv4.ICMPv4_EchoRequest.SequenceNumber'};
        $PING_DATA = $ret{'Frame_Ether.Packet_IPv4.ICMPv4_EchoRequest.Payload.data'};
        vCPP("-DPING_ID=$PING_ID -DPING_SN=$PING_SN -DPING_DATA=$PING_DATA");
PING_ID,PING_SN can be read out normally,but i can't get any informatin about PING_DATA,the value of it is null.so when the scritps run her vSend($IF,echo_reply);it will report an error,can you help me?