aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.h
AgeCommit message (Collapse)AuthorFilesLines
2011-09-14Update based upon latest names "packet-type-codes" list from the IANA:wmeier1-30/+52
- Change some type-code names to match IANA list; - Handle additional type-codes as given in the IANA list; - Don't consider certain "attribute types" to be valid packet-type codes See Bug 6335: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6335 - Minor code cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38997 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36443 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06Radius: Additional attribute handling:wmeier1-2/+3
- implement "ether" attribute; - parse "abinary" attribute [uses existing radius_abinary()] Also: add a comment in packet-radius.h about the meaning of the encrypt flag. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28952 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-02From Naoyoshi Ueda:etxrab1-0/+10
Radius dissector enhancement to support WiMAX vendor specific attributes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3176 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27937 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-18From Bjørn Mork:etxrab1-0/+1
Decode ipv6prefix attributes in packet-radius. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27769 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmllego1-1/+1
proto.[hc] define new APIs to allow delayed registration of protocol fields, so that dissectors with "flexible" fields like xml, radius, diameter, snmp do not have to load their files at startup but can do so as late as possible. gtk/dfilter_expr_dlg.c : have the expression dialog registering all prefixes so that all fileds appear in the dialog tshark.c register all prefixes when called with -G epan/radius_dict.l epan/dissectors/packet-radius.c epan/dissectors/packet-radius.h refactor registration to delay dictionary loading as long as possible git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24762 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24Add a value for message_authenticatorjmayer1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22623 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-06Fix some warnings about missing newline at end of file.jmayer1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19829 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-24From Alejandro Vaquero:etxrab1-0/+54
For the Radius dissector to add statistics in the "Service Response Time" menu and the tshark stats. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19668 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-16done:jmayer1-1/+1
packet-ntp.c: Rather confused and incorrect use of g_snprintf return value packet-pim.c: whitespace change packet-icmpv6.c: g_snprintf takes trailing \0 into account, fix off by 1 error packet-clnp.c: Fix incorrect use of g_snprintf return value packet-isakmp.c: g_snprintf takes trailing \0 into account packet-tr.c: Fix incorrect use of g_snprintf return value packet-radius.c: Fix incorrect use of g_snprintf return value packet-radius.h: constify a string variable packet-ldap.c: The return value isn't needed, so don't use it incorrectly packet-tcp.c: Fix incorrect use of g_snprintf return value packet-windows-common.c: Remove unneeded DISSECTOR_ASSERT packet-smb-sidsnooping.c: g_snprintf takes trailing \0 into account packet-pvfs2.c: g_snprintf takes trailing \0 into account packet-ptp.c: Remove #include snprintf packet-ppp.c: Fix incorrect use of g_snprintf return value packet-ospf.c: Fix incorrect use of g_snprintf return value packet-mip6.c: snprintf -> g_snprintf packet-bootp.c: Remove a commented out bad use of g_snprintf packet-ber.c: snprintf -> g_snprintf, g_snprintf takes trailing \0 into account 2do: 52 packet-ieee80211.c: 2DO 2 packet-nfs.c: 2DO - too many side effects 33 packet-bgp.c: 2DO 18 packet-dns.c: 2DO 14 packet-dcm.c: 2DO 13 packet-x11.c: 2DO 11 packet-kerberos.c: 2DO 10 packet-diameter.c: 2DO 9 packet-snmp.c: 2DO 9 packet-pgm.c: 2DO 7 packet-nbns.c: 2DO 6 packet-fcswils.c: 2DO 5 packet-wccp.c: 2DO 5 packet-cops.c: 2DO 4 packet-wtp.c: 2DO git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17038 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-26Add a new "ipxnet" type for the RADIUS dictionary, for IPX networkguy1-0/+1
numbers. (Currently, we don't have any dictionary entries with that type, although we have an attribute with special code to handle it that uses that type.) Specially handle Framed-IP-Address, Login-IP-Host, and Framed-IPX-Network, so that the special values are displayed specially. Clean up indentation. Don't specify a number base for IPv4 or IPv6 addresses; the number base is ignored. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16008 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-19- allow multiple attributes inside one VSA (fixes bug 438)lego1-0/+1
- preference to choose whether to add the AVP's payload length items - preference to add an alternate UDP port git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15870 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-05More char -> const char warning fixesjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15218 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-30Make some funtions static. More char -> const char warning fixesjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15146 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-24- change the report_failure dialog for a less painful g_warninglego1-1/+1
- use ep_alloc for reassemling eap fragments instead of a static buffer - use ep_strdup_printf() instead of a static buffe to return the cosine's VP/VC AVP label - add few TODO comments git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15028 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-15forgot to add the (c) noticelego1-0/+24
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14928 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-15Radius Dictionary Supportlego1-0/+47
Part 2: the code git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14925 f5534014-38df-0310-8fa8-9805f1628bb7