First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

altcp- how to view protocol

how can i display the protocol ALTCP? can't see this in the list of enabled protocols.

User4444's avatar
1
User4444
asked 2022-03-26 06:47:30 +0000
edit flag offensive 0 remove flag close merge delete

Comments

There seem to be several definitions for ALTCP. Do you have more information on the protocol?

Chuckc's avatar Chuckc (2022-03-26 15:58:24 +0000) edit

its' Arclink Over Ethernet as mentioned here. https://github.com/wireshark/wireshar.... Message Header is 10 bytes comprised of Flags(2bytes), Sequence (2 bytes), Last Error (4 bytes) and Data Length (2 bytes). Tnx.

User4444's avatar User4444 (2022-03-26 21:33:21 +0000) edit

POWER WAVE® MANAGER
"Performing a Wireshark trace with a managed Ethernet switch that can capture all the data is the preferable method, over this trace method."
Maybe they have a plugin available to use with Wireshark.

Chuckc's avatar Chuckc (2022-03-26 23:08:39 +0000) edit
add a comment see more comments

1 Answer

0

The link you point to is the "services" file that Wireshark uses to translate between TCP and UDP port numbers and protocol names. That's a file, in the UNX "services" file format, generated from the IANA Service Name and Transport Protocol Port Number Registry; the appearance of a port number and associated protocol in that file does NOT* indicate that Wireshark supports dissecting the protocol in question.

And, in fact, the only file anywhere in the Wireshark source that mentions ArcLink is the services file; there is no support for dissecting the protocol.

A search for "ArcLink over Ethernet" pops up a bunch of hits about "ArcLink", from Lincoln Electric, for welding equipment (presumably "Arc" as in "arc welding"). A search for "ArcLink over tcp" popped up references both to Lincoln Electric's ArcLink and what I presume is an unrelated protocol for seismic data. The IANA registry indicates that the entry in question refers to Lincoln Electric's protocol.

In order to implement support for ArcLink in Wireshark, we would need a specification for ArcLink.

Guy Harris's avatar
19.9k
Guy Harris
answered 2022-03-26 22:37:13 +0000
edit flag offensive 0 remove flag delete link

Comments

The only documentation seems to be about the OUI of the firm: 00:04:EE

hugo.vanderkooij's avatar hugo.vanderkooij (2022-03-28 07:18:03 +0000) edit
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