Hi all, Could someone suggest a way to display or filter diameter session ID's that have an initial request (CCR-I) but did not get a termination request (CCR-T)? I think this would be a two step process but just trying to find a way to do it with an expression rather than going session by session. Thanks a lot! asked 06 Sep '16, 08:32 kanutomay |
One Answer:
Consider using MATE. It allows to add metafields to packets' dissection trees based on custom-defined relationships between packets. So in your case, MATE would provide a meta-field (like As you've anticipated, it actually is a two step process, but the first step is done by Wireshark as part of packet dissection so you can just use the result. answered 06 Sep '16, 08:50 sindy edited 06 Sep '16, 10:49 |