aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pppdump.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy1-2/+2
2001-12-17From Irfan Khan: fix a couple of bugs in the pppdump reader.guy1-6/+6
2001-12-13Get rid of newly-introduced signed/unsigned comparison warning.gram1-2/+2
2001-12-13Don't leak memory when closing a pppdump trace file.gram1-2/+6
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-5/+5
2001-03-10Obliging every capture file reader's "open()" routine to seek to theguy1-2/+1
2000-12-09Fix for pppdump buffer-overflow check.gram1-5/+14
2000-11-19Add an overflow check to process_data().gerald1-1/+6
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sguy1-1/+4
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.gram1-1/+2
2000-09-21Make sure to pass the sent/received direction from pppdump.c ingram1-3/+7
2000-09-19Oh well, get rid of the debug printf's.gram1-89/+1
2000-09-19Add support for reading pppd log files in wiretap.gram1-0/+664