Richard Sharpe wrote:
> Amanda Shafack wrote:
>> Good day.
>>
>> I'm Amanda Shafack, an Outreachy 2020 applicant who wishes to
>> contribute to the "Add Git protocol support to Wireshark" project.
>>
>> I have some experience coding in C and I hope to enhance
>> my skill set by contributing to thi
On Oct 12, 2020, at 5:33 PM, John Thacker wrote:
> If all you need to know is whether it was called from TCP or UDP, then a
> typical approach is to create slightly different dissector functions,
...or, in that particular case, slightly *less* different functions, given that
UDP provides a pac
On Mon, Oct 12, 2020, 8:00 PM Fulko Hew wrote:
>
> I'm trying to update/improve someone else's decoder written in Lua.
> It's for a simple UDP (and TCP) based protocol.
> But I need to be able to get access to the upper layer
> to be able to decode it easily.
>
> Can someone provide an example of
I'm trying to update/improve someone else's decoder written in Lua.
It's for a simple UDP (and TCP) based protocol.
But I need to be able to get access to the upper layer
to be able to decode it easily.
Can someone provide an example of how to determine if the higher layer was
UDP or TCP?
Thanks