THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

sorry I was not clear in my explanation:

I can find all CCRequests: (diameter.flags.request == 1) && (diameter.cmd.code == 272)

I can find all CCAnswers: (diameter.flags.request == 0) && (diameter.cmd.code == 272)

but to find related CCR/CCA, I need to use a filter on diameter.Session-Id == "bla bla bla" since CCR and related CCA will have the same session id

My issue is find all CCRs and related CCAs

I should use something like for CCR = x to CCR = n , where session id = bla bla bla x find related CCA

is it possible in wireshark?

Thanks in advance, Michele