aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-09Fix AVP decryption in Radius dissectorErnst Oudhof1-1/+2
2023-11-03Add Message-Authenticator validation to the radius dissectorErnst Oudhof1-1/+15
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-25RADIUS: Add support for extended attributes (RFC 6929)João Valverde1-1/+24
2017-02-28radius: fix use-after-free after recent memleak fixesPeter Wu1-2/+10
2017-02-27Free radius dissector memory on shutdownMichael Mann1-2/+3
2016-03-14Handle RADIUS ident reuse better.Jeff Morriss1-27/+0
2015-08-27RADIUS: Validation of response authenticatorsDidier Arenzana1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki1-0/+2
2013-11-11From Michael Bean via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9384 :Pascal Quantin1-0/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2011-12-25Use packet-radius.c to dissect embedded AVP:s.Anders Broman1-0/+1
2011-09-14Update based upon latest names "packet-type-codes" list from the IANA:Bill Meier1-30/+52
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-1/+1
2009-07-06Radius: Additional attribute handling:Bill Meier1-2/+3
2009-04-02From Naoyoshi Ueda:Anders Broman1-0/+10
2009-03-18From Bjørn Mork:Anders Broman1-0/+1
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmlLuis Ontanon1-1/+1
2007-08-24Add a value for message_authenticatorJörg Mayer1-1/+2
2006-11-06Fix some warnings about missing newline at end of file.Jörg Mayer1-1/+2
2006-10-24From Alejandro Vaquero:Anders Broman1-0/+54
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-16done:Jörg Mayer1-1/+1
2005-09-26Add a new "ipxnet" type for the RADIUS dictionary, for IPX networkGuy Harris1-0/+1
2005-09-19- allow multiple attributes inside one VSA (fixes bug 438)Luis Ontanon1-0/+1
2005-08-05More char -> const char warning fixesJörg Mayer1-2/+2
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-24- change the report_failure dialog for a less painful g_warningLuis Ontanon1-1/+1
2005-07-15forgot to add the (c) noticeLuis Ontanon1-0/+24
2005-07-15Radius Dictionary SupportLuis Ontanon1-0/+47