I have a capture file that i'd like to post process a bit and needing to focus on the sub name and framed ip addr in the radius files, but each time i try to filter off specific radius fields i get: RADIUS$ tshark -r radius.cap2 -R 'radius.Framed-Ip-Address' tshark: "radius.Framed-Ip-Address" is neither a field nor a protocol name. asked 20 Jun '12, 09:43 deedr edited 20 Jun '12, 09:52 |
2 Answers:
Do you mean I don't have any RADIUS traffic to look at - if you have a sample, can you put it on CloudShark and then post the URL so we can look? It supports the same display filters. answered 20 Jun '12, 10:20 zachad edited 20 Jun '12, 10:20 |
Please run the following command to find the available (radius) fields in tshark (and wireshark). Windows
Unix:
Regards answered 20 Jun '12, 11:24 Kurt Knochner ♦ edited 20 Jun '12, 15:17 Guy Harris ♦♦ 1 ...and pipe it to (20 Jun '12, 15:17) Guy Harris ♦♦ |
thanks guys!