How to filter using calling station id. I used radius.CallingStationId == XX XX XX XX XX but its not working. Can anyone help ? asked 21 Jun '16, 04:16 Syd Anas converted to question 21 Jun '16, 07:01 sindy |
2 Answers:
In the packet list, choose a Radius packet which contains the Calling Station ID AVP. In the dissection pane, click open the packet structure until the The point is that Radius is an extensible protocol where vendors may contribute their own AVPs so the vendor name became part of the AVP field names. answered 21 Jun '16, 07:19 sindy |
Does answered 21 Jun '16, 11:30 Guy Harris ♦♦ I'm afraid that (21 Jun '16, 11:39) sindy That's what underscores do in the markup here (which I think is a variant of Markdown). The actual raw content of his question used the "em" tag; I don't know whether he put them there or if it happened as a result of the conversion. Underscores can be escaped with a backslash - or you can just put the text in backquotes to make it show up as fixed-width text not interpreted with markup. (21 Jun '16, 11:44) Guy Harris ♦♦ |
@Syd Anas, someone can probably help but the chance will be much higher if you ask a separate Question (and specify in the question title which protocol you are talking about, i.e. radius in your case) rather than sticking it as an Answer to a really loosely related one.
If you meant
radius.Calling_Station_Id
, what does "not working" mean? Do you have a packet with a Calling-Station-Id field with a value of XX XX XX XX XX XX, which isn't matched by the filter?