Good morning everyone, i want to dissect a protocol encapsulated in UDP. so i don't know if i should create a plugin or add a new dissector in wireshark. because i have already create a plugin for this protcole , but when this one is not encapsulated under UDP. can anyone tell me if i should create a new plugin or a new dissctor , or just modify my plugin thank you. asked 07 Aug '13, 02:16 cruz |
One Answer:
Your plugin can register with the udp dissector for a particular port using answered 07 Aug '13, 03:24 grahamb ♦ |
Just to clarify (I think) what Graham is saying: it probably makes more sense to just modify your existing plugin/dissector rather than building a new one.
Thank's for your answer;
If the answer answers your question, please be sure to "accept" it by clicking the check box. See the FAQ for more details.