Ask Your Question
0

Support for RADIUS over TCP (RFC6613)

asked 2023-12-17 14:20:17 +0000

LT gravatar image

Wireshark has support for UDP. Trying to use Decode As for a TCP packet does not work. Can native support for RFC 6613 be added to Wireshark? It uses the same ports as UDP.

RFC 6614 is TLS (over TCP) which uses TCP/2083.

.LT.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2023-12-18 00:52:14 +0000

Guy Harris gravatar image

Can native support for RFC 6613 be added to Wireshark?

There are probably no technical reasons why it could not be done.

The next question to ask is "could somebody please add support for RFC 6613 to Wireshark?", and the way to ask that question, and other questions of that sort, is to make an enhancement request in the Wireshark issues list.

As noted, there is a merge request to add that, but it's an overly simple implementation that doesn't take into account the fact that, when running over a byte-stream-oriented protocol such as TCP, packet-oriented protocols such as RADIUS require special handling, as RADIUS packet boundaries don't necessarily correspond to TCP segment boundaries; there can, for example, be multiple RADIUS packets in a single TCP segment, or a RADIUS packet may be in more than one TCP segment. The submitter of the merge request was informed of this, and pointed to the documentation on how to do this using Wireshark's facilities for this, but has not updated the merge request in two years. Therefore, somebody might want to make their own change to support this, hence the suggestion that an issue be filed to serve as an indication that it's something that should be done.

edit flag offensive delete link more

Comments

Thank you. RFC 6613 was authored by Alan DeKok. FreeRadius is one of his significant projects. Perhaps it is worth a discussion to see if FreeRadius project is willing to contribute to Wireshark.

LT gravatar imageLT ( 2023-12-27 14:37:49 +0000 )edit
0

answered 2023-12-17 21:36:35 +0000

Chuckc gravatar image

There is an open merge request (needs more work):
3885: RADIUS: Add support for RFC 6613 (RADIUS over TCP)

edit flag offensive delete link more

Comments

Thank you. Very interesting discussion.

LT gravatar imageLT ( 2023-12-27 14:39:03 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2023-12-17 14:20:17 +0000

Seen: 108 times

Last updated: Dec 18 '23