Where can I find a sample for Pcap for Diameter protocol (WireShark)? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionI was wondering if there are any sample wireshark pcaps for diameter protocol out there? If so please share.
Thanks
Here is one sample capture
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.
精彩评论