This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

radius.calling_station_id filter

0

Guys,

Could you give me an example of how use this filter? radius.calling_station_id

I have tried with colon (:), with hyphen (-), all together and none of these gives any info.

radius.calling_station_id eq AA:BB:CC:DD:EE:FF radius.calling_station_id eq aa:bb:cc:dd:ee:ff radius.calling_station_id eq aa-bb-cc-dd-ee-ff radius.calling_station_id eq AA-BB-CC-DD-EE-FF radius.calling_station_id eq aabbccddeeff radius.calling_station_id eq AABBCCDDEEFF

none of them works. but if I look directly I can see the MAC address is there.

Thanks for your help.

Cheers.

asked 24 Nov '15, 11:39

Victor%20Tort's gravatar image

Victor Tort
6224
accept rate: 0%


One Answer:

2

I don't have a radius capture with Calling station ID AVP handy, but a general hint:

go to the packet dissection pane, select the detail of the element you are interested in, right-click to open a context menu for it and use "Apply as Filter -> Selected" (or "Prepare Filter -> selected").

answered 24 Nov '15, 12:25

sindy's gravatar image

sindy
6.0k4851
accept rate: 24%

Pretty good Sindy,

how it works is by using " " example

radius.Calling_Station_Id == "AA-BB-CC-DD-EE-FF"

cheers.

(24 Nov '15, 12:37) Victor Tort