Hi, I am trying to dissect the ethernet (GVSP) packets coming from GigE vision camera. I use wirshark version 2.0.3 with windows 7 64bit.When I open the GigE vision camera, I can get a lot of GVCP packet, but I can not get GVSP packet when the image upload normally.I have seen a solution(https://ask.wireshark.org/questions/46869/adding-c-dissector-to-wireshark),but I still do not konw how to do. asked 10 Aug '16, 03:23 yyz1988 |
A step-by-step instruction for what @Pascal Quantin wrote in the answer you refer to:
right-click a packet in the packet list which is dissected as GVCP while you know it is a GVSP one, and choose
Decode asfrom the context menu which appears. Doing so will open a new window.in the table in that window, there should be a single line which begins with
UDP portin columnField, while the last column,Current, is empty. ChooseGVSPfrom the drop-down menu in that column, and pressOK.After that, the packets previously dissected as GVCP should be dissected as GVSP.