summaryrefslogtreecommitdiff
path: root/wiretap/pppdump.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-15Redo the way random access is handled. Save, for each packet, theGuy Harris1-120/+230
2002-07-14Clarify the octet-stuffed framing code, by adding comments and by usingGuy Harris1-5/+48
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-7/+3
2002-05-29Fail somewhat more gracefully when confronted with a bad file.Guy Harris1-2/+4
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-8/+8
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-6/+12
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-7/+11
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-2/+2
2001-12-17From Irfan Khan: fix a couple of bugs in the pppdump reader.Guy Harris1-6/+6
2001-12-13Get rid of newly-introduced signed/unsigned comparison warning.Gilbert Ramirez1-2/+2
2001-12-13Don't leak memory when closing a pppdump trace file.Gilbert Ramirez1-2/+6
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-5/+5
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-2/+1
2000-12-09Fix for pppdump buffer-overflow check.Gilbert Ramirez1-5/+14
2000-11-19Add an overflow check to process_data().Gerald Combs1-1/+6
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris1-1/+4
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-3/+7
2000-09-19Oh well, get rid of the debug printf's.Gilbert Ramirez1-89/+1
2000-09-19Add support for reading pppd log files in wiretap.Gilbert Ramirez1-0/+664