问题
I was wondering if there are any sample wireshark pcaps for diameter protocol out there? If so please share.
Thanks
回答1:
Here is one sample capture
回答2:
I recommend you to take a look at the wireshark wiki regarding diameter, there a sample right there: https://wiki.wireshark.org/DIAMETER
回答3:
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.
来源:https://stackoverflow.com/questions/6097707/where-can-i-find-a-sample-for-pcap-for-diameter-protocol-wireshark