I was wondering if there are any sample wireshark pcaps for diameter protocol out there? If so please share.
Thanks
I was wondering if there are any sample wireshark pcaps for diameter protocol out there? If so please share.
Thanks
I recommend you to take a look at the wireshark wiki regarding diameter, there a sample right there: https://wiki.wireshark.org/DIAMETER
It won't do you much good -- DIAMETER is the wrapper protocol. Unlike RADIUS, where the entire packet is defined, leaving you with only the problem of decoding vendor specific attributes, DIAMETER dances around the actual AVPs themselves. There is no "standard" the defines what those AVPs are, how they are encoded, if the DIAMETER messages are to be encrypted etc.
To pursue this, you'll need your DIAMETER endpoints and router message dictionaries.