Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How CIP request-response packet linkage happened ?

I am trying to parse EtherNET/IP based CIP packets using wireshark.

In CIP response we only gets status but there is no specific information we get for command(request) to which it is providing a status.

That's why it is necessary to link Request with Response. Wireshark implementation already do that. That means it provide request packet number associated with response. From this, dissector get CIP Path (Class, Instance, Attribute) to parse the data present in response.

How wireshark does this ? Is there any roll of seq. & ack. no. present in TCP ?

Thanks !!