summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-radius.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-18/+18
* Rework UDP parsing, particularly around IP addresses.dlg2018-07-061-5/+5
* Remove remaining instances of the register keyword.mmcc2015-11-161-2/+2
* hex array of bytes should be printed fixed-form; from Jihyun Yuderaadt2015-09-061-2/+2
* Use safeputs() for radius, some decodes are likely to have unprintablesthen2012-01-281-2/+3
* clean an XXX and don't print preceding ',' on first attribute; okstevesk2006-05-231-4/+7
* typos from Jonathon Gray;jmc2003-11-081-2/+2
* Avoid segv with some radius traffic. Fixes PR# 2135.ho2001-10-241-2/+2
* BSD license; Thomas H. Ptacekjakob2001-08-211-1/+28
* Compile with -Wall. Add $OpenBSD$. (jakob@ ok)ho2000-10-031-29/+33
* remove unused variablesbrad1999-09-161-3/+0
* fix #includesderaadt1997-09-111-2/+3
* Add RADIUS printing support. Blech.tqbf1997-07-311-0/+258