RADIUS authentication packet manipulation library
Problem this snippet solves: RADIUS authentication library that facilitates development of complex full proxy RADIUS auth solutions. Links a RADIUS request with a response and validates the RADIUS r...
Published Oct 26, 2018
Version 1.0Sam_Hall
Nimbostratus
Joined February 27, 2012
Sam_Hall
Nimbostratus
Joined February 27, 2012
Sam_Hall
Nov 01, 2018Nimbostratus
Thanks Stanislas, very elegant. Does binary scan always perform better than string range? If not, when wouldn't I replace string range with a binary scan? Or is this just about binary string data as opposed to text.