Skip to content

Instantly share code, notes, and snippets.

@dminuoso

dminuoso/f.hs Secret

Created March 6, 2023 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dminuoso/a897218d0fab3194592a2f926f2ea8c1 to your computer and use it in GitHub Desktop.
Save dminuoso/a897218d0fab3194592a2f926f2ea8c1 to your computer and use it in GitHub Desktop.
-- 44: [RFC2869](https://tools.ietf.org/html/rfc2866#section-5.5)
decodeAttribute 44 l = getR l <&> AttrAcctSessionId
-- 45: [RFC2869](https://tools.ietf.org/html/rfc2866#section-5.6)
decodeAttribute 45 l = getR l <&> AttrAcctAuthentic
-- 46: [RFC2869](https://tools.ietf.org/html/rfc2866#section-5.7)
decodeAttribute 46 l = getR l <&> AttrAcctSessionTime
-- 47: [RFC2869](https://tools.ietf.org/html/rfc2866#section-5.8)
decodeAttribute 47 l = getR l <&> AttrAcctInputPackets
-- 48: [RFC2869](https://tools.ietf.org/html/rfc2866#section-5.9)
decodeAttribute 48 l = getR l <&> AttrOutputPackets
-- 49: [RFC2869](https://tools.ietf.org/html/rfc2866#section-5.10)
decodeAttribute 49 l = getR l <&> AttrAcctTerminateCause
-- 50: [RFC2869](https://tools.ietf.org/html/rfc2866#section-5.11)
decodeAttribute 50 l = getR l <&> AttrAcctMultiSessionId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment