Hello! I am engaged in development of the program for the analysis of packets of SKINNY protocol. How program WireShark obtains the data of this protocol? How information Message ID and Call Identifier is extracted from packet SKINNY? Thanks for the help! asked 02 Jan '11, 10:52 masterbloger edited 02 Jan '11, 11:01 |
One Answer:
If you are going to develop a program that works like Wireshark, then you might want to look at the source-code. Looking at the skinny protocol dissector code it is just pulled out at the correct offsets. (Don't forget to consider the obligation of the GPL if you are going to use the Wireshark code) answered 02 Jan '11, 15:33 martyvis |