summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print-fr.c
Commit message (Collapse)AuthorAgeFilesLines
* * Buffer-safe string function cleanup. There are a couple of strcpy()kris2000-10-051-2/+4
| | | | | | | | | | | and strcat()s which would be more difficult to fix, but I think they're safe anyway. * Don't crash at runtime by overflowing a buffer with constant data in print-icmp.c on a long hostname. * Don't overflow a static buffer by trying to decode an AFS ACL into a buffer which is way too small for it. Reviewed by: -audit
* Handle frame relay, decode ATM VP/VC info, and handle ISO over FR.pst1998-01-011-1/+2
|
* Add frame-relay decode support.pst1997-12-311-0/+423
OpenPOWER on IntegriCloud