This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

ADwin Config Protocol

0

Wireshark captures ADwin Congif packets. I want to learn more about this protocol. The only meaningful information is from Wireshark Wiki. That is very helpful, but not sufficient for understanding this protocol well enough to analyze it with my own code. Could anyone offer some directions?

asked 13 Mar '16, 05:49

Hong's gravatar image

Hong
46459
accept rate: 0%

edited 13 Mar '16, 06:26


One Answer:

1

A brief googling has found this C code as well as a suggestion that its author is related to the company which has developed the protocol, which might explain why no better specification is publicly available. Maybe the typo (config -> congif) has prevented you from finding the same?

answered 13 Mar '16, 06:13

sindy's gravatar image

sindy
6.0k4851
accept rate: 24%

Sorry for the typo. Your elucidation makes a lot of sense. The C code should be sufficient.

(13 Mar '16, 06:30) Hong