aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iapp.c
AgeCommit message (Collapse)AuthorFilesLines
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris1-3/+4
static, and add a new "packet-data.h" to declare "proto_data". Display escape sequences in octal in the IAPP dissector, as is now done in the RADIUS dissector. svn path=/trunk/; revision=5441
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-3/+1
functions, from David Frascone. svn path=/trunk/; revision=5288
2002-02-02IAPP support, from Alfred Arnold.Guy Harris1-0/+567
svn path=/trunk/; revision=4679