aboutsip / pkts

Pure java based pcap library capable of reading and writing to/from pcaps.
Other
196 stars 91 forks source link

support RADIUS protocal #131

Closed lordk911 closed 3 years ago

lordk911 commented 3 years ago

will pkts support parse RADIUS protocal?

jonbo372 commented 3 years ago

Hi,

I have no plans myself to add radius. Note that I have Diameter as part of my https://github.com/sniceio/snice-codecs project and since the two are related, perhaps you could use some of that to build Radius framers/parsers. In short, pull requests are welcomed!

I am planning to move all Layer 7 protocols into my snice-codecs library (really only SIP) to separate out pure pcaps related concerns with those of application layer.