diff options
author | Aravind Prasad S <raja.avi@gmail.com> | 2020-07-16 03:13:25 -0700 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-07-22 13:50:14 +0200 |
commit | c429fc4120116c407acf4f4df483ac5f069e2a63 (patch) | |
tree | 65cc3ab11e8ebb3cb2ed6c9f590171bb98dc1690 /tests | |
parent | 4a390644ce4ae3ca88a511d28b418efe60bb71dc (diff) | |
download | tcpdump-c429fc4120116c407acf4f4df483ac5f069e2a63.tar.gz |
Support for EAP Dump in RADIUS Messages
(pull request #864)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/radius-v.out | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/radius-v.out b/tests/radius-v.out index bb63501a..b938d9d2 100644 --- a/tests/radius-v.out +++ b/tests/radius-v.out @@ -9,7 +9,8 @@ Calling-Station-Id Attribute (31), length: 19, Value: 00-14-22-E9-54-5E Service-Type Attribute (6), length: 6, Value: Framed Framed-MTU Attribute (12), length: 6, Value: 1500 - EAP-Message Attribute (79), length: 19, Value: . + EAP-Message Attribute (79), length: 19, Value: Response (2), id 0, len 17 + Type Identity (1), Identity: John.McGuirk Message-Authenticator Attribute (80), length: 18, Value: (....$..p.Q1o.x. 2 22:52:17.875771 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 137) 10.0.0.100.1812 > 10.0.0.1.1645: RADIUS, length: 109 @@ -18,7 +19,8 @@ Framed-MTU Attribute (12), length: 6, Value: 576 Service-Type Attribute (6), length: 6, Value: Framed Reply-Message Attribute (18), length: 11, Value: Hello, %u - EAP-Message Attribute (79), length: 24, Value: .. + EAP-Message Attribute (79), length: 24, Value: Request (1), id 1, len 22 + Type MD5-challenge (4) Message-Authenticator Attribute (80), length: 18, Value: ...<.(.X.13..t4. State Attribute (24), length: 18, Value: ..../.0$.s..1..w 3 22:52:17.916736 IP (tos 0x0, ttl 255, id 71, offset 0, flags [none], proto UDP (17), length 202) @@ -33,7 +35,8 @@ Service-Type Attribute (6), length: 6, Value: Framed Framed-MTU Attribute (12), length: 6, Value: 1500 State Attribute (24), length: 18, Value: ..../.0$.s..1..w - EAP-Message Attribute (79), length: 36, Value: .. + EAP-Message Attribute (79), length: 36, Value: Response (2), id 1, len 34 + Type MD5-challenge (4) Message-Authenticator Attribute (80), length: 18, Value: '&.q1.....Ojb..8 4 22:52:17.916850 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 125) 10.0.0.100.1812 > 10.0.0.1.1645: RADIUS, length: 97 @@ -42,6 +45,6 @@ Framed-MTU Attribute (12), length: 6, Value: 576 Service-Type Attribute (6), length: 6, Value: Framed Reply-Message Attribute (18), length: 21, Value: Hello, John.McGuirk - EAP-Message Attribute (79), length: 6, Value: .. + EAP-Message Attribute (79), length: 6, Value: Success (3), id 1, len 4 Message-Authenticator Attribute (80), length: 18, Value: ...b...2.^..NLc` User-Name Attribute (1), length: 14, Value: John.McGuirk |