THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How to find specific databyte in CIP PCCC protocol?

  • retag add tags

Hi, I need to check if some network slave has generated an error by analysing a WireShark .pcapng logfile. I need to find if the first byte of a PCCC command data unequals value 0x10. Is this possible?

wshvw's avatar
1
wshvw
asked 2022-06-21 13:39:38 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Do you have a capture file you could share on a public file share and add a link to it here?

Chuckc's avatar Chuckc (2022-06-21 21:04:05 +0000) edit
add a comment see more comments

1 Answer

0

S4x15 - Digital Bond's S4 conference 2015
Capture file MicroLogix56.pcap 10M MicroLogix has cip.pccc fields.

The first byte of PCCC Command Data is cip.pccc.cmd.code.
Display filter: cip.pccc.cmd.code != 0x10

Chuckc's avatar
3k
Chuckc
answered 2022-06-23 01:36:54 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer