aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pppdump.c
Commit message (Expand)AuthorAgeFilesLines
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-2/+1
* Fix for pppdump buffer-overflow check.Gilbert Ramirez2000-12-091-5/+14
* Add an overflow check to process_data().Gerald Combs2000-11-191-1/+6
* "wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris2000-11-191-1/+4
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-3/+7
* Oh well, get rid of the debug printf's.Gilbert Ramirez2000-09-191-89/+1
* Add support for reading pppd log files in wiretap.Gilbert Ramirez2000-09-191-0/+664